Skip to content

Commit 3183146

Browse files
committed
misc fixes
1 parent f6eb029 commit 3183146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cost-management-billing/manage/programmatically-create-customer-agreement-associated-billing-tenants.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: banders
1111
#customer intent: Learn how to programmatically create Azure Microsoft Customer Agreement (MCA) subscriptions across associated Microsoft Entra tenants, including necessary steps and considerations.
1212
---
1313

14-
# Programmatically create MCA subscriptions across Microsoft Entra tenants
14+
# Programmatically create MCA subscriptions across associated Microsoft Entra tenants
1515

1616
This article helps you programmatically create a Microsoft Customer Agreement (MCA) subscription across [associated billing tenants](manage-billing-across-tenants.md). In some situations, you might need to create MCA subscriptions across Microsoft Entra tenants but tie them to a single billing account. Examples of such situations include:
1717

@@ -101,7 +101,7 @@ With the billing account, profile, and invoice section IDs, you have all the inf
101101
- `{{billing_profile}}`: ID of the billing profile obtained previously.
102102
- `{{invoice_section}}`: ID of the invoice section obtained previously.
103103
- `{{destination_tenant_id}}`: ID of the destination tenant as noted when you previously created the destination tenant application.
104-
- `{{destination_service_principal_object_id}}`: ID of the destination tenant service principal that you got from the [Get the ID of the destination application service principal](#get-the-id-of-the-destination-application-service-principal) section previously.
104+
- `{{destination_service_principal_object_id}}`: ID of the destination tenant service principal that you got from the [Get a destination application access token](#get-a-destination-application-access-token) section previously.
105105

106106
```http
107107
PUT https://management.azure.com/providers/Microsoft.Subscription/aliases/{{guid}}?api-version=2021-10-01

0 commit comments

Comments
 (0)