You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Steps 3 and 4 each produce a different service principal
Create an Azure service principal, using Azure CLI, PowerShell
or Azure Portal.
Note that if you wish to authenticate with the certificate authenticator the certificate should be saved locally.
This issue is for a: (mark with an
x)Steps 3 and 4 each produce a different service principal
The document in step 4 contains no information for showing an auth file for an existing certificate, so it is not helpful following step 3.
The simplest fix would be to replace both steps with a single CLI command:
az ad sp create-for-rbac --name keyvaultsample --create-cert --sdk-auth > auth.fileA PR is forthcoming.
OS and Version?