Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)

I have an application that I am just migrating to Azure. Currently, I use the web.config transformation to manage to change the database connecting string dev/staging/prod environments. How is it best to manage these multiple connection strings in Azure?

1 Answer

0 votes
by (9.6k points)

1.Go to the portal and navigate to Web Apps

2.Go to All settings  and open Application settings

3.Scroll down to see the section Connection strings

You can retrieve data of your website by entering Key-Value pairs. 

For more details, follow the steps given in these blogs:

https://docs.microsoft.com/en-us/azure/app-service/configure-common

https://azure.microsoft.com/en-in/blog/windows-azure-web-sites-how-application-strings-and-connection-strings-work/

Browse Categories

...