Skip to content

Commit 02508c1

Browse files
committed
updates
1 parent 1256def commit 02508c1

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

articles/virtual-network/ip-services/ipv6-virtual-machine-scale-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article shows how to deploy virtual machine scale sets with IP
55
services: virtual-network
66
author: mbender-ms
77
ms.author: mbender
8-
ms.date: 08/24/2023
8+
ms.date: 01/08/2025
99
ms.service: azure-virtual-network
1010
ms.topic: how-to
1111
---
@@ -17,7 +17,7 @@ This article shows you how to deploy a dual stack (IPv4 + IPv6) Virtual Machine
1717
2. Create a dual stack load balancer.
1818
3. Create network security group (NSG) rules.
1919

20-
The only step that is different from individual VMs is creating the network interface (NIC) configuration that uses the virtual machine scale set resource: networkProfile/networkInterfaceConfigurations. The JSON structure is similar to that of the Microsoft.Network/networkInterfaces object used for individual VMs with the addition of setting the NIC and the IPv4 IpConfiguration as the primary interface using the **"primary": true** attribute as seen in the following example:
20+
The only step that is different from individual VMs is creating the network interface (NIC) configuration that uses the virtual machine scale set resource: `networkProfile/networkInterfaceConfigurations`. The JSON structure is similar to that of the `Microsoft.Network/networkInterfaces` object used for individual VMs with the addition of setting the NIC and the IPv4 IpConfiguration as the primary interface using the `"primary": true` attribute as seen in the following example:
2121

2222
```json
2323
"networkProfile": {

articles/virtual-network/ip-services/manage-public-ip-address-prefix.md

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titlesuffix: Azure Virtual Network
44
description: Learn about public IP address prefixes and how to create, change, or delete them.
55
author: mbender-ms
66
ms.author: mbender
7-
ms.date: 08/24/2023
7+
ms.date: 01/08/2025
88
ms.service: azure-virtual-network
99
ms.subservice: ip-services
1010
ms.topic: concept-article
@@ -18,21 +18,19 @@ A public IP address prefix is a contiguous range of standard SKU public IP addre
1818

1919
The following section details the parameters when creating a public IP prefix.
2020

21-
| Setting | Required? | Details |
22-
| --- | --- | --- |
23-
| Subscription|Yes|Must exist in the same [subscription](../../azure-glossary-cloud-terminology.md?toc=%2fazure%2fvirtual-network%2ftoc.json#subscription) as the resource you want to associate the public IP address prefix to. |
24-
| Resource group|Yes|Can exist in the same, or different, [resource group](../../azure-glossary-cloud-terminology.md?toc=%2fazure%2fvirtual-network%2ftoc.json#resource-group) as the resource you want to associate the public IP address prefix to. |
25-
| Name | Yes | The name must be unique within the resource group you select.|
26-
| Region | Yes | Must exist in the same [region](https://azure.microsoft.com/regions)as the public IP addresses assigned from the range. |
27-
| IP version | Yes | IP version of the prefix (v4 or v6). |
28-
| Prefix ownership | Yes | Specify if the IP ranges will be owned by Microsoft or you, see [Custom IP Prefix](custom-ip-address-prefix.md) for more information on the latter case. |
29-
| Prefix size | Yes | The size of the prefix you need. A range with 16 IP addresses (/28 for v4 or /124 for v6) is the default limit for Microsoft owned ranges. |
21+
| **Setting** | **Required?** | **Details** |
22+
| --- | --- | --- |
23+
| Subscription|Yes|Must exist in the same [subscription](../../azure-glossary-cloud-terminology.md?toc=%2fazure%2fvirtual-network%2ftoc.json#subscription) as the resource you want to associate the public IP address prefix to. |
24+
| Resource group|Yes|Can exist in the same, or different, [resource group](../../azure-glossary-cloud-terminology.md?toc=%2fazure%2fvirtual-network%2ftoc.json#resource-group) as the resource you want to associate the public IP address prefix to. |
25+
| Name | Yes | The name must be unique within the resource group you select.|
26+
| Region | Yes | Must exist in the same [region](https://azure.microsoft.com/regions)as the public IP addresses assigned from the range. |
27+
| IP version | Yes | IP version of the prefix (v4 or v6). |
28+
| Prefix ownership | Yes | Specify if the IP ranges will be owned by Microsoft or you, see [Custom IP Prefix](custom-ip-address-prefix.md) for more information on the latter case. |
29+
| Prefix size | Yes | The size of the prefix you need. A range with 16 IP addresses (/28 for v4 or /124 for v6) is the default limit for Microsoft owned ranges. |
3030

3131
Alternatively, you may use the following CLI and PowerShell commands to create a public IP address prefix.
3232

33-
**Commands**
34-
35-
| Tool | Command |
33+
| **Tool** | **Command** |
3634
| --- | --- |
3735
| CLI | [az network public-ip prefix create](/cli/azure/network/public-ip/prefix#az-network-public-ip-prefix-create) |
3836
| PowerShell |[New-AzPublicIpPrefix](/powershell/module/az.network/new-azpublicipprefix) |
@@ -47,15 +45,15 @@ Alternatively, you may use the following CLI and PowerShell commands to create a
4745

4846
The following section details the parameters required when creating a static public IP address from a prefix.
4947

50-
| Setting | Required? | Details |
51-
| --- | --- | --- |
52-
| Name | Yes | The name of the public IP address must be unique within the resource group you select. |
53-
| Idle timeout (minutes)| No| How many minutes to keep a TCP or HTTP connection open without relying on clients to send keep-alive messages. |
54-
| DNS name label | No | Must be unique within the Azure region you create the name in (across all subscriptions and all customers). </br> Azure automatically registers the name and IP address in its DNS so you can connect to a resource with the name. </br> Azure appends a default subnet *location.cloudapp.azure.com* to the name you provide to create the fully qualified DNS name. </br> For more information, see [Use Azure DNS with an Azure public IP address](../../dns/dns-custom-domain.md?toc=%2fazure%2fvirtual-network%2ftoc.json#public-ip-address). |
48+
| **Setting** | **Required?** | **Details** |
49+
| --- | --- | --- |
50+
| Name | Yes | The name of the public IP address must be unique within the resource group you select. |
51+
| Idle timeout (minutes)| No| How many minutes to keep a TCP or HTTP connection open without relying on clients to send keep-alive messages. |
52+
| DNS name label | No | Must be unique within the Azure region you create the name in (across all subscriptions and all customers). </br> Azure automatically registers the name and IP address in its DNS so you can connect to a resource with the name. </br> Azure appends a default subnet *location.cloudapp.azure.com* to the name you provide to create the fully qualified DNS name. </br> For more information, see [Use Azure DNS with an Azure public IP address](../../dns/dns-custom-domain.md?toc=%2fazure%2fvirtual-network%2ftoc.json#public-ip-address). |
5553

5654
Alternatively, you may use the following CLI and PowerShell commands with the **`--public-ip-prefix`** **(CLI)** and **`-PublicIpPrefix`** **(PowerShell)** parameters, to create a public IP address resource from a prefix.
5755

58-
| Tool | Command |
56+
| **Tool** | **Command** |
5957
| --- | --- |
6058
| CLI | [az network public-ip create](/cli/azure/network/public-ip#az-network-public-ip-create) |
6159
| PowerShell | [New-AzPublicIpAddress](/powershell/module/az.network/new-azpublicipaddress) |
@@ -70,9 +68,7 @@ Alternatively, you may use the following CLI and PowerShell commands with the **
7068

7169
To view or delete a prefix, the following commands can be used in Azure CLI and Azure PowerShell.
7270

73-
**Commands**
74-
75-
| Tool | Command |
71+
| **Tool** | **Command** |
7672
| --- | --- |
7773
| CLI | [az network public-ip prefix list](/cli/azure/network/public-ip/prefix#az-network-public-ip-prefix-list) to list public IP addresses. <br> [az network public-ip prefix show](/cli/azure/network/public-ip/prefix#az-network-public-ip-prefix-show) to show settings. <br> [az network public-ip prefix update](/cli/azure/network/public-ip/prefix#az-network-public-ip-prefix-update) to update. <br> [az network public-ip prefix delete](/cli/azure/network/public-ip/prefix#az-network-public-ip-prefix-delete) to delete. |
7874
| PowerShell |[Get-AzPublicIpPrefix](/powershell/module/az.network/get-azpublicipprefix) to retrieve a public IP address object and view its settings. <br> [Set-AzPublicIpPrefix](/powershell/module/az.network/set-azpublicipprefix) to update settings. <br> [Remove-AzPublicIpPrefix](/powershell/module/az.network/remove-azpublicipprefix) to delete. |
@@ -81,7 +77,7 @@ To view or delete a prefix, the following commands can be used in Azure CLI and
8177

8278
For permissions to manage public IP address prefixes, your account must be assigned to the [network contributor](../../role-based-access-control/built-in-roles.md?toc=%2fazure%2fvirtual-network%2ftoc.json#network-contributor) role or to a [custom](../../role-based-access-control/custom-roles.md?toc=%2fazure%2fvirtual-network%2ftoc.json) role.
8379

84-
| Action | Name |
80+
| **Action** | **Name** |
8581
| --------- | ------------- |
8682
| Microsoft.Network/publicIPPrefixes/read | Read a public IP address prefix |
8783
| Microsoft.Network/publicIPPrefixes/write | Create or update a public IP address prefix |
@@ -90,4 +86,5 @@ For permissions to manage public IP address prefixes, your account must be assig
9086

9187
## Next steps
9288

93-
- Learn about scenarios and benefits of using a [public IP prefix](public-ip-address-prefix.md)
89+
> [!div class="nextstepaction"]
90+
> [Learn about the scenarios and benefits of using a public IP prefix](public-ip-address-prefix.md)

0 commit comments

Comments
 (0)