From the course: ASP.NET Core: Working with Azure Tables

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating a table in Azure Table storage

Creating a table in Azure Table storage - ASP.NET Core Tutorial

From the course: ASP.NET Core: Working with Azure Tables

Start my 1-month free trial

Creating a table in Azure Table storage

- [Instructor] Now that you have created the Azure storage account, It's time to learn how to create an Azure table. And you know that Azure tables are used to store entities where we store the data. You'll learn two different ways of creating Azure tables. The first one is manually. So by using the Azure portal. And the second way is by using the ASP.NET core application that you created on the last chapter. So let us see this in action. We are going to create our first table from the Azure portal. So let's go to the Azure portal in here go inside the Azure cosmos DB account and then go to the overview. Here on the top you are going to see the option Add Table. So click that button. Now in here, you need to provide the table ID. So I'll just name this table let's say EmployeeTest. And then leave the default option in here. And then click the OK button. So we see that the table was successfully created because…

Contents