Skip to content

Commit 82f6f07

Browse files
committed
fixed validation warnings
1 parent 7fa825c commit 82f6f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cost-management-billing/manage/programmatically-create-subscription-microsoft-customer-agreement-across-tenants.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Save the following information to test and configure your environment:
4747

4848
### Create a billing role assignment for the application in the source tenant
4949

50-
Review the information at [Understand Microsoft Customer Agreement administrative roles in Azure](understand-mca-roles.md) to determine the appropriate scope and [billing role](understand-mca-roles#subscription-billing-roles-and-tasks.md) for the application.
50+
Review the information at [Understand Microsoft Customer Agreement administrative roles in Azure](understand-mca-roles.md) to determine the appropriate scope and [billing role](understand-mca-roles.md#subscription-billing-roles-and-tasks.md) for the application.
5151

5252
After you determine the scope and role, use the information at [Manage billing roles in the Azure portal](understand-mca-roles.md#manage-billing-roles-in-the-azure-portal) to create the role assignment for the application. Search for the application by using the name that you used when you registered the application in the preceding section.
5353

@@ -76,7 +76,7 @@ When you create an MCA subscription in the source tenant, you must specify the s
7676

7777
#### Azure CLI
7878

79-
Sign in to Azure CLI and use the [az ad sp show](/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-show) command:
79+
Sign in to Azure CLI and use the [az ad sp show](/cli/azure/ad/sp#az-ad-sp-show) command:
8080

8181
```sh
8282
az ad sp show --id 00000000-0000-0000-0000-000000000000 --query 'id'

0 commit comments

Comments
 (0)