Hi There
Does anybody know, where the keys from the Web.Config are located if someone uses the Orchestrator from the Azure store?
Regards
I might also be interested in
We just figured it out. Do this:
- Log in to https://portal.azure.com
- Open the App Service that represents the Orchestrator
- On the top-bar click on “Get Publish Profile”
- The file contains several data. Also the FTP-Access data (publishURL, username userpwd)
- Use these credentials and establish an FTP connection (Windows Explorer will do the job)
- profit! Now you should be able to see and modify the web.config file
Have fun!
You can also use kudu console or app service editor for the same.

If using Kudu then goto debug console-> CMD-> and browse the path given in below screenshot-