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
By default, an IP is dynamically assigned to your network interface from the network enabled for compute. Use the `-PrivateIpAddress parameter` if you are allocating a static IP to your network interface.
572
+
By default, an IP is dynamically assigned to your network interface from the network enabled for compute. Use the `-PrivateIpAddress parameter` if you're allocating a static IP to your network interface.
By default, an IP is dynamically assigned to your network interface from the network enabled for compute. Use the `-PrivateIpAddress parameter` if you are allocating a static IP to your network interface.
650
+
By default, an IP is dynamically assigned to your network interface from the network enabled for compute. Use the `-PrivateIpAddress parameter` if you're allocating a static IP to your network interface.
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-gpu-deploy-vm-specialized-image-powershell.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The high-level workflow to deploy a VM from a specialized image is:
39
39
40
40
Before you can deploy a VM on your device via PowerShell, make sure that:
41
41
42
-
- You have access to a client that you'll use to connect to your device.
42
+
- You have access to a client that you use to connect to your device.
43
43
- Your client runs a [Supported OS](azure-stack-edge-gpu-system-requirements.md#supported-os-for-clients-connected-to-device).
44
44
- Your client is configured to connect to the local Azure Resource Manager of your device as per the instructions in [Connect to Azure Resource Manager for your device](azure-stack-edge-gpu-connect-resource-manager.md).
45
45
@@ -53,7 +53,7 @@ Verify that your client can connect to the local Azure Resource Manager.
2. Provide the username `EdgeArmUser` and the password to connect via Azure Resource Manager. If you do not recall the password, [Reset the password for Azure Resource Manager](azure-stack-edge-gpu-set-azure-resource-manager-password.md) and use this password to sign in.
56
+
2. Provide the username `EdgeArmUser` and the password to connect via Azure Resource Manager. If you don't recall the password, [Reset the password for Azure Resource Manager](azure-stack-edge-gpu-set-azure-resource-manager-password.md) and use this password to sign in.
57
57
58
58
## Deploy VM from specialized image
59
59
@@ -65,7 +65,7 @@ Follow these steps to copy VHD to local storage account:
65
65
66
66
1. Copy the source VHD to a local blob storage account on your Azure Stack Edge.
67
67
68
-
1. Take note of the resulting URI. You'll use this URI in a later step.
68
+
1. Take note of the resulting URI. You use this URI in a later step.
69
69
70
70
To create and access a local storage account, see the sections [Create a storage account](azure-stack-edge-gpu-deploy-virtual-machine-powershell.md#create-a-local-storage-account) through [Upload a VHD](azure-stack-edge-gpu-deploy-virtual-machine-powershell.md#upload-a-vhd) in the article: [Deploy VMs on your Azure Stack Edge device via Azure PowerShell](azure-stack-edge-gpu-deploy-virtual-machine-powershell.md).
71
71
@@ -80,7 +80,7 @@ Follow these steps to create a managed disk from a VHD that you uploaded to the
@@ -96,7 +96,7 @@ Follow these steps to create a managed disk from a VHD that you uploaded to the
96
96
97
97
```
98
98
99
-
Here is an example output. The location here is set to the location of the local storage account and is always `DBELocal` for all local storage accounts on your Azure Stack Edge Pro GPU device.
99
+
Here's an example output. The location here is set to the location of the local storage account and is always `DBELocal` for all local storage accounts on your Azure Stack Edge Pro GPU device.
@@ -123,7 +123,7 @@ Follow these steps to create a VM from a managed disk:
123
123
>[!NOTE]
124
124
> The `PrivateIP` parameter is optional. Use this parameter to assign a static IP else the default is a dynamic IP using DHCP.
125
125
126
-
Here is an example output. In this example, the same resource group is specified for all the VM resources though you can create and specify separate resource groups for the resources if needed.
126
+
Here's an example output. In this example, the same resource group is specified for all the VM resources though you can create and specify separate resource groups for the resources if needed.
127
127
128
128
```powershell
129
129
PS C:\WINDOWS\system32> $NicRG = "myasevm1rg"
@@ -137,15 +137,15 @@ Follow these steps to create a VM from a managed disk:
137
137
138
138
1. Get the virtual network information and create a new network interface.
139
139
140
-
This sample assumes you are creating a single network interface on the default virtual network `ASEVNET` that is associated with the default resource group `ASERG`. If needed, you could specify an alternate virtual network, or create multiple network interfaces. For more information, see [Add a network interface to a VM via the Azure portal](azure-stack-edge-gpu-manage-virtual-machine-network-interfaces-portal.md).
140
+
This sample assumes you're creating a single network interface on the default virtual network `ASEVNET` that is associated with the default resource group `ASERG`. If needed, you could specify an alternate virtual network, or create multiple network interfaces. For more information, see [Add a network interface to a VM via the Azure portal](azure-stack-edge-gpu-manage-virtual-machine-network-interfaces-portal.md).
@@ -197,14 +197,14 @@ Follow these steps to create a VM from a managed disk:
197
197
198
198
## Delete VM and resources
199
199
200
-
This article used only one resource group to create all the VM resource. Deleting that resource group will delete the VM and all the associated resources.
200
+
This article used only one resource group to create all the VM resource. Deleting that resource group deletes the VM and all the associated resources.
201
201
202
202
1. First view all the resources created under the resource group.
203
203
204
204
```powershell
205
205
Get-AzureRmResource -ResourceGroupName <Resource group name>
0 commit comments