I am trying to work out how to capture specific network packets from vm's in scale set deployed to service fabric cluster (no NSG's).
I can use AzNetworkWatcherPacketCapture for single vm's but am unsure of best approach with scale set.
My first thought (using powershell) is to grab each vm's scale set instance ID and to pipe into a foreach that starts new packet capture on each vm.
Is this feasible? is there a simple / best practice way to capture scale set network packets and identify packet source?