Skip to content

Commit 78a7bab

Browse files
authored
Merge pull request #189450 from VikasPullagura-MSFT/patch-226
(Azure CXP) resolves MicrosoftDocs/azure-docs#88598
2 parents c786698 + 1be60b7 commit 78a7bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cloud-services/schema-cscfg-networkconfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following example shows the `NetworkConfiguration` element and its child ele
5151
</Subnets>
5252
</InstanceAddress>
5353
<ReservedIPs>
54-
<ReservedIP name="<reserved-ip-name>"/>
54+
<ReservedIP name="GROUP <ResourceGroupNameOfReservedIP> <reserved-ip-name>"/>
5555
</ReservedIPs>
5656
</AddressAssignments>
5757
</NetworkConfiguration>
@@ -72,4 +72,4 @@ The following table describes the child elements of the `NetworkConfiguration` e
7272
| ReservedIP | Optional. Specifies the reserved IP address that should be associated with the deployment. You must use Create Reserved IP Address to create the reserved IP address. Each deployment in a cloud service can be associated with one reserved IP address. The name of the reserved IP address is defined by a string for the `name` attribute.|
7373

7474
## See Also
75-
[Cloud Service (classic) Configuration Schema](schema-cscfg-file.md)
75+
[Cloud Service (classic) Configuration Schema](schema-cscfg-file.md)

0 commit comments

Comments
 (0)