A "callback" is a function which is kept but not called immediately. Probably it will be called in the future by builder.Build( ) or other functions.
How to use AddAzureAppConfiguration overloaded method with action parameter
Chen jun Gao (BeyondSoft consulting)
21
Reputation points
pack Microsoft.Extensions.Configuration.AzureAppConfiguration 5.0.0
line 48, the connect method is not called.
The test below is successful in calling the connect method directly. It seems that AddAzureAppConfiguration did not call the callback method. What's going on?
Thank you