fix mismatch between created and referenced SP name

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2017-08-17 15:35:53 -07:00
parent c088470ba5
commit 80032639f1

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
```