As far as I know we can store connection strings in azure Applications settings
under Connection string
section. My question is, can we store below configuration in Application settings.
"IdentityConfig": {
"Authority": "http://myapp.azurewebsites.net"
}
When I deploy application I don't want to change Authority value each time into different environments. This section belongs to appsettings.json
file in a ASP.NET CORE project.