Uploading data to Azure Table Storage

In this demo, we are going to use Visual Studio 2017 to upload data to a Azure Table inside the storage account, which was created in the previous step.

  1. Click on File | New | Project, and in the New Project window, select Windows Classic Desktop | Console App. Name the project and click on OK:
Create a new project
  1. Next is to import the NuGet packages. There are two packages that need to be installed:
    • Windows Azure Storage: This library provides access to the Azure Storage account and the data. It can be used for blobs, files, tables, and queues.
    • Microsoft Windows Azure Configuration Manager: This ...

Get Architecting Microsoft Azure Solutions - Exam Guide 70-535 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.