In an Azure App Service web app, how do you insert a newline character (ie. \n) into an app setting using the Azure portal? Using \n
doesn't appear to get escaped like it would be in C#/json/etc.
If it's not possible, what is the recommended way to configure long strings of text to pass into an app? We're also using continuous integration in Visual Studio Team Services and would prefer to not get into text transformations during the build process.
I don't think the Portal supports doing this. However, you should be able to do it via API. e.g. try this:
"test": "1234\n5678"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With