API to add properties to Azure Webapp Application settings
I have one web app running on a Azure appservice plan. The web app has a lot of settings defined in Application settings of the Web App. Now I want to replicate that web app with all its Application settings. I got the REST API to list down all the settings available for any web app (/api/settings). Although there is a POST call to add/update the settings , But it is not updating Application settings. Is there any REST API to add/update the Application settings of Azure web app ? Thanks, Abhiram Is there any REST API to add/update the Application settings of Azure web app ? Yes, we could