Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions docs/pipelines/agents/hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

```
AzureCloud.centralus
AzureCloud.eastus
AzureCloud.eastus2
AzureCloud.eastus3
AzureCloud.northcentralus
AzureCloud.southcentralus
AzureCloud.westcentralus
AzureCloud.westus
AzureCloud.westus2
AzureCloud.westus3
```

## Security

Expand Down