How to access logs in Azure Service Fabric cluster? -


i created app package guest executable without visual studio. consoleredirection configured create logs apps stdout , errout. works on local service fabric cluster. , logs can located in file system. how can access these logs in azure cloud?

update: loekd pointed out remote desktop protocol can used access nodes in service fabric cluster. admin account name located in load balancer's automation script in virtualmachineprofile section.

there's description here explains how discover log files stored.

'check running application'

you can use rdp access machine, explained here.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -