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.reviewer: andalmia
7
8
ms.author: banders
8
9
---
9
10
@@ -18,6 +19,8 @@ When you create an Azure subscription programmatically, that subscription is gov
18
19
19
20
## Create subscriptions for an EA billing account
20
21
22
+
Use the information in the following sections to create EA subscriptions.
23
+
21
24
### Prerequisites
22
25
23
26
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
197
200
### Limitations of Azure Enterprise subscription creation API
198
201
199
202
- 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.
201
204
- Users who aren't Account Owners, but were added to an enrollment account via RBAC, can't create subscriptions in the Azure portal.
202
205
- 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
206
@@ -269,34 +272,34 @@ The API response lists all the invoice sections and their billing profiles on wh
0 commit comments