-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Service Tags #14317
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?
Service Tags #14317
Conversation
Offers service tags as an alternative. The amount of IP ranges added by the script exceed what's allowed in AKS (200).
@danbosscher : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
@mijacobs Could you review this proposed update to your article and enter Thanks! |
@@ -259,8 +259,19 @@ namespace WeeklyFileIPRanges | |||
``` | |||
|
|||
### Service tags | |||
|
|||
Microsoft-hosted agents can't be listed by service tags. If you're trying to grant hosted agents access to your resources, you'll need to follow the IP range allow listing method. | |||
Where supported, customers can use the AzureCloud [service tag](https://learn.microsoft.com/en-us/azure/virtual-network/service-tags-overview) instead. To limit this to the United States Geography, you would use the following tags: |
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.
Where supported, customers can use the AzureCloud [service tag](https://learn.microsoft.com/en-us/azure/virtual-network/service-tags-overview) instead. To limit this to the United States Geography, you would use the following tags: | |
Where supported, customers can use the AzureCloud [service tag](/azure/virtual-network/service-tags-overview) instead. To limit this to the United States Geography, you would use the following tags: |
Always use relative path to avoid enforcing the content language.
Offers service tags as an alternative. The amount of IP ranges added by the script exceed what's allowed in AKS (200), but Service Tags work without issue.