Skip to content

Commit cb0607c

Browse files
authored
Merge pull request #84660 from tfitzmac/0807sub
updated limit text
2 parents e6b823f + 9adeeec commit cb0607c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Azure responds with a list of all enrollment accounts you have access to:
6565
}
6666
```
6767

68-
Use the `principalName` property to identify the account that you want subscriptions to be billed to. Copy the `name` of that account. For example, if you wanted to create subscriptions under the [email protected] enrollment account, you'd copy ```747ddfe5-xxxx-xxxx-xxxx-xxxxxxxxxxxx```. This is the object ID of the enrollment account. Paste this value somewhere so that you can use it in the next step as `enrollmentAccountObjectId`.
68+
Use the `principalName` property to identify the account that you want subscriptions to be billed to. Copy the `name` of that account. For example, if you wanted to create subscriptions under the [email protected] enrollment account, you'd copy ```747ddfe5-xxxx-xxxx-xxxx-xxxxxxxxxxxx```. This identifier is the object ID of the enrollment account. Paste this value somewhere so that you can use it in the next step as `enrollmentAccountObjectId`.
6969

7070
## [PowerShell](#tab/azure-powershell)
7171

@@ -113,7 +113,7 @@ Azure responds with a list of enrollment accounts you have access to:
113113
]
114114
```
115115

116-
Use the `principalName` property to identify the account that you want subscriptions to be billed to. Copy the `name` of that account. For example, if you wanted to create subscriptions under the [email protected] enrollment account, you'd copy ```747ddfe5-xxxx-xxxx-xxxx-xxxxxxxxxxxx```. This is the object ID of the enrollment account. Paste this value somewhere so that you can use it in the next step as `enrollmentAccountObjectId`.
116+
Use the `principalName` property to identify the account that you want subscriptions to be billed to. Copy the `name` of that account. For example, if you wanted to create subscriptions under the [email protected] enrollment account, you'd copy ```747ddfe5-xxxx-xxxx-xxxx-xxxxxxxxxxxx```. This identifier is the object ID of the enrollment account. Paste this value somewhere so that you can use it in the next step as `enrollmentAccountObjectId`.
117117

118118
---
119119

@@ -197,7 +197,7 @@ To see a full list of all parameters, see [az account create](/cli/azure/ext/sub
197197
## Limitations of Azure Enterprise subscription creation API
198198

199199
- Only Azure Enterprise subscriptions can be created using this API.
200-
- There's a limit of 200 subscriptions per enrollment account. After that, subscriptions can only be created through the Account Center. If you want to create more subscriptions through the API, create another enrollment account.
200+
- There's a limit of 200 subscriptions per enrollment account. After that, more subscriptions for the account can only be created through the Account Center. If you want to create more subscriptions through the API, create another enrollment account.
201201
- Users who aren't Account Owners, but were added to an enrollment account via RBAC, can't create subscriptions using the Account Center.
202202
- 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).
203203

0 commit comments

Comments
 (0)