Skip to content

Commit d625285

Browse files
Updating smaller versions of images
1 parent db36324 commit d625285

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

articles/virtual-network/ip-services/private-ip-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To assign the network interface to a different subnet, you change the allocation
7171

7272
One or more private IP addresses are assigned to one or more **network interfaces** of a Virtual Machine. Network interfaces are assigned to a [Windows](/azure/virtual-machines/windows/overview?toc=%2fazure%2fvirtual-network%2ftoc.json) or [Linux](/azure/virtual-machines/linux/overview?toc=%2fazure%2fvirtual-network%2ftoc.json) virtual machine, and enable connectivity with other resources within and outside the Virtual Network.
7373

74-
Network interfaces are configurded with private IP addresses for communication within the Azure virtual network and other Azure resources, and can optionally be configured with public IP addresses for communication outside the Azure (e.g. Internet, customer on-premises).
74+
Network interfaces are configured with private IP addresses for communication within the Azure virtual network and other Azure resources, and can optionally be configured with public IP addresses for communication outside the Azure (e.g. Internet, customer on-premises).
7575
A network interface has one primary IP configuration associated with them and an option to attach zero or more secondary private IP configurations. For the total count of private IP configurations on a network interface allowed in your subscription, see [Azure limits](../../azure-resource-manager/management/azure-subscription-service-limits.md?toc=%2fazure%2fvirtual-network%2ftoc.json#azure-resource-manager-virtual-networking-limits). The primary IP configuration on the network interface must have a single IP address (a /32 IPv4 address or a /128 IPv6 address) attached to it, while the secondary IP configurations can have either a single IP address or a block of IP addresses (*in preview*) attached to them. The only allowed blocks are IPv4 addresses of size /28 today.
7676

7777
You can specify the allocation method as either dynamic or static for each private IP address.

articles/virtual-network/ip-services/virtual-network-private-ip-address-blocks-portal.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ There's a limit to how many IP configurations can be assigned to a NIC. For more
2727
2828
:::image type="content" source="./media/virtual-network-private-ip-addresses-blocks-portal/block-ipconfigs.png" alt-text="Diagram of network configuration resources created in article." lightbox="./media/virtual-network-private-ip-addresses-blocks-portal/block-ipconfigs-expand.png":::
2929

30-
*Figure: Diagram of network configuration resources created in this article.*
31-
3230
## Prerequisites
3331

3432
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -56,7 +54,7 @@ You can add a dynamic private IP address prefix to an Azure network interface by
5654

5755
5. Select the name of the network interface of the virtual machine. In this example, it's named **myvm237_z1**.
5856

59-
:::image type="content" source="./media/virtual-network-private-ip-addresses-blocks-portal/select-nic.png" alt-text="Screenshot of myVM networking and network interface selection.":::
57+
:::image type="content" source="./media/virtual-network-private-ip-addresses-blocks-portal/select-network-interface.png" alt-text="Screenshot of myVM networking and network interface selection.":::
6058

6159
6. In the network interface, select **IP configurations** in **Settings**.
6260

@@ -94,7 +92,7 @@ You can add a static private IP address prefix to a virtual machine by completin
9492

9593
5. Select the name of the network interface of the virtual machine. In this example, it's named **myvm237_z1**.
9694

97-
:::image type="content" source="./media/virtual-network-private-ip-addresses-blocks-portal/select-nic.png" alt-text="Screenshot of myVM networking and network interface selection.":::
95+
:::image type="content" source="./media/virtual-network-private-ip-addresses-blocks-portal/select-network-interface.png" alt-text="Screenshot of myVM networking and network interface selection.":::
9896

9997
6. In the network interface, select **IP configurations** in **Settings**.
10098

0 commit comments

Comments
 (0)