Azure App Configuration Service – Labels for Environment Specific Settings
As we know, we can store configuration settings in App Configuration Service in the form of key-value pairs. We can also apply labels to each key value pair. In this…
As we know, we can store configuration settings in App Configuration Service in the form of key-value pairs. We can also apply labels to each key value pair. In this…
In previous article, we have seen how to publish a ASP .NET Core web application to IIS. We have seen that ASP .NET Core Hosting Bundle is required to be…
In previous article, we have seen how to create environment specific Startup classes. This article is just extension to it. In this article, let's have a look at how can…
In previous two articles, we have seen how to set the environment variables and how the environment variables play role in config transformations. In this article, let's have a look…
In .NET, the application configuration is stored in appsettings.json file. This article explains how can config transformations be applied to configurations in appsettings.json in .NET applications. Why Config Transformations? The…
As we all know, .NET 5 has been released few months back and now .NET 6 previews are also available. If you know this, then it is not a news…