Update instructions to get arvados node manager Azure credentials to v2
authorWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 12 Apr 2018 01:17:38 +0000 (21:17 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 12 Apr 2018 01:17:38 +0000 (21:17 -0400)
of the Azure cli.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

doc/install/install-nodemanager.html.textile.liquid

index 09c6b5cb1b8e0b84069a958902278f5d125c6457..9ee6722a07fa8b71be4b120e431b49f95635d881 100644 (file)
@@ -527,11 +527,11 @@ subscription_id = 00000000-0000-0000-0000-000000000000
 
 # The following directions are based on
 # https://azure.microsoft.com/en-us/documentation/articles/resource-group-authenticate-service-principal/
+# and updated for v2 of the Azure cli tool.
 #
-# azure config mode arm
-# azure ad app create --name "<Your Application Display Name>" --home-page "<https://YourApplicationHomePage>" --identifier-uris "<https://YouApplicationUri>" --password <Your_Password>
-# azure ad sp create "<Application_Id>"
-# azure role assignment create --objectId "<Object_Id>" -o Owner -c /subscriptions/{subscriptionId}/
+# az ad app create --display-name "Node Manager" --homepage "https://arvados.org" --identifier-uris "https://<Your_Application_Uri>" --password <Your_Password>
+# az ad sp create "<Application_Id>"
+# az role assignment create --assignee "<Application_Id>" --role Owner --resource-group "<Your_Azure_Arvados_Resource_Group>"
 #
 # Use <Application_Id> for "key" and the <Your_Password> for "secret"
 #