Skip to content

Adds helper overload of AddAzureAppConfiguration for using EntraId (token credential) - #696

Closed
Krzysztof Cwalina (KrzysztofCwalina) wants to merge 2 commits into
Azure:mainfrom
KrzysztofCwalina:entraid
Closed

Krzysztof Cwalina (KrzysztofCwalina) wants to merge 2 commits into
Azure:mainfrom
KrzysztofCwalina:entraid

Conversation

@KrzysztofCwalina

Copy link
Copy Markdown
Member

fixes #693

It's now possible to do:

builder.AddAzureAppConfiguration(endpoint, credentials);

instead of, less discoverable,:

builder.AddAzureAppConfiguration(options => {
    options.Connect(endpoint, credentials);
});

@avanigupta

Copy link
Copy Markdown
Member

Krzysztof Cwalina (@KrzysztofCwalina) looks like Zhiyuan Liang (@zhiyuanliang-ms) also created the same PR here: #694
Which one of you would like to continue? :)

@KrzysztofCwalina

Copy link
Copy Markdown
Member Author

I am going to close this one, if you guys have your own. Thanks you!!!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add AddAzureConfiguration overload to take endpoint and entra id

2 participants