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
Post a Comment