Skip to content

Commit 821cf78

Browse files
authored
Merge pull request #47768 from adpick/patch-1
Update to clarify permission pre-requisites
2 parents c3a0734 + 50b86e9 commit 821cf78

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Programmatically create Azure Enterprise subscriptions| Microsoft Docs
33
description: Learn how to create additional Azure Enterprise or Enterprise Dev/Test subscriptions programmatically.
44
services: azure-resource-manager
5-
author: jlian
6-
manager: jlian
5+
author: adpick
6+
manager: adpick
77
editor: ''
88

99
ms.assetid:
@@ -13,7 +13,7 @@ ms.topic: conceptual
1313
ms.tgt_pltfrm: na
1414
ms.workload: na
1515
ms.date: 06/05/2018
16-
ms.author: jlian
16+
ms.author: adpick
1717
---
1818

1919
# Programmatically create Azure Enterprise subscriptions (preview)
@@ -24,9 +24,11 @@ When you create an Azure subscription from this API, that subscription is govern
2424

2525
## Prerequisites
2626

27-
* Your account must be an Account Owner in an Azure EA enrollment. If not, ask your Enrollment Administrator to [add you as an Account Owner using the EA portal](https://ea.azure.com/helpdocs/addNewAccount) (log-in required). Follow the instructions in the invitation email you receive to manually create an initial subscription. Confirm account ownership and manually create an initial EA subscription before proceeding to the next step. Just adding the account to the enrollment isn't enough.
27+
You must have an Owner or Contributor role on the Enrollment Account you wish to create subscriptions under. There are two ways to get these roles:
2828

29-
* If you want to use a service principal to create the EA subscription, you must [grant that service principal the ability to create subscriptions](grant-access-to-create-subscription.md).
29+
* Your Enrollment Administrator can [make you an Account Owner](https://ea.azure.com/helpdocs/addNewAccount) (log-in required) which makes you an Owner of the Enrollment Account. Follow the instructions in the invitation email you receive to manually create an initial subscription. Confirm account ownership and manually create an initial EA subscription before proceeding to the next step. Just adding the account to the enrollment isn't enough.
30+
31+
* An existing Owner of the Enrollment Account can [grant you access](grant-access-to-create-subscription.md). Similarly, if you want to use a service principal to create the EA subscription, you must [grant that service principal the ability to create subscriptions](grant-access-to-create-subscription.md).
3032

3133
## Find accounts you have access to
3234

0 commit comments

Comments
 (0)