Export Azure WebApp Application Settings & Configuration Strings to CSV

azure_app_settings

if you are using with Azure Apps then you might already know the importance of the Application Settings

in a short description These override those in web.config, the same as you would in IIS.

so ..if you’re using it why not back it up aside ?

Backup and Export this Application Settings might be helpful someday ,how would we do it ?

first choose the webapp you interested to backed up its settings

now lets map the Application Settings and the Connection Strings for this Site

the Application Settings and the Connection Strings are built as Hashtable so we will need to use the ‘GetEnumeretor()’ option for the hashtable and then we can export

them to a csv file as follows –

Enjoy !

(Visited 6,524 times, 1 visits today)

Leave a Reply