Skip to content
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

Add information on user-assigned managed identity to best practices for Azure SDK in ASP.NET Core docs #44035

Closed
adrianhall opened this issue Dec 19, 2024 · 1 comment
Assignees
Milestone

Comments

@adrianhall
Copy link

adrianhall commented Dec 19, 2024

Type of issue

Other (describe below)

Description

DocLink: https://learn.microsoft.com/en-us/dotnet/azure/sdk/aspnetcore-guidance?tabs=api

Just saw the article on best practices for using Azure SDK in ASP.NET Core - awesome article, btw.

However, I noticed it didn’t discuss the use of user-assigned identities in there, especially in the bit about using and injecting azure.identity credentials. Given that user-assigned identities are recommended by the azure architecture center for enterprise applications, it would be a good idea to have a section on how to inject a token credential based on a user-assigned managed identity (instead of the defaultazurecredential, which doesn’t handle user-assigned managed identities without further configuration).

Page URL

https://learn.microsoft.com/en-us/dotnet/azure/sdk/aspnetcore-guidance

Content source URL

https://github.com/dotnet/docs/blob/live/docs/azure/sdk/aspnetcore-guidance.md

Document Version Independent Id

b12bbaa8-941b-2cc8-da41-2cca3d609027

Article author

@AlexWolf

Metadata

  • ID: 0678c26-dfe9-2c34-faa0-61e9e36b946c
  • Service: dotnet-azure

Related Issues

@scottaddie
Copy link
Member

Fixed in #44718, which introduces a new user-assigned MI doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants