Reputation: 45
App services can be deployed on several VMs. I would like to know:
On which VM the Kudu Console is connected ? is it a shared drive for all the VMs associated with my app?
If we modify a file in this console, does it impact all the VM of the app?
About the log files, do they aggregate all the logs for all the VM ? or do they reflect only one VM ?
Thanks,
Jonathan
Upvotes: 0
Views: 205
Reputation: 72151
You can take a look at the project source code to answer your questions.
This is probably what you want to examine: https://github.com/projectkudu/kudu/tree/master/Kudu.Services/Diagnostics
Upvotes: 1