DEV Community

Jeremy Likness ⚡️ for Microsoft Azure

Posted on • Originally published at blog.jeremylikness.com on

Managing Data in the Cloud ☁

Learn how to classify and host your data using cloud services.

Monday, May 13th, 2019 was the date we kicked off the inaugural .NET South conference. It was also the date I delivered a new talk, “Managing Data in the Cloud.”

The session was recorded, and I’ll update this post with the link when it becomes available.

The presentation features three case studies that illustrate different approaches to managing and accessing data. There is a flights database that traverses a graph of nodes and vertices to compute possible flight paths between two airports. The link shortening example highlights the entirely serverless application I run in production to create, use, and report on URLs. Finally, the Tailwind Traders application leverages microservices that include a Node.js app with a MongoDB backend and a .NET Core API on top of Azure SQL.

The presentation contains all the relevant links and walks through how to classify data, how each class of data translates to cloud services, and how apps are built to use the various options. The deck concludes with a look at a service designed to migrate your data from existing on-premises solutions to the cloud.

💾 Download the presentation

The repository dives even deeper. It contains links for the prerequisites to run the presentation. It includes step-by-step instructions for every demo. Finally, there are links to the hands-on learning modules and documentation for all the services covered.

GitHub logo JeremyLikness / managing-cloud-data

Demo companion for presentation about managing cloud data

Managing Data in the Cloud

This is the demo walkthrough and resource for the presentation, "Managing Data in the Cloud."

🔗 Download the PowerPoint presentation here.

Pre-requisites

Create a Storage Account

👩‍🎓👨‍🎓 Learn how to create a storage account

  1. Create a new Storage Account
  2. Place it in a new resource group
  3. Use defaults for V2 and RA-GRS and "Hot"
  4. Create

Review the Features

  1. Navigate to "Blobs"
  2. Navigate to "Tables"
  3. Navigate to "Files"
  4. Click " File share"
  5. Show options

Blob Storage Demo

👩‍🎓👨‍🎓 Learn about blob storage

Start with the account created in the previous step.

  1. Create a container named "images"
  2. Set access level to "Blob"
  3. Show the container properties
  4. Navigate to "Access policy"
  5. Show "Add policy" under "Stored access policies"
  6. Explain SAS at a high level

If you are exploring moving your data to the cloud or building a new solution and curious about what options are available, you may find these resources helpful. Enjoy!

Regards,


Top comments (0)