Proposed Pull Request Change

author ms.author ms.service ms.topic ms.date
MikeRayMSFT mikeray azure-arc include 10/27/2023
📄 Document Links
GitHub View on GitHub Microsoft Learn View on Microsoft Learn
Content Truncation Detected
The generated rewrite appears to be incomplete.
Original lines: -
Output lines: -
Ratio: -
Raw New Markdown
Generating updated version of doc...
Rendered New Markdown
Generating updated version of doc...
+0 -0
+0 -0
--- author: MikeRayMSFT ms.author: mikeray ms.service: azure-arc ms.topic: include ms.date: 10/27/2023 # Customer intent: "As a cloud administrator, I want to understand how to get the region segment of regional endpoints , so that I can configure Azure services in specific regions without errors." --- To get the region segment of a regional endpoint, remove all spaces from the Azure region name. For example, *East US 2* region, the region name is `eastus2`. For example: `*.<region>.arcdataservices.com` should be `*.eastus2.arcdataservices.com` in the East US 2 region. To see a list of all regions, run this command: ```azurecli az account list-locations -o table ``` ```azurepowershell Get-AzLocation | Format-Table ```
Success! Branch created successfully. Create Pull Request on GitHub
Error: