Take a look at the code necessary to connect to Azure storage tables and the Table API.
- [Instructor] Let's see how to connect…to Azure Storage tables in code.…Here we have the Azure portal,…and we'll navigate to the learnazuretoday storage account.…Now in this case,…we're not using the blobs specific storage account,…but we're using the general purpose storage account.…So opening learnazuretoday storage account,…we find in here tables.…So to connect to the tables,…we will again need our access keys,…and I'll leave this blade open,…we'll come and copy and paste from here later.…Go into Visual Studio, create new project.…
Select the File menu, New, Project.…And I'll place the project on my desktop.…Call the solution learning Azure Storage tables, L-A-S-T.…And this will be a .NET called Unit Test Project.…We'll add the nougat packages we need,…as well as the NFluent unit test checker.…
Go to Browse, look for NFluent,…add to the solution,…Install.…Once finished, well add Azure Storage.…Windows Azure Storage, click Install.…Being a unit test project, we'll add RunSettings file.…
Right click on the solution, Add, New Item,…
Author
Released
11/15/2017- Azure Storage overview
- Azure Storage security
- Deploying Azure Storage
- Accessing Azure Storage files
- Passing messages with Azure Storage queues
- Storing unstructured data with Azure Storage blobs
- Storing structured data in Azure Storage tables (Cosmos DB)
Skill Level Intermediate
Duration
Views
Related Courses
-
Introduction
-
Welcome38s
-
What you should know1m 54s
-
-
1. Overview
-
Azure Storage overview9m 20s
-
Azure Storage Explorer2m 13s
-
-
2. Security
-
Shared key authentication2m 22s
-
Shared access signatures3m 47s
-
Encryption at rest2m 13s
-
-
3. Deployment
-
Azure CLI6m 57s
-
PowerShell4m 13s
-
Local emulator2m 6s
-
-
4. Azure Storage Files
-
Querying Azure storage files15m 25s
-
Combining REST and SMB12m 18s
-
5. Azure Storage Queues
-
Queue concepts6m 47s
-
Queue XML15m 5s
-
Queue visible time property16m 8s
-
Queue metadata9m 33s
-
Queue access control (SAS)11m 45s
-
Common patterns1m 38s
-
6. Azure Storage Blobs
-
Connecting to blob containers12m 21s
-
Working with block blobs29m 53s
-
Working with a lease8m 39s
-
Blob access control (SAS)8m 15s
-
7. Azure Storage Tables
-
Creating entities14m 37s
-
Querying tables13m 57s
-
Schemaless queries14m 10s
-
Azure Cosmos DB2m 22s
-
Conclusion
-
Next steps1m 19s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Connecting to and creating a table