Skip to content

Commit 7916554

Browse files
authored
Merge pull request #108007 from bandersmsft/master
CM+B - Updated programmatically create subs article for EA limit
2 parents 1606c52 + 38f2be8 commit 7916554

File tree

1 file changed

+33
-30
lines changed

1 file changed

+33
-30
lines changed

articles/azure-resource-manager/management/programmatically-create-subscription.md

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Programmatically create Azure subscriptions
33
description: Learn how to create additional Azure subscriptions programmatically.
44
author: amberbhargava
55
ms.topic: conceptual
6-
ms.date: 04/10/2019
6+
ms.date: 03/17/2020
7+
ms.reviewer: andalmia
78
ms.author: banders
89
---
910

@@ -18,6 +19,8 @@ When you create an Azure subscription programmatically, that subscription is gov
1819

1920
## Create subscriptions for an EA billing account
2021

22+
Use the information in the following sections to create EA subscriptions.
23+
2124
### Prerequisites
2225

2326
You must have an Owner role on an Enrollment Account to create a subscription. There are two ways to get the role:
@@ -197,7 +200,7 @@ To see a full list of all parameters, see [az account create](/cli/azure/ext/sub
197200
### Limitations of Azure Enterprise subscription creation API
198201

199202
- Only Azure Enterprise subscriptions can be created using this API.
200-
- There's a limit of 200 subscriptions per enrollment account. After that, more subscriptions for the account can only be created in the Azure portal. If you want to create more subscriptions through the API, create another enrollment account.
203+
- There's a limit of 500 subscriptions per enrollment account. After that, more subscriptions for the account can only be created in the Azure portal. If you want to create more subscriptions through the API, create another enrollment account.
201204
- Users who aren't Account Owners, but were added to an enrollment account via RBAC, can't create subscriptions in the Azure portal.
202205
- You can't select the tenant for the subscription to be created in. The subscription is always created in the home tenant of the Account Owner. To move the subscription to a different tenant, see [change subscription tenant](../../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md).
203206

@@ -269,34 +272,34 @@ The API response lists all the invoice sections and their billing profiles on wh
269272

270273
```json
271274
{
272-
"value": [{
273-
"billingProfileDisplayName": "Contoso finance",
274-
"billingProfileId": "/providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-xxxx-xxx-xxx",
275-
"enabledAzurePlans": [{
276-
"productId": "DZH318Z0BPS6",
277-
"skuId": "0001",
278-
"skuDescription": "Microsoft Azure Plan"
279-
}, {
280-
"productId": "DZH318Z0BPS6",
281-
"skuId": "0002",
282-
"skuDescription": "Microsoft Azure Plan for DevTest"
283-
}],
284-
"invoiceSectionDisplayName": "Development",
285-
"invoiceSectionId": "/providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-xxxx-xxx-xxx/invoiceSections/GJ77-xxxx-xxx-xxx"
286-
}, {
287-
"billingProfileDisplayName": "Contoso finance",
288-
"billingProfileId": "/providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-xxxx-xxx-xxx",
289-
"enabledAzurePlans": [{
290-
"productId": "DZH318Z0BPS6",
291-
"skuId": "0001",
292-
"skuDescription": "Microsoft Azure Plan"
293-
}, {
294-
"productId": "DZH318Z0BPS6",
295-
"skuId": "0002",
296-
"skuDescription": "Microsoft Azure Plan for DevTest"
297-
}],
298-
"invoiceSectionDisplayName": "Testing",
299-
"invoiceSectionId": "/providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-XXXX-XXX-XXX/invoiceSections/GJGR-XXXX-XXX-XXX"
275+
"value": [{
276+
"billingProfileDisplayName": "Contoso finance",
277+
"billingProfileId": "/providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-xxxx-xxx-xxx",
278+
"enabledAzurePlans": [{
279+
"productId": "DZH318Z0BPS6",
280+
"skuId": "0001",
281+
"skuDescription": "Microsoft Azure Plan"
282+
}, {
283+
"productId": "DZH318Z0BPS6",
284+
"skuId": "0002",
285+
"skuDescription": "Microsoft Azure Plan for DevTest"
286+
}],
287+
"invoiceSectionDisplayName": "Development",
288+
"invoiceSectionId": "/providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-xxxx-xxx-xxx/invoiceSections/GJ77-xxxx-xxx-xxx"
289+
}, {
290+
"billingProfileDisplayName": "Contoso finance",
291+
"billingProfileId": "/providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-xxxx-xxx-xxx",
292+
"enabledAzurePlans": [{
293+
"productId": "DZH318Z0BPS6",
294+
"skuId": "0001",
295+
"skuDescription": "Microsoft Azure Plan"
296+
}, {
297+
"productId": "DZH318Z0BPS6",
298+
"skuId": "0002",
299+
"skuDescription": "Microsoft Azure Plan for DevTest"
300+
}],
301+
"invoiceSectionDisplayName": "Testing",
302+
"invoiceSectionId": "/providers/Microsoft.Billing/billingAccounts/5e98e158-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_xxxx-xx-xx/billingProfiles/PBFV-XXXX-XXX-XXX/invoiceSections/GJGR-XXXX-XXX-XXX"
300303
}]
301304
}
302305

0 commit comments

Comments
 (0)