Skip to content

Commit

Permalink
Merge pull request #2853 from rmweir/aks-docs
Browse files Browse the repository at this point in the history
Add subscription id to azure quickstart
  • Loading branch information
k8s-ci-robot authored Apr 3, 2020
2 parents ab05889 + 9491481 commit 9fe8ad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ See the [AWS provider prerequisites] document for more details.
For more information about authorization, AAD, or requirements for Azure, visit the [Azure provider prerequisites] document.

```bash
export AZURE_SUBSCRIPTION_ID=<SubscriptionId>

# Create an Azure Service Principal and paste the output here
export AZURE_TENANT_ID=<Tenant>
export AZURE_CLIENT_ID=<AppId>
Expand Down

0 comments on commit 9fe8ad4

Please sign in to comment.