Skip to content

Conversation

@KrzysztofCwalina
Copy link
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
Member

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

@KrzysztofCwalina
Copy link
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