简体   繁体   中英

Web Config file to Azure Portal

My web app is deployed in Azure Portal. I want to remove entire web.config file from my solution and want to configure it in Azure. Is it possible to do it, if possible where do I need to give the values in azure of web config like appSettings, system.web, runtime in azure. Thanks in advance

Is it possible to do it, if possible where do I need to give the values in azure of web config like appSettings, system.web, runtime in azure.

Yes, we could config them with App Service Editor (Preview) . We could visit it from the following url. But It is also included in your solution in the azure.

https://{yourWebsiteName}.scm.azurewebsites.net/dev/wwwroot/web.config

We also could config sensitive info that don't want to include in the web.config with Azure appsetting .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM