Skip to content

Commit e3f825f

Browse files
authored
Merge pull request #225112 from tamram/tamram23-0125b
update Table Storage quickstart
2 parents 9089356 + 92d27ee commit e3f825f

7 files changed

+28
-12
lines changed
57.3 KB
Loading
23.1 KB
Loading
49.1 KB
Loading

articles/storage/tables/table-storage-quickstart-portal.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
---
2-
title: Quickstart - Create an Azure Storage table in the Azure portal
3-
description: In this quickstart, use the Table service in the Azure portal to create an Azure Storage table. Also see how you can create an Azure storage account.
2+
title: Create a table in the Azure portal
3+
titleSuffix: Azure Storage
4+
description: Learn how to use the Azure portal to create a new table in Azure Table storage.
45
services: storage
56
author: tamram
7+
68
ms.author: tamram
7-
ms.date: 12/02/2019
9+
ms.date: 01/25/2023
810
ms.topic: quickstart
911
ms.service: storage
1012
ms.subservice: tables
11-
ms.custom: mode-ui
13+
ms.custom: mode-ui, engagement-fy23
1214
---
13-
# Quickstart: Create an Azure Storage table in the Azure portal
15+
16+
# Quickstart: Create a table in the Azure portal
1417

1518
This quickstart shows how to create tables and entities in the web-based Azure portal. This quickstart also shows you how to create an Azure storage account.
1619

@@ -22,19 +25,32 @@ To complete this quickstart, first create an Azure storage account in the [Azure
2225

2326
## Add a table
2427

25-
You can now use Table service in the Azure portal to create a table.
28+
To create a table in the Azure portal:
29+
30+
1. Navigate to your storage account in the Azure portal.
31+
1. Select **Storage Browser** in the left-hand navigation panel.
32+
1. In the Storage Browser tree, select select **Tables**.
33+
1. Select the **Add table** button to add a new table.
34+
1. In the **Add table** dialog, provide a name for the new table.
35+
36+
:::image type="content" source="media/table-storage-quickstart-portal/storage-browser-table-create.png" alt-text="Screenshot showing how to create a table in Storage Browser in the Azure portal.":::
37+
38+
1. Select **Ok** to create the new table.
39+
40+
## Add an entity to the table
2641

27-
1. Click Overview > Tables.
42+
To add an entity to your table from the Azure portal:
2843

29-
![On vmamcgestorage, a Storage Account, the Overview tab is highlighted. On the Overview pane, under Services, Tables is highlighted.](media/table-storage-quickstart-portal/table-storage-quickstart-01.png)
44+
1. In the Storage Browser in the Azure portal, select the table you created previously.
45+
1. Select the **Add entity** button to add a new entity.
3046

31-
2. Click **+ Table**.
47+
:::image type="content" source="media/table-storage-quickstart-portal/storage-browser-table-add-entity.png" alt-text="Screenshot showing how to add a new entity to a table in Storage Browser in the Azure portal.":::
3248

33-
![On Table service for vmamcgestorage, the + Table option is highlighted.](media/table-storage-quickstart-portal/table-storage-quickstart-02.png)
49+
1. In the **Add entity** dialog, provide a partition key and a row key, then add any additional properties for data that you want to write to the entity.
3450

35-
3. Type a name for your table in the **Table name** box, then click **OK**.
51+
:::image type="content" source="media/table-storage-quickstart-portal/storage-browser-table-add-properties.png" alt-text="Screenshot showing how to add properties to an entity in Storage Browser in the Azure portal.":::
3652

37-
![On the Add Table tab of Table service, My Table is entered into Table name and is highlighted. The OK button is selected and highlighted.](media/table-storage-quickstart-portal/table-storage-quickstart-03.png)
53+
For more information on working with entities and properties, see [Understanding the Table service data model](/rest/api/storageservices/understanding-the-table-service-data-model).
3854

3955
## Next steps
4056

0 commit comments

Comments
 (0)