🔧 Azure appsettings.json Converter
This converter transforms the JSON appsetting from the Azure portal to JSON that can be copied into an appsettings.json of a ASP.NET 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 appsetting.json format.
- Copy the entries into your appsettings.json