Search code examples
azureazure-service-fabric

How to access logs in Azure Service Fabric cluster?


I created App package with guest executable without Visual Studio. ConsoleRedirection was also configured to create logs from apps stdout and errout. It works on local Service Fabric cluster. And the logs can be located in my file system. But how can I access these logs in Azure cloud?

Update: As LoekD pointed out the Remote Desktop Protocol can be used to access nodes in service fabric cluster. Admin account name could be located in load balancer's automation script in virtualMachineProfile section.


Solution

  • There's a description here which explains how to discover where the log files are stored.

    You can use RDP to access the machine, which is explained here.