I am new to Azure dev ops and trying to deploy a azure web app to test and prod stages. I have developed two stages test and prod.
After the test is tested properly, then i will deploy the same to prod.
My question is .
the test web app points to the "test environment" in the config settings of the test website in the azure portal. And the production site points to the "prod environment" in the config settings in the portal.
so at the time of deployment to test and Prod , where do i specify the config settings for each environment?
I mean is there any provision in the "STAGES" where i can specify the settings for the test website and Prod website ?