Azure ARM Template and PowerShell Module
问题 I Have a module published on Powrshell Gallery and I want to deploy this module with Azure ARM Template. And I did not find how! Here my template : "resources": [ { "name": "[variables('automationAccountName')]", "type": "Microsoft.Automation/automationAccounts", "apiVersion": "2015-10-31", "location": "[parameters('AutomationLocation')]", "tags": { "displayName": "Compte Automation" }, "properties": { "sku": { "name": "Basic", "family": "B" } }, "resources": [ { "name": "[variables(