Skip to content

Commit

Permalink
Merge pull request #1163 from adipascu/patch-1
Browse files Browse the repository at this point in the history
Fix confusing arrow direction
  • Loading branch information
k8s-ci-robot committed Dec 5, 2019
2 parents c4bcada + 78c48af commit 7ab7b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ Create the service principal
``` bash
> az ad sp create-for-rbac -n ExternalDnsServicePrincipal
{
"appId": "appId GUID", <-- aadClientId value
"appId": "appId GUID", --> aadClientId value
...
"password": "password", <-- aadClientSecret value
"tenant": "AzureAD Tenant Id" <-- tenantId value
"password": "password", --> aadClientSecret value
"tenant": "AzureAD Tenant Id" --> tenantId value
}
```
Expand Down

0 comments on commit 7ab7b2f

Please sign in to comment.