-
Notifications
You must be signed in to change notification settings - Fork 359
Clarify cross-subscription connection limitations #564
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
base: main
Are you sure you want to change the base?
Conversation
Added note about cross-subscription connections for model deployment.
@AhmadAbdullah91 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit e205b56: ✅ Validation status: passed
For more details, please refer to the build report. |
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.
Pull Request Overview
This PR adds documentation to clarify limitations around cross-subscription connections in Azure AI Foundry. The change informs users that cross-subscription connections are not supported for model deployments.
- Added a note block explaining cross-subscription connection limitations for model deployment
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| Application Insights | [Use Azure Private Link to connect networks to Azure Monitor](/azure/azure-monitor/logs/private-link-security) | | ||
|
||
> [!NOTE] | ||
> Cross-Subscription connections used for model deployment is not supported (Azure AI Foundry, Azure OpenAI). You can't connect to resources from different subscription for model deployments. |
Copilot
AI
Oct 10, 2025
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.
Grammar error: 'Cross-Subscription connections used for model deployment is not supported' should be 'Cross-subscription connections used for model deployment are not supported'.
> Cross-Subscription connections used for model deployment is not supported (Azure AI Foundry, Azure OpenAI). You can't connect to resources from different subscription for model deployments. | |
> Cross-subscription connections used for model deployment are not supported (Azure AI Foundry, Azure OpenAI). You can't connect to resources from different subscriptions for model deployments. |
Copilot uses AI. Check for mistakes.
| Application Insights | [Use Azure Private Link to connect networks to Azure Monitor](/azure/azure-monitor/logs/private-link-security) | | ||
|
||
> [!NOTE] | ||
> Cross-Subscription connections used for model deployment is not supported (Azure AI Foundry, Azure OpenAI). You can't connect to resources from different subscription for model deployments. |
Copilot
AI
Oct 10, 2025
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.
Grammar error: 'from different subscription' should be 'from a different subscription'.
> Cross-Subscription connections used for model deployment is not supported (Azure AI Foundry, Azure OpenAI). You can't connect to resources from different subscription for model deployments. | |
> Cross-Subscription connections used for model deployment is not supported (Azure AI Foundry, Azure OpenAI). You can't connect to resources from a different subscription for model deployments. |
Copilot uses AI. Check for mistakes.
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
#sign-off |
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @sdgilley |
#sign-off |
Added note about cross-subscription connections for model deployment.