Skip to content

Commit 87e4b78

Browse files
committed
renames
1 parent 339892f commit 87e4b78

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/virtual-network/ip-services/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ items:
123123
- name: Create a virtual machine with a dual-stack network
124124
href: create-vm-dual-stack-ipv6-portal.md
125125
- name: Create virtual machine with static public IP
126-
href: virtual-network-deploy-static-pip-arm.md
126+
href: virtual-network-deploy-static-public-ip.md
127127
- name: Create virtual machine with static private IP
128-
href: virtual-networks-static-private-ip-arm.md
128+
href: virtual-networks-static-private-ip.md
129129
- name: Create virtual machine with multiple IPs
130130
items:
131131
- name: Azure portal

articles/virtual-network/ip-services/virtual-network-deploy-static-pip-arm.md renamed to articles/virtual-network/ip-services/virtual-network-static-public-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
6060
| Select inbound ports | Select **RDP (3389)**. |
6161

6262
> [!WARNING]
63-
> Port 3389 is selected to enable remote access to the Windows Server virtual machine from the internet. Opening port 3389 to the internet is not recommended to manage production workloads.</br> For secure access to Azure virtual machines, see **[What is Azure Bastion?](../../bastion/bastion-overview.md)**
63+
> Port 3389 is selected to enable remote access to the Windows Server virtual machine from the internet. Opening port 3389 to the internet is not recommended to manage production workloads.</br> For secure access to Azure virtual machines, see **[What is Azure Bastion?](../../bastion/bastion-overview.md)**.
6464
6565
5. Select the **Networking** tab, or select **Next: Disks**, then **Next: Networking**.
6666

articles/virtual-network/ip-services/virtual-networks-static-private-ip-arm.md renamed to articles/virtual-network/ip-services/virtual-networks-static-private-ip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Create a VM with a static private IP address'
2+
title: Create a VM with a static private IP address using the Azure portal, Azure PowerShell, or Azure CLI
33
description: Learn to create a virtual machine with a static private IP address using the Azure portal, Azure PowerShell, or Azure CLI.
44
ms.date: 11/19/2024
55
ms.author: mbender
@@ -237,7 +237,7 @@ When all the resources are no longer need, delete the resource group and all of
237237
1. From the **myResourceGroup** screen, select **Delete resource group**.
238238

239239
1. Enter *myResourceGroup* for **Enter resource group name to confirm deletion**, and then select **Delete**.
240-
1.
240+
241241
# [Azure PowerShell](#tab/azurepowershell)
242242

243243
When all the resources are no longer need, use [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup) to remove the resource group and all of the resources it contains:

0 commit comments

Comments
 (0)