-
Notifications
You must be signed in to change notification settings - Fork 334
Document the regional requirements for the agents #473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the regional requirements for the agents #473
Conversation
@gukoff : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
- Subnet IP address limitation: both subnets must have IP ranges under `172.16.0.0/12` or `192.168.0.0/16`, i.e. class B or C address ranges reserved for private networking. | ||
- Azure Blob Storage: Using Azure Blob Storage files with the File Search tool isn't supported. | ||
- **Subnet IP address limitation**: both subnets must have IP ranges under `172.16.0.0/12` or `192.168.0.0/16`, i.e. class B or C address ranges reserved for private networking. | ||
- **Supported regions**: the list of Azure regions that support the Standard Setup with Private Networking is available in the [sample Bicep template](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup/main.bicep#L6). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally, this list needs to come from a curated authoritative source, ana a bicep template is not a great candidate for such source.
I''m considering to either add it to FAQ if this region list relates to the availability of teh AI Agent Service in general, or explicitly enumerate the regions here if this is a limitation only for the private networking setup.
What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aahill Can you respond to the comment above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is just a setup requirement and the default value we are using. We are not saying "this is best or you have to do it this way," it just a default I believe. Adding @meerakurup who the Foundry Networking PM. @gukoff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I replaced the mention of the bicep template by the official links to the region lists.
The information I'm relaying is from the internal conversation here: https://portal.microsofticm.com/imp/v5/incidents/details/650460866/summary
@meerakurup could you please confirm that the update I propose is correct?
Learn Build status updates of commit 7e306dc: ✅ Validation status: passed
For more details, please refer to the build report. |
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
#assign: @meerakurup |
Learn Build status updates of commit 494128d: 💡 Validation status: suggestions
articles/ai-foundry/agents/how-to/virtual-networks.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit 2c885a7: 💡 Validation status: suggestions
articles/ai-foundry/agents/how-to/virtual-networks.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit 4646e3f: 💡 Validation status: suggestions
articles/ai-foundry/agents/how-to/virtual-networks.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit 9d78b57: 💡 Validation status: suggestions
articles/ai-foundry/agents/how-to/virtual-networks.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit a1044b6: ✅ Validation status: passed
For more details, please refer to the build report. |
#sign-off |
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @aahill |
#sign-off |
Document that all infrastructure should be in the same region, and this region should be supported by the AI Agent Service.
Please verify this information is correct.
Related to: azure-ai-foundry/foundry-samples#229