Skip to content

Commit 484a69d

Browse files
authored
Merge pull request #13741 from jrudley/patch-3
Update virtual-machines-windows-powershell-sample-create-iis-using-ds…
2 parents 006b948 + b6ed13e commit 484a69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/scripts/virtual-machines-windows-powershell-sample-create-iis-using-dsc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This script uses the following commands to create the deployment. Each item in t
4646
|---|---|
4747
| [New-AzureRmResourceGroup](/powershell/module/azurerm.resources/new-azurermresourcegroup) | Creates a resource group in which all resources are stored. |
4848
| [New-AzureRmVM](/powershell/module/azurerm.compute/new-azurermvm) | Creates the virtual machine and connects it to the network card, virtual network, subnet, and network security group. This command also opens port 80 and sets the administrative credentials. |
49-
| [Set-AzureRmVMExtension](/powershell/module/azurerm.compute/set-azurermvmextension) | Add a VM extension to the virtual machine. In this sample, the custom script extension is used to install IIS. |
49+
| [Set-AzureRmVMExtension](/powershell/module/azurerm.compute/set-azurermvmextension) | Add a VM extension to the virtual machine. In this sample, the DSC extension is used to install IIS. |
5050
|[Remove-AzureRmResourceGroup](/powershell/module/azurerm.resources/remove-azurermresourcegroup) | Removes a resource group and all resources contained within. |
5151

5252
## Next steps

0 commit comments

Comments
 (0)