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

Unlock the full course today

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

Setting up the Azure environment

Setting up the Azure environment - ASP.NET Core Tutorial

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

Start my 1-month free trial

Setting up the Azure environment

- [Instructor] Now that you know what's Azure Table storage, it's time for you to start developing the app. But before you write any code, you need to first set up the development environment. And for that, you'll first set up the Azure development environment, and then later, the local development environment. To work with Azure Tables, you can either use the Azure Table storage service or the Table API of Azure Cosmos DB. The Azure Cosmos DB Table API is like the Azure Table storage service, but it has some premium features like global distribution, et cetera. Now, even though we are going to build a simple app throughout this course, I will be using Azure Cosmos DB Table API to work with Azure Tables in an Azure storage account. On this part, you'll first learn how to create an Azure Cosmos DB account, and then set it up to work with Azure Tables by using the Table API, and then you'll get an overview of the Azure…

Contents