From 8552d32092e45a1f6ee1424e92882ec84b51cb8a Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 19 Aug 2015 11:13:34 -0400 Subject: [PATCH] 6507: Paste in command line for creating service principals instead of just referencing generic documentation. --- services/nodemanager/doc/azure.example.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/services/nodemanager/doc/azure.example.cfg b/services/nodemanager/doc/azure.example.cfg index 6bfd28b926..e92431f0ce 100644 --- a/services/nodemanager/doc/azure.example.cfg +++ b/services/nodemanager/doc/azure.example.cfg @@ -88,18 +88,18 @@ provider = azure shutdown_windows = 20, 999999 [Cloud Credentials] -# Get these using "azure account list" with the azure CLI. +# Use "azure account list" with the azure CLI to get these values. tenant_id = 00000000-0000-0000-0000-000000000000 subscription_id = 00000000-0000-0000-0000-000000000000 -# Follow the directions on the following page to create an Active Directory -# "service principal" that NodeManager will use to authenticate. Note that the -# role must be "Owner" to manipulate resources. -# +# The following directions are based on # https://azure.microsoft.com/en-us/documentation/articles/resource-group-authenticate-service-principal/ # -# The key is the the "Application Id" and the secret is the password provided -# when creating the service principal. +# azure ad app create --name "" --home-page "" --identifier-uris "" --password +# azure ad sp create "" +# azure role assignment create --objectId "" -o Owner -c /subscriptions/{subscriptionId}/ +# +# Use for "key" and the for "secret" # key = 00000000-0000-0000-0000-000000000000 secret = PASSWORD -- 2.30.2