Merge pull request #51 from skriss/azure-docs-typo

fix mismatch between created and referenced SP name
This commit is contained in:
Jessica Yao
2017-08-17 16:20:40 -07:00
committed by GitHub

View File

@@ -213,7 +213,7 @@ To integrate Heptio Ark with Azure, you should follow the instructions below to
```
az login --service-principal \
--username http://heptio-ark-test \
--username http://heptio-ark \
--password $AZURE_CLIENT_SECRET \
--tenant $AZURE_TENANT_ID
```