Skip to content

Commit 1cb6ced

Browse files
committed
Updated syntax for AzureRM in Upload a VHD section
1 parent 92eed41 commit 1cb6ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/databox-online/azure-stack-edge-gpu-deploy-virtual-machine-powershell.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: how-to
10-
ms.date: 06/28/2023
10+
ms.date: 07/19/2023
1111
ms.author: alkohli
1212
ms.custom: devx-track-azurepowershell
1313
#Customer intent: As an IT admin, I need to understand how to create and manage virtual machines (VMs) on my Azure Stack Edge Pro device. I want to use APIs so that I can efficiently manage my VMs.
@@ -301,6 +301,7 @@ Use the following commands with AzCopy 10:
301301
302302
```powershell
303303
$blobendpoint = (Get-AzureRmEnvironment -Name <environment name>).StorageEndpointSuffix
304+
304305
$StorageAccountContext = New-AzureStorageContext -StorageAccountName $StorageAccountName -StorageAccountKey $StorageAccountKey -Endpoint $blobendpoint
305306
306307
<Create the container if it does not exist>

0 commit comments

Comments
 (0)