-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service Principal Credential Reset does not appear in Azure Portal App Registration GUI #23566
Comments
Hello Team, I am Resetting Service Principal Using az cli and az devops. The new Secret gets stored in KV, however, when I browse to Azure Portal --> App Registration --> Required App Registration --> Certificates and Secrets, I cannot see the New Secret Generated. There is no new entry found. All details can be found in my blog - https://dev.to/arindam0310018/reset-service-principal-secret-and-store-in-key-vault-using-az-devops-2h8o Please let me know if this is bug or if my understanding is in correct. Thank you Arindam Mitra |
@jiasli for awareness |
Hello Team, Many Thanks |
The behavior of Azure Portal can only show app's credential, not service principal's. Use We don't want to describe the behavior of Azure Portal since Azure Portal are subject to change, making Azure CLI's documents hard to maintain. Once Azure Portal changes its behavior, Azure CLI's document will be outdated. Previous discussions: |
Hi @jiasli from #23374 "Fix is to change from az ad sp credential reset to az ad app credential reset" can this apply to the AKS as well? this AKS MS doc https://learn.microsoft.com/en-us/azure/aks/update-credentials specifically saying use az ad sp credential reset Can you update this doc as well if we can use az ad app credential reset |
@madforchili, that depends on the business logic of AKS. +@FumingZhang to help take a look. |
Hey @madforchili, @jiasli, basically, the This is actually related to the relationship between the app and the sp itself. For a single tenant app, the two reset commands are almost equivalent, while for a multi tenant app, the |
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: