Skip to content

Commit 1c90c69

Browse files
committed
corrections
1 parent 90d269b commit 1c90c69

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
58.4 KB
Loading

articles/virtual-network/ip-services/remove-public-ip-address-vm.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can use the [Azure portal](#azure-portal), the [Azure CLI](#azure-cli), or [
2727

2828
1. Sign in to the [Azure portal](https://portal.azure.com).
2929
2. Browse to, or search for the virtual machine that you want to disassociate the public IP address from and then select it.
30-
3. In the VM page, select **Overview**, select the public IP address as shown in the following picture:
30+
3. In the VM page, select **Overview**, and then select the public IP address.
3131

3232
:::image type="content" source="./media/remove-public-ip-address-vm/vm-public-ip.png" alt-text="Screenshot of the Overview page of a virtual machine showing of the public IP.":::
3333

@@ -121,7 +121,7 @@ Set-AzNetworkInterface -NetworkInterface $nic
121121
$vm.NetworkProfile
122122
```
123123
124-
The output includes one or more lines that are similar to the example that follows. In the example output, *myVMNic* is the name of the network interface.
124+
The output includes one or more lines that are similar to the following example:
125125
126126
```
127127
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/myVMNic",
@@ -136,7 +136,7 @@ Set-AzNetworkInterface -NetworkInterface $nic
136136
$nic.IPConfigurations.Id
137137
```
138138
139-
The output includes one or more lines that are similar to the example that follows. In the example output, *ipconfigmyVM* is the name of an IP configuration.
139+
The output includes one or more lines that are similar to the following example:
140140
141141
```
142142
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/myVMNic/ipConfigurations/ipconfigmyVM"
@@ -151,7 +151,7 @@ Set-AzNetworkInterface -NetworkInterface $nic
151151
$nic.IPConfigurations.PublicIpAddress.Id
152152
```
153153
154-
The output includes one or more lines that are similar to the example that follows. In the example output, *ipconfigmyVM* is the name of an IP configuration.
154+
The output includes one or more lines that are similar to the following example:
155155
156156
```
157157
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/publicIPAddresses/myPublicIP"
@@ -163,9 +163,9 @@ Set-AzNetworkInterface -NetworkInterface $nic
163163
164164
In this article, you learned how to dissociate a public IP address from a virtual machine.
165165
166-
- Learn more about [public IP addresses](./public-ip-addresses.md#public-ip-addresses) in Azure.
166+
- Learn more about [public IP addresses](./public-ip-addresses.md) in Azure.
167167
168-
- Learn how to [associate a public IP address to a VM](associate-public-ip-address-vm.md).
168+
- Learn how to [associate a public IP address to a VM](./associate-public-ip-address-vm.md).
169169
170-
- Learn how to [Configure IP addresses for an Azure network interface](./virtual-network-network-interface-addresses.md).
170+
- Learn how to [configure IP addresses for an Azure network interface](./virtual-network-network-interface-addresses.md).
171171

0 commit comments

Comments
 (0)