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
Copy file name to clipboardExpand all lines: articles/storage/tables/table-storage-quickstart-portal.md
+28-12Lines changed: 28 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,19 @@
1
1
---
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.
4
5
services: storage
5
6
author: tamram
7
+
6
8
ms.author: tamram
7
-
ms.date: 12/02/2019
9
+
ms.date: 01/25/2023
8
10
ms.topic: quickstart
9
11
ms.service: storage
10
12
ms.subservice: tables
11
-
ms.custom: mode-ui
13
+
ms.custom: mode-ui, engagement-fy23
12
14
---
13
-
# Quickstart: Create an Azure Storage table in the Azure portal
15
+
16
+
# Quickstart: Create a table in the Azure portal
14
17
15
18
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.
16
19
@@ -22,19 +25,32 @@ To complete this quickstart, first create an Azure storage account in the [Azure
22
25
23
26
## Add a table
24
27
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
26
41
27
-
1. Click Overview > Tables.
42
+
To add an entity to your table from the Azure portal:
28
43
29
-

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.
30
46
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.":::
32
48
33
-

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.
34
50
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.":::
36
52
37
-

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).
0 commit comments