Skip to content

Commit 8f79a80

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#86776
fixed variable (publicSettings) typo in code snippet
1 parent 560b993 commit 8f79a80

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)