How to run a 2 VM custom script extensions on Azure VM at the same time
问题 I have create a Azure VM using ARM template and want to run a 2 VM script extensions on the same VM after VM is deployed. How can I achieve using the ARM template? { "apiVersion": "[variables('resourceDeploymentApiVersion')]", "name": "[variables('vmTemplateName')]", "type": "Microsoft.Resources/deployments", "resourceGroup": "[parameters('vmGroupName')]", "properties": { "mode": "Incremental", "templateLink": { "uri": "[variables('vmTemplateURL')]" }, "parameters": {}, } } { "type":