You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to create additional Azure subscriptions programmatically.
4
4
author: amberbhargava
5
5
ms.topic: conceptual
6
-
ms.date: 04/10/2019
6
+
ms.date: 03/17/2020
7
+
ms.service: cost-management-billing
8
+
ms.reviewer: andalmia
7
9
ms.author: banders
8
10
---
9
11
@@ -18,6 +20,8 @@ When you create an Azure subscription programmatically, that subscription is gov
18
20
19
21
## Create subscriptions for an EA billing account
20
22
23
+
Use the information in the following sections to create EA subscriptions.
24
+
21
25
### Prerequisites
22
26
23
27
You must have an Owner role on an Enrollment Account to create a subscription. There are two ways to get the role:
@@ -197,7 +201,7 @@ To see a full list of all parameters, see [az account create](/cli/azure/ext/sub
197
201
### Limitations of Azure Enterprise subscription creation API
198
202
199
203
- 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.
204
+
- 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.
201
205
- Users who aren't Account Owners, but were added to an enrollment account via RBAC, can't create subscriptions in the Azure portal.
202
206
- 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).
203
207
@@ -269,34 +273,34 @@ The API response lists all the invoice sections and their billing profiles on wh
0 commit comments