🔧 Azure AppSettings to Web.config Converter

Azure Appsettings

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.

  1. Go to your app service and copy the JSON from the Advanced edit view.
  2. Press Convert to XML
  3. Copy the entries into your App.config

JSON from Azure portal

XML for App.config