Skip to content

Commit 252d7b6

Browse files
authored
Update deploy-powershell.md
1 parent 774aa37 commit 252d7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cloud-services-extended-support/deploy-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ New-AzCloudService
131131
$virtualNetwork = New-AzVirtualNetwork -Name “ContosoVNet” -Location “East US” -ResourceGroupName “ContosOrg” -AddressPrefix "10.0.0.0/24" -Subnet $subnet
132132
```
133133
134-
4. Create a public IP address and set the DNS label property of the public IP address. Cloud Services (extended support) only supports [Basic](../virtual-network/ip-services/public-ip-addresses.md#basic) SKU Public IP addresses. Standard SKU Public IPs do not work with Cloud Services.
134+
4. Create a public IP address and set the DNS label property of the public IP address. Cloud Services (extended support) only supports [Basic](../virtual-network/ip-services/public-ip-addresses.md#sku) SKU Public IP addresses. Standard SKU Public IPs do not work with Cloud Services.
135135
If you are using a Static IP, you need to reference it as a Reserved IP in Service Configuration (.cscfg) file.
136136
137137
```azurepowershell-interactive
@@ -239,4 +239,4 @@ If you are using a Static IP, you need to reference it as a Reserved IP in Servi
239239
## Next steps
240240
- Review [frequently asked questions](faq.yml) for Cloud Services (extended support).
241241
- Deploy a Cloud Service (extended support) using the [Azure portal](deploy-portal.md), [PowerShell](deploy-powershell.md), [Template](deploy-template.md) or [Visual Studio](deploy-visual-studio.md).
242-
- Visit the [Cloud Services (extended support) samples repository](https://github.com/Azure-Samples/cloud-services-extended-support).
242+
- Visit the [Cloud Services (extended support) samples repository](https://github.com/Azure-Samples/cloud-services-extended-support).

0 commit comments

Comments
 (0)