Skip to content

Commit 545f78f

Browse files
committed
Blob types
1 parent 8322d0d commit 545f78f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/iot-central/core/howto-export-data.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,14 @@ When you choose Service Bus as an export destination, the queues and topics must
5757

5858
If you don't have an existing Azure Storage account to export to, follow these steps:
5959

60-
1. Create a [new storage account in the Azure portal](https://ms.portal.azure.com/#create/Microsoft.StorageAccount-ARM). You can learn more about creating new [Azure Blob Storage accounts](https://aka.ms/blobdocscreatestorageaccount) or [Azure Data Lake Storage v2 storage accounts](../../storage/blobs/data-lake-storage-quickstart-create-account.md).
61-
62-
- If you choose to export data to an Azure Data Lake Storage v2 storage account, you must choose **BlobStorage** as the **Account Kind**.
63-
- You can export data to storage accounts in subscriptions different than the one for your IoT Central application. You will connect using a connection string in this case.
60+
1. Create a [new storage account in the Azure portal](https://ms.portal.azure.com/#create/Microsoft.StorageAccount-ARM). You can learn more about creating new [Azure Blob Storage accounts](https://aka.ms/blobdocscreatestorageaccount) or [Azure Data Lake Storage v2 storage accounts](../../storage/blobs/data-lake-storage-quickstart-create-account.md). Data export can only write data to storage accounts that support block blobs. The following is a list of compatible types of storage accounts:
61+
62+
|Performance Tier|Account Type|
63+
|-|-|
64+
|Standard|General Purpose V2|
65+
|Standard|General Purpose V1|
66+
|Standard|Blob Storage|
67+
|Premium|Block Blob Storage|
6468

6569
2. Create a container in your storage account. Go to your storage account. Under **Blob Service**, select **Browse Blobs**. Select **+ Container** at the top to create a new container.
6670

0 commit comments

Comments
 (0)