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

How to: Host your First Azure Web App

If you have never hosted a web site on Azure and need some guidance, you are at the right place. When you have a web application, you can host it in 3 different ways in Azure – as an Azure Web App, as an Azure Cloud Service or inside a Azure Virtual Machine. In this post, I am … Read more