How to Protect your Azure Resource from Accidental deletion?

Imagine a scenario where you have put so much effort to make a website live and on the day of launching, the website, you were surprised to see a “404 Not Found” message on the browser. This kind of nightmare can give you weeks of sleepless nights. In order to deal with the above-mentioned issue, […]

Microsoft WebMatrix – to manage Azure Web App

Microsoft WebMatrix

In this blog I would focus on a small mistake that can take a lot of time for us to debug and also will discuss about Microsoft’s WebMatrix tool. Scenario : Implementing a functionality of uploading a file in our application existing application and writing the data to a table. Steps : Open the application […]

Making a bot with Azure Bot Service

Azure is getting richer day by day, Microsoft has recently added Azure bot service into their pool of services. This service makes the process of making a bot very simple. Earlier to the bot service, we used Bot Framework to make a bot, those who worked with bot framework would definitely like to move to […]

Integrating Power BI into Azure Web App

Power BI is a great data visualisation tool, which makes it easy to get insights from the raw data. The new functionality from Microsoft to integrate power bi into a web app makes it even more useful. In this blog I will show you how to embedded Power BI report into an Azure Web app. […]

How to Map Custom Domain to Azure Web App

Azure Custom Domain

In my previous blog, I had shown you how to create a azure web app with domain service enabled. if you notice the URL of the app, which is not at all user friendly, has domain name as “azurewebsites.net” and app name has some numeric figures attached to it (generally). It does not look relatable […]

Creating Azure Web App with Domain Service enabled

Azure web app

Domain Service Integration We as an organization have been leveraging Azure platforms as it allows very easy and quick development and deployment of solutions. Cloud hosted solutions often require accessibility by enterprise users as per their roles and access rights. This makes the domain services integration a critical part of deploying your web app. When […]