WIP: Global admin to enable Azure orgs Cloud linking (#3752)

* WIP: Global admin to enable Azure orgs Cloud linking

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added tip in linking Azure individual user flow

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* coypedited tip

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-07-03 11:38:11 -07:00 committed by GitHub
parent ac95f0d091
commit 43ea21ad14
3 changed files with 34 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -33,12 +33,19 @@ copy it from your Azure Dashboard.
Go to Docker Cloud to connect the account.
1. In Docker Cloud, click the account menu at upper right and select **Cloud settings**.
2. In the **Service Providers** section, click the plug icon next to Microsoft Azure.
1. In Docker Cloud, click the account menu at upper right and
select **Cloud settings**.
2. In the **Service Providers** section, click the plug icon next to
Microsoft Azure.
![](images/azure-id-wizard.png)
3. Provide your subscription ID and click **Save**.
>**Tip:** If you are a member of an Azure Organization, your
admninistrator must first link to Docker Cloud as described in
[Link an Azure Organization as Global Admin](#link-an-azure-organization-as-global-admin).
3. Provide your subscription ID and click **Save**.
This grants Docker Cloud access to your Microsoft Azure account, and links
the two accounts. Your Azure login credentials will automatically populate
@ -72,6 +79,30 @@ You need to verify Microsoft Azure terms of use and manually enable your Azure s
You are now ready to deploy a swarm!
## Link an Azure Organization as Global Admin
For members of Azure Organizations, the gobal administrator needs to first link
their account and grant permissions to Docker Cloud in order for individual
user accounts to link to Docker Cloud with their subscription IDs.
The Global Admin steps are as follows:
1. Go to [Microsoft Azure](https://portal.azure.com/), find your
Subscription ID for Global Admin rights (**Azure -> Billing ->
Subscriptions -> Subscriptions ID**), and copy the ID.
2. On Docker Cloud, go to **Cloud Settings -> Service Providers**.
![](images/azure-global-admin-plugin.png)
3. Click **Global Admin**, paste your Global Admin Subscription ID from
Azure into the field, and click **Save**.
![](images/azure-global-admin-permissions.png)
Azure Organization members can now link their user accounts to
Docker Cloud per the individual user instructions above.
## Where to go next
**Ready to create swarms on Azure?** See [Create a new swarm on Microsoft Azure in Docker Cloud](create-cloud-swarm-azure.md).