I have an Azure
app registered on Azure portal which is created in .NET Core 2.0
This app reads some config value from the Application settings
section from the portal as shown in below image.
Now at some stage I want to update those config value from code. I have searched for many article but not found how to update Azure Application settings
from code. Can any one have an idea or suggestion that How can I update Azure Application settings
using .NET Core 2.0 C#
?