Skip to content

Commit a307a92

Browse files
authored
Merge pull request #97780 from DennisLee-DennisLee/v-dele-1645361-001
1645361 portal-nav: Updated 5 VM articles.
2 parents 9678a27 + 00075a3 commit a307a92

File tree

5 files changed

+18
-22
lines changed

5 files changed

+18
-22
lines changed

articles/virtual-machines/linux/attach-disk-portal.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ Before you attach disks to your VM, review these tips:
3030

3131

3232
## Find the virtual machine
33-
1. Sign in to the [Azure portal](https://portal.azure.com/).
34-
2. On the left menu, click **Virtual Machines**.
35-
3. Select the virtual machine from the list.
36-
4. To the Virtual machines page, in **Essentials**, click **Disks**.
33+
1. Go to the [Azure portal](https://portal.azure.com/) to find the VM. Search for and select **Virtual machines**.
34+
2. Choose the VM from the list.
35+
3. In the **Virtual machines** page sidebar, under **Settings**, choose **Disks**.
3736

3837
![Open disk settings](./media/attach-disk-portal/find-disk-settings.png)
3938

articles/virtual-machines/windows/capture-image-resource.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,25 @@ To generalize your Windows VM, follow these steps:
6767
6868
## Create a managed image in the portal
6969
70-
1. Open the [Azure portal](https://portal.azure.com).
70+
1. Go to the [Azure portal](https://portal.azure.com) to manage the VM image. Search for and select **Virtual machines**.
7171
72-
2. In the menu on the left, select **Virtual machines** and then select the VM from the list.
72+
2. Select your VM from the list.
7373
7474
3. In the **Virtual machine** page for the VM, on the upper menu, select **Capture**.
7575
7676
The **Create image** page appears.
7777
7878
4. For **Name**, either accept the pre-populated name or enter a name that you would like to use for the image.
7979
80-
5. For **Resource group**, either select **Create new** and enter a name, or select **Use existing** and select a resource group to use from the drop-down list.
80+
5. For **Resource group**, either select **Create new** and enter a name, or select a resource group to use from the drop-down list.
8181
8282
6. If you want to delete the source VM after the image has been created, select **Automatically delete this virtual machine after creating the image**.
8383
8484
7. If you want the ability to use the image in any [availability zone](../../availability-zones/az-overview.md), select **On** for **Zone resiliency**.
8585
8686
8. Select **Create** to create the image.
8787
88-
9. After the image is created, you can find it as an **Image** resource in the list of resources in the resource group.
88+
After the image is created, you can find it as an **Image** resource in the list of resources in the resource group.
8989
9090
9191

articles/virtual-machines/windows/connect-logon.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ You'll use the **Connect** button in the Azure portal to start a Remote Desktop
2424
To connect to a Windows VM from a Mac, you will need to install an RDP client for Mac such as [Microsoft Remote Desktop](https://aka.ms/rdmac).
2525

2626
## Connect to the virtual machine
27-
1. If you haven't already done so, sign in to the [Azure portal](https://portal.azure.com/).
28-
2. On the left menu, select **Virtual Machines**.
29-
3. Select the virtual machine from the list.
30-
4. On the top of the page for the virtual machine, select **Connect**.
31-
2. On the **Connect to virtual machine** page, select the appropriate IP address and port. In most cases, the default IP address and port should be used. Select **Download RDP file**. If the VM has a just-in-time policy set, you first need to select the **Request access** button to request access before you can download the RDP file. For more information about the just-in-time policy, see [Manage virtual machine access using the just in time policy](../../security-center/security-center-just-in-time.md).
32-
2. Open the downloaded RDP file and select **Connect** when prompted.
33-
2. You will get a warning that the `.rdp` file is from an unknown publisher. This is expected. In the **Remote Desktop Connection** window, select **Connect** to continue.
27+
1. Go to the [Azure portal](https://portal.azure.com/) to connect to a VM. Search for and select **Virtual machines**.
28+
2. Select the virtual machine from the list.
29+
3. At the beginning of the virtual machine page, select **Connect**.
30+
4. On the **Connect to virtual machine** page, select **RDP**, and then select the appropriate **IP address** and **Port number**. In most cases, the default IP address and port should be used. Select **Download RDP File**. If the VM has a just-in-time policy set, you first need to select the **Request access** button to request access before you can download the RDP file. For more information about the just-in-time policy, see [Manage virtual machine access using the just in time policy](../../security-center/security-center-just-in-time.md).
31+
5. Open the downloaded RDP file and select **Connect** when prompted. You will get a warning that the `.rdp` file is from an unknown publisher. This is expected. In the **Remote Desktop Connection** window, select **Connect** to continue.
3432

3533
![Screenshot of a warning about an unknown publisher.](./media/connect-logon/rdp-warn.png)
3634
3. In the **Windows Security** window, select **More choices** and then **Use a different account**. Enter the credentials for an account on the virtual machine and then select **OK**.

articles/virtual-machines/windows/create-vm-generalized-managed.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Before creating a new VM, you'll need to [create a managed VM image](capture-ima
2626

2727
## Use the portal
2828

29-
1. Open the [Azure portal](https://portal.azure.com).
30-
2. On the left menu, select **All resources**. You can sort the resources by **Type** to easily find your images.
29+
1. Go to the [Azure portal](https://portal.azure.com) to find a managed image. Search for and select **Images**.
3130
3. Select the image you want to use from the list. The image **Overview** page opens.
3231
4. Select **Create VM** from the menu.
3332
5. Enter the virtual machine information. The user name and password entered here will be used to log in to the virtual machine. When complete, select **OK**. You can create the new VM in an existing resource group, or choose **Create new** to create a new resource group to store the VM.

includes/virtual-machines-common-move-vm.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
## Use the Azure portal to move a VM to a different subscription
1414
You can move a VM and its associated resources to a different subscription by using the Azure portal.
1515

16-
1. Open the [Azure portal](https://portal.azure.com).
17-
2. Click **Browse** > **Resource groups** and select the resource group containing the VM that you would like to move.
16+
1. Go to the [Azure portal](https://portal.azure.com) to manage the resource group containing the VM to move. Search for and select **Resource groups**.
17+
2. Choose the resource group containing the VM that you would like to move.
1818
3. At the top of the page for the resource group, select **Move** and then select **Move to another subscription**. The **Move resources** page opens.
1919
4. Select each of the resources to move. In most cases, you should move all of the related resources that are listed.
2020
5. Select the **Subscription** where you want the VM to be moved.
@@ -24,9 +24,9 @@ You can move a VM and its associated resources to a different subscription by us
2424
## Use the Azure portal to move a VM to another resource group
2525
You can move a VM and its associated resources to another resource group by using the Azure portal.
2626

27-
1. Open the [Azure portal](https://portal.azure.com).
28-
2. Click **Browse** > **Virtual machines** and select the VM you would like to move from the list.
29-
3. In the page for the VM, next to the label for resource group, select **Change**. The **Move resources** page opens.
27+
1. Go to the [Azure portal](https://portal.azure.com) to manage the resource group containing the VM to move. Search for and select **Resource groups**.
28+
2. Choose the resource group containing the VM that you would like to move.
29+
3. At the top of the page for the resource group, select **Move** and then select **Move to another resource group**. The **Move resources** page opens.
3030
4. Select each of the resources to move. In most cases, you should move all of the related resources that are listed.
3131
5. Select an existing **Resource group**, or enter a name to have a new resource group created.
3232
6. When you are done, select that you understand that new resource IDs will be created and that the new IDs will need to be used with the VM after it is moved, and then select **OK**.

0 commit comments

Comments
 (0)