How to disable a feature in Azure App configuration using the Azure SDK
I am building an API to manage features using Azure App Configuration. I saw that it is possible to toggle a feature in the feature manager under Azure App Configuration using the Azure SDK, namely this package Microsoft.Azure.AppConfiguration.AspNetCore
.