Copy of IIS Script
Copy of IIS Script
com/Azure/azure-
docs-powershell-samples/master/application-gateway/iis/appgatewayurl.ps1");
"commandToExecute" = "powershell -ExecutionPolicy Unrestricted -File
appgatewayurl.ps1" }
Set-AzVMExtension `
-ResourceGroupName az-304demo `
-Location eastus `
-ExtensionName IIS `
-VMName vm1 `
-Publisher Microsoft.Compute `
-ExtensionType CustomScriptExtension `
-TypeHandlerVersion 1.4 `
-Settings $publicSettings
Set-AzVMExtension `
-ResourceGroupName az-304demo `
-Location eastus `
-ExtensionName IIS `
-VMName vm2 `
-Publisher Microsoft.Compute `
-ExtensionType CustomScriptExtension `
-TypeHandlerVersion 1.4 `
-Settings $publicSettings
Set-AzVMExtension `
-ResourceGroupName az-304demo2 `
-Location centralus `
-ExtensionName IIS `
-VMName vm3 `
-Publisher Microsoft.Compute `
-ExtensionType CustomScriptExtension `
-TypeHandlerVersion 1.4 `
-Settings $publicSettings
Set-AzVMExtension `
-ResourceGroupName az-304demo2 `
-Location centralus `
-ExtensionName IIS `
-VMName vm4 `
-Publisher Microsoft.Compute `
-ExtensionType CustomScriptExtension `
-TypeHandlerVersion 1.4 `
-Settings $publicSettings