mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 14:46:10 +02:00
Fix confusing arrow direction
This commit is contained in:
parent
332748ee2c
commit
78c48af7e4
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user