You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machine-scale-sets/powershell-samples.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The following table includes links to bash scripts built using Azure PowerShell.
27
27
|---|---|
28
28
|**Create and manage a scale set**||
29
29
|[Create a simple virtual machine scale set](scripts/powershell-sample-create-simple-scale-set.md?toc=%2fpowershell%2fazure%2ftoc.json)| Creates a virtual machine scale set with minimal configuration. |
30
-
|[Create a complete virtual machine scale set](scripts/powershell-sample-create-simple-scale-set.md?toc=%2fpowershell%2fazure%2ftoc.json)| Creates a virtual machine scale set and associated resources with a configuration file rather than short-format *New-AzureRmVmss* cmdlet. |
30
+
|[Create a complete virtual machine scale set](scripts/powershell-sample-create-complete-scale-set.md?toc=%2fpowershell%2fazure%2ftoc.json)| Creates a virtual machine scale set and associated resources with a configuration file. |
31
31
|[Create a scale set from a custom VM image](scripts/powershell-sample-create-scale-set-from-custom-image.md?toc=%2fpowershell%2fmodule%2ftoc.json)| Creates a virtual machine scale set that uses a custom VM image. |
32
32
|[Install applications to a scale set](scripts/powershell-sample-install-apps.md?toc=%2fpowershell%2fmodule%2ftoc.json)| Use the Azure Custom Script Extension to install a basic web application into a scale set. |
0 commit comments