Skip to content

Latest commit

 

History

History
108 lines (61 loc) · 5.66 KB

azure-stack-edge-gpu-manage-storage-accounts.md

File metadata and controls

108 lines (61 loc) · 5.66 KB
title description services author ms.service ms.subservice ms.custom ms.topic ms.date ms.author
Azure Stack Edge Pro GPU storage account management | Microsoft Docs
Describes how to use the Azure portal to manage storage account on your Azure Stack Edge Pro GPU.
databox
alkohli
databox
edge
devx-track-azurepowershell
how-to
04/18/2022
alkohli

Use the Azure portal to manage Edge storage accounts on your Azure Stack Edge Pro GPU

[!INCLUDE applies-to-GPU-and-pro-r-and-mini-r-skus]

This article describes how to manage Edge storage accounts and local storage accounts on your Azure Stack Edge. You can manage the Azure Stack Edge Pro device via the Azure portal or via the local web UI. Use the Azure portal to add or delete Edge storage accounts on your device. Use Azure PowerShell to add local storage accounts on your device.

About Edge storage accounts

You can transfer data from your Azure Stack Edge Pro GPU device via the SMB, NFS, or REST protocols. To transfer data to Blob storage using the REST APIs, you need to create Edge storage accounts on your device.

The Edge storage accounts that you add on the Azure Stack Edge Pro GPU device are mapped to Azure Storage accounts. Any data written to the Edge storage accounts is automatically pushed to the cloud.

A diagram detailing the two types of accounts and how the data flows from each of these accounts to Azure is shown below:

Diagram for Blob storage accounts

In this article, you learn how to:

[!div class="checklist"]

  • Add an Edge storage account
  • Delete an Edge storage account

Add an Edge storage account

To create an Edge storage account, do the following procedure:

[!INCLUDE Add an Edge storage account]

Create a local storage account

[!INCLUDE azure-stack-edge-gpu-create-storage-account]

Get access keys for a local storage account

Before you get the access keys, you must configure your client to connect to the device via Azure Resource Manager over Azure PowerShell. For detailed instructions, see Connect to Azure Resource Manager on your Azure Stack Edge device.

[!INCLUDE Get access keys]

Delete an Edge storage account

Take the following steps to delete an Edge storage account.

  1. Go to Configuration > Storage accounts in your resource. From the list of storage accounts, select the storage account you want to delete. From the top command bar, select Delete storage account.

    Go to list of storage accounts

  2. In the Delete storage account blade, confirm the storage account to delete and select Delete.

    Confirm and delete storage account

The list of storage accounts is updated to reflect the deletion.

Add, delete a container

You can also add or delete the containers for these storage accounts.

To add a container, take the following steps:

  1. Select the storage account that you want to manage. From the top command bar, select + Add container.

    Select storage account to add container

  2. Provide a name for your container. This container is created in your Edge storage account as well as the Azure storage account mapped to this account.

    Add Edge container

The list of containers is updated to reflect the newly added container.

Updated list of containers

You can now select a container from this list and select + Delete container from the top command bar.

Delete a container

Sync storage keys

Each Azure Storage account has two 512-bit storage access keys that are used for authentication when the storage account is accessed. One of these two keys must be supplied when your Azure Stack Edge device accesses your cloud storage service provider (in this case, Azure).

An Azure administrator can regenerate or change the access key by directly accessing the storage account (via the Azure Storage service). The Azure Stack Edge service and the device do not see this change automatically.

To inform Azure Stack Edge of the change, you will need to access the Azure Stack Edge service, access the storage account, and then synchronize the access key. The service then gets the latest key, encrypts the keys, and sends the encrypted key to the device. When the device gets the new key, it can continue to transfer data to the Azure Storage account.

To provide the new keys to the device, access the Azure portal and synchronize storage access keys. Take the following steps:

  1. In your resource, select the storage account that you want to manage. From the top command bar, select Sync storage key.

    Select sync storage key

  2. When prompted for confirmation, select Yes.

    Select sync storage key 2

Next steps