Skip to content

Commit d8cf002

Browse files
authored
Merge pull request #185699 from VikasPullagura-MSFT/patch-222
(Azure CXP) resolves MicrosoftDocs/azure-docs#86776
2 parents 560b993 + 8f79a80 commit d8cf002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/tutorial-secure-web-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Update-AzVM -ResourceGroupName $resourceGroup -VM $vm
132132
Use the Custom Script Extension again with [Set-AzVMExtension](/powershell/module/az.compute/set-azvmextension) to update the IIS configuration. This update applies the certificate injected from Key Vault to IIS and configures the web binding:
133133

134134
```azurepowershell-interactive
135-
$PublicSettings = '{
135+
$publicSettings = '{
136136
"fileUris":["https://raw.githubusercontent.com/Azure-Samples/compute-automation-configurations/master/secure-iis.ps1"],
137137
"commandToExecute":"powershell -ExecutionPolicy Unrestricted -File secure-iis.ps1"
138138
}'

0 commit comments

Comments
 (0)