I'm looking to add an additional primary node type for an Azure Service Fabric cluster that was created by the Azure Portal.
Going through this documentation - https://docs.microsoft.com/en-us/azure/service-fabric/virtual-machine-scale-set-scale-node-type-scale-out ,
I found that the recommendation is to do it via PowerShell and an ARM template.
However, my problem is that I currently do not have an ARM template for the cluster in question. Can I get it from somewhere in the Portal or any other means?
To give more context, the reason I'm doing this is to deploy the cluster across multiple Availability Zones as recommended here - https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cross-availability-zones




