Building Microservices on Azure

I have presented another session in Omaha dot net user group in the month of March on “Building Microservices on Azure”. The session was well received and the room was packed. I hope the session was useful to the audience. Here is the link to the presentation: Building Microservices on Azure

Azure Web Apps Deep Dive

I have presented another session in Omaha dot net user group in the month of June on “Azure Web Apps Deep Dive”. The session was well received and the room was packed. I hope the session was useful to the audience. Here is the link to the presentation: Azure Web Apps

Microsoft Azure for Developers

I have presented a session in Omaha dot net user group in the month of April on “Microsoft Azure Essentials for Developers”. The session was well received and the room was packed. I hope the session was useful to the audience. Here is the link to the presentation: Microsoft Azure Essentials.pdf

What is: Azure Storage Blob?

Microsoft Azure Storage provides an unstructured storage service for binary and text data known as Blob. It can be used to store any form of data including audio, video, images, documents and other media files. It can be accessed over the internet via HTTP or HTTPS, though the access can be controlled. The data stored in … Read more

How to: Remotely debug an Azure Web APP?

This post is in continuation of the post where I have explained how to host an Azure web app. In this post, I am going to show how to debug an Azure web app remotely. For the demo purpose, I have created a new web project and published the website on Azure following the steps in … Read more