🔧 Azure AppSettings to Web.config Converter
This converter transforms the JSON appsetting from the Azure portal to XML that can be copied into an App.config of a C# project.
This tool runs offline in your browser. Nothing is being uploaded to any server. I intentionally embedded the JS code into the HTML so you can check.
- Go to your app service and copy the JSON from the Advanced edit view.
- Press Convert to XML
- Copy the entries into your App.config