Skip to content

Commit ff2c9a2

Browse files
authored
Update deploy-sdk.md
1 parent 788d415 commit ff2c9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Review the [deployment prerequisites](deploy-prerequisite.md) for Cloud Services
149149
m_NrpClient.VirtualNetworks.CreateOrUpdate(resourceGroupName, “ContosoVNet”, vnet);
150150
```
151151

152-
7. 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.
152+
7. 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.
153153
If you are using a Static IP you need to reference it as a Reserved IP in Service Configuration (.cscfg) file
154154

155155
```csharp
@@ -334,4 +334,4 @@ If you are using a Static IP you need to reference it as a Reserved IP in Servic
334334
## Next steps
335335
- Review [frequently asked questions](faq.yml) for Cloud Services (extended support).
336336
- Deploy Cloud Services (extended support) by using the [Azure portal](deploy-portal.md), [PowerShell](deploy-powershell.md), a [template](deploy-template.md), or [Visual Studio](deploy-visual-studio.md).
337-
- Visit the [Samples repository for Cloud Services (extended support)](https://github.com/Azure-Samples/cloud-services-extended-support)
337+
- Visit the [Samples repository for Cloud Services (extended support)](https://github.com/Azure-Samples/cloud-services-extended-support)

0 commit comments

Comments
 (0)