You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/geocoding-coverage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
4
4
description: See which regions Azure Maps Search covers. Geocoding categories include address points, house numbers, street level, city level, and points of interest.
5
5
author: farazgis
6
6
ms.author: fsiddiqui
7
-
ms.date: 11/30/2021
7
+
ms.date: 06/12/2025
8
8
ms.topic: reference
9
9
ms.service: azure-maps
10
10
ms.subservice: search
@@ -146,7 +146,7 @@ The ability to geocode in a country/region is dependent upon the road data cover
146
146
| Vietnam | ✓ || ✓ | ✓ | ✓ |
147
147
| Wallis & Futuna |||| ✓ | ✓ |
148
148
149
-
<sup>1</sup> Coverage is dependent on enabling data processing in South Korea. For more information, see [Enable South Korea addresses in Azure Maps](how-to-manage-consent.md).
149
+
<sup>1</sup> Coverage is dependent on enabling data processing in South Korea. For more information, see [Configure global data processing](how-to-manage-consent.md).
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-gpu-deploy-virtual-machine-portal.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: alkohli
7
7
ms.service: azure-stack-edge
8
8
ms.custom: linux-related-content
9
9
ms.topic: how-to
10
-
ms.date: 05/01/2023
10
+
ms.date: 06/12/2025
11
11
ms.author: alkohli
12
12
# Customer intent: As an IT admin, I need to understand how to configure compute on an Azure Stack Edge Pro GPU device so that I can use it to transform data before I send it to Azure.
13
13
---
@@ -19,7 +19,7 @@ ms.author: alkohli
19
19
You can create and manage virtual machines (VMs) on an Azure Stack Edge Pro GPU device by using the Azure portal, templates, and Azure PowerShell cmdlets, and via the Azure CLI or Python scripts. This article describes how to create and manage a VM on your Azure Stack Edge Pro GPU device by using the Azure portal.
20
20
21
21
> [!IMPORTANT]
22
-
> You will need to enable multifactor authentication for the user who manages the VMs and images that are deployed on your device from the cloud. The cloud operations will fail if the user doesn't have multifactor authentication enabled. For steps to enable multifactor authentication, see [Enable Microsoft Entra multifactor authentication](/training/modules/secure-aad-users-with-mfa/4-exercise-mfa).
22
+
> You'll need to enable multifactor authentication for the user who manages the VMs and images that are deployed on your device from the cloud. The cloud operations fail if the user doesn't have multifactor authentication enabled. For steps to enable multifactor authentication, see [Enable Microsoft Entra multifactor authentication](/training/modules/secure-aad-users-with-mfa/4-exercise-mfa).
23
23
24
24
## VM deployment workflow
25
25
@@ -45,16 +45,16 @@ The high-level summary of the deployment workflow is as follows:
45
45
46
46
Before you begin to create and manage VMs on your device via the Azure portal, make sure that:
47
47
48
-
1. You've completed the network settings on your Azure Stack Edge Pro GPU device as described in [Step 1: Configure an Azure Stack Edge Pro GPU device](./azure-stack-edge-gpu-connect-resource-manager.md#step-1-configure-azure-stack-edge-device).
48
+
1. You complete the network settings on your Azure Stack Edge Pro GPU device as described in [Step 1: Configure an Azure Stack Edge Pro GPU device](./azure-stack-edge-gpu-connect-resource-manager.md#step-1-configure-azure-stack-edge-device).
49
49
50
-
1. You've enabled a network interface for compute. This network interface IP is used to create a virtual switch for the VM deployment. In the local UI of your device, go to **Compute**. Select the network interface that you'll use to create a virtual switch.
50
+
1. You enable a network interface for compute. This network interface IP is used to create a virtual switch for the VM deployment. In the local UI of your device, go to **Compute**. Select the network interface that you use to create a virtual switch.
51
51
52
52
> [!IMPORTANT]
53
53
> You can configure only one port for compute.
54
54
55
55
1. Enable compute on the network interface. Azure Stack Edge Pro GPU creates and manages a virtual switch corresponding to that network interface.
56
56
57
-
1. You have access to a Windows or Linux VHD that you'll use to create the VM image for the VM you intend to create.
57
+
1. You have access to a Windows or Linux VHD that you use to create the VM image for the VM you intend to create.
58
58
59
59
## Deploy a VM
60
60
@@ -72,11 +72,11 @@ Follow these steps to create a VM on your Azure Stack Edge Pro GPU device.
72
72
73
73

74
74
75
-
1. On the **Overview** page. Select**Enable** to enable virtual machine cloud management.
75
+
1. On the **Overview** page, select**Enable** to enable virtual machine cloud management.
76
76
77
77

78
78
79
-
1. The first step is to add a VM image. You've already uploaded a VHD into the storage account in the earlier step. You'll use this VHD to create a VM image.
79
+
1. The first step is to add a VM image. You already uploaded a VHD into the storage account in the earlier step. Use this VHD to create a VM image.
80
80
81
81
Select **+ Add image** to download the VHD from the storage account and add it to the device. The download process takes several minutes depending on the size of the VHD and the internet bandwidth available for the download.
82
82
@@ -90,13 +90,13 @@ Follow these steps to create a VM on your Azure Stack Edge Pro GPU device.
90
90
|Download to | Automatically set to the current device where you're deploying the VM. |
91
91
|Edge resource group |Select the resource group to add the image to. |
92
92
|Save image as | The name for the VM image that you're creating from the VHD you uploaded to the storage account. |
93
-
|OS type |Choose from Windows or Linux as the operating system of the VHD you'll use to create the VM image. |
94
-
|VM generation |Choose Gen 1 or Gen 2 as the generation of the image you'll use to create the VM. For Gen 2 VMs, secure boot is enabled by default. |
93
+
|OS type |Choose from Windows or Linux as the operating system of the VHD you use to create the VM image. |
94
+
|VM generation |Choose Gen 1 or Gen 2 as the generation of the image you use to create the VM. For Gen 2 VMs, secure boot is enabled by default. |
95
95
96
96
97
97

98
98
99
-
1. The VHD is downloaded, and the VM image is created. Image creation takes several minutes to complete. You'll see a notification for the successful completion of the VM image.<!--There's a fleeting notification that image creation is in progress, but I didn't see any notification that image creation completed successfully.-->
99
+
1. The VHD is downloaded, and the VM image is created. Image creation takes several minutes to complete. You see a notification for the successful completion of the VM image.<!--There's a fleeting notification that image creation is in progress, but I didn't see any notification that image creation completed successfully.-->
100
100
101
101

102
102
@@ -140,7 +140,7 @@ Follow these steps to create a VM after you've created a VM image.
140
140
141
141
Select **Next: Disks**.
142
142
143
-
1. On the **Disks** tab, you'll attach disks to your VM.
143
+
1. On the **Disks** tab, attach disks to your VM.
144
144
145
145
1. You can choose to **Create and attach a new disk** or **Attach an existing disk**.
146
146
@@ -152,7 +152,7 @@ Follow these steps to create a VM after you've created a VM image.
152
152
153
153
1. Repeat the preceding process to add more disks. After the disks are created, they show up on the **Disks** tab. Select **Next: Networking**.
154
154
155
-
1. On the **Networking** tab, you'll configure the network connectivity for your VM.
155
+
1. On the **Networking** tab, configure the network connectivity for your VM.
156
156
157
157
|Parameter |Description |
158
158
|---------|---------|
@@ -198,7 +198,7 @@ Follow these steps to create a VM after you've created a VM image.
198
198
199
199

200
200
201
-
You'll use the IP address for the network interface to connect to the VM.
201
+
Use the IP address for the network interface to connect to the VM.
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-gpu-prepare-windows-generalized-image-iso.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: alkohli
6
6
7
7
ms.service: azure-stack-edge
8
8
ms.topic: how-to
9
-
ms.date: 06/25/2021
9
+
ms.date: 06/12/2025
10
10
ms.author: alkohli
11
11
#Customer intent: As an IT admin, I need to be able to quickly deploy new Windows virtual machines on my Azure Stack Edge Pro GPU device, and I want to use an ISO image for OS installation.
12
12
---
@@ -45,15 +45,15 @@ Before you can create a generalized Windows VHD by using an ISO image, make sure
45
45
46
46
- You have access to a Windows client with Hyper-V Manager installed.
47
47
48
-
- You have access to an Azure blob storage account to store your VHD after it is prepared.
48
+
- You have access to an Azure blob storage account to store your VHD after it's prepared.
49
49
50
50
## Prepare source VM using an ISO
51
51
52
52
When you use an ISO image to install the operating system on your VM image, you start by creating a blank, fixed-size VHD in Hyper-V Manager. You then use that VHD to create a virtual machine. Then you attach the ISO image to the VM.
53
53
54
54
#### Create new VHD in Hyper-V Manager
55
55
56
-
Your first step is to create a new Generation 1 VHD in Hyper-V Manager, which will be the source VHD for a new virtual machine.
56
+
Your first step is to create a new Generation 1 VHD in Hyper-V Manager, which is the source VHD for a new virtual machine.
57
57
58
58
To create the VHD, follow these steps:
59
59
@@ -73,17 +73,17 @@ To create the VHD, follow these steps:
73
73
74
74

75
75
76
-
4. Under **Configure Disk**, select **Create a new blank virtual hard disk**, and enter the size of disk you would like to create (generally 20 GB and above for Windows Server). Then select **Next >**.
76
+
4. Under **Configure Disk**, select **Create a new blank virtual hard disk**, and enter the size of disk you would like to create (generally 20 GB or more for Windows Server). Then select **Next >**.
77
77
78
78

79
79
80
-
5. Under **Summary**, review your selections, and select **Finish** to create the new VHD. The process will take five or more minutes depending on the size of the VHD created.
80
+
5. Under **Summary**, review your selections, and select **Finish** to create the new VHD. The process takes five or more minutes depending on the size of the VHD created.
81
81
82
82

83
83
84
84
#### Create Hyper-V VM from VHD
85
85
86
-
Now you'll use the VHD you just created to create a new virtual machine.
86
+
Now use the VHD you just created to create a new virtual machine.
87
87
88
88
To create your new virtual machine, follow these steps:
89
89
@@ -119,7 +119,7 @@ To create your new virtual machine, follow these steps:
119
119
120
120
After creating the new virtual machine, follow these steps to mount your ISO image on the DVD drive of the virtual machine:
121
121
122
-
1. In Hyper-V Manager, select the VM you just created, and then select **Settings**.
122
+
1. In Hyper-V Manager, select the VM you created, and then select **Settings**.
123
123
124
124

125
125
@@ -141,7 +141,7 @@ To finish building your virtual machine, you need to start the virtual machine a
141
141
[!INCLUDE [Connect to Hyper-V VM](../../includes/azure-stack-edge-connect-to-hyperv-vm.md)]
142
142
143
143
> [!NOTE]
144
-
> If you installed the Windows Server 2019 Standard operating system on your virtual machine, you'll need to change the **BIOS** setting to **IDE** before you [generalize the VHD](#generalize-the-vhd).
144
+
> If you installed the Windows Server 2019 Standard operating system on your virtual machine, you must change the **BIOS** setting to **IDE** before you [generalize the VHD](#generalize-the-vhd).
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-gpu-prepare-windows-vhd-generalized-image.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: alkohli
6
6
7
7
ms.service: azure-stack-edge
8
8
ms.topic: how-to
9
-
ms.date: 05/18/2022
9
+
ms.date: 06/12/2025
10
10
ms.author: alkohli
11
11
#Customer intent: As an IT admin, I need to understand how to create and upload Azure VM images that I can use to deploy virtual machines on my Azure Stack Edge Pro GPU device.
12
12
---
@@ -42,18 +42,18 @@ Before you prepare a Windows VHD for use as a generalized image on an Azure Stac
42
42
43
43
- You have a VHD or a VHDX containing a supported version of Windows.
44
44
- You have access to a Windows client with Hyper-V Manager installed.
45
-
- You have access to an Azure Blob storage account to store your VHD after it is prepared.
45
+
- You have access to an Azure Blob storage account to store your VHD after it's prepared.
46
46
47
47
## Prepare source VM from Windows VHD
48
48
49
-
When your VM source is a Windows VHD or VHDX, you first need to convert the Windows VHD to a fixed-size VHD. You will use the fixed-size VHD to create a new virtual machine.
49
+
When your VM source is a Windows VHD or VHDX, you first need to convert the Windows VHD to a fixed-size VHD. You'll use the fixed-size VHD to create a new virtual machine.
50
50
51
51
> [!IMPORTANT]
52
-
> These procedures do not cover cases where the source VHD is configured with custom configurations and settings. For example, additional actions may be required to generalize a VHD containing custom firewall rules or proxy settings. For more information on these additional actions, see [Prepare a Windows VHD to upload to Azure - Azure Virtual Machines](/azure/virtual-machines/windows/prepare-for-upload-vhd-image).
52
+
> These procedures don't cover cases where the source VHD is configured with custom configurations and settings. For example, additional actions may be required to generalize a VHD containing custom firewall rules or proxy settings. For more information on these additional actions, see [Prepare a Windows VHD to upload to Azure - Azure Virtual Machines](/azure/virtual-machines/windows/prepare-for-upload-vhd-image).
53
53
54
54
#### Convert source VHD to a fixed-size VHD
55
55
56
-
For your device, you'll need fixed-size VHDs to create VM images. You'll need to convert your source Windows VHD or VHDX to a fixed VHD.
56
+
For your device, you need fixed-size VHDs to create VM images. You must convert your source Windows VHD or VHDX to a fixed VHD.
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-set-up-dev-tunnels.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,11 +73,11 @@ Follow these steps to set up a dev tunnel and connect to your dev box using VS C
73
73
74
74
- Why do I need to sign-in to the Dev Box before enabling the tunnel?
75
75
76
-
This step is required to establish a user session for setting up the tunnel. After the initial sign-in, you can just disconnect from the Dev Box. Then you can enable or connect
76
+
This step is required to establish a user session for setting up the tunnel. After the initial sign-in, you can just disconnect from the Dev Box. Then you can enable or connect to the tunnel without logging in again, unless the Dev Box is shut down or restarted.
77
77
78
78
- Why can't I connect to the Dev Box even if the tunnel is enabled?
79
79
80
-
Refresh the Dev Box extension explorer view with the button in the top right corner to check the latest status of the tunnel. If the tunnel is enabled, but you still can't connect, try disabling the tunnel, signing in to the Dev Box, and then re-enabling the tunnel.nnect, try disabling the tunnel, logging into the Dev Box, and then re-enabling the tunnel.
80
+
Refresh the Dev Box extension explorer view with the button in the top right corner to check the latest status of the tunnel. If the tunnel is enabled, but you still can't connect, try disabling the tunnel, signing in to the Dev Box, and then re-enabling the tunnel.
81
81
82
82
## Related content
83
83
-[Configure Conditional Access Policies for Dev Tunnels](how-to-conditional-access-dev-tunnels-service.md)
0 commit comments