How to access MySQL In App in Azure
How to access MySQL In App in Azure

If you are hosting any website on Azure App service you probably know that Azure provides you with a lite data base called MySQL In App. This is not charged separately and is part of the same app service plan. In App SQL is handy when you want to host a minimal website or a... » read more

How to add a custom domain to Azure App
How to add a custom domain to Azure App

This article will give you a step by step process to setup a custom domain on your Azure app service by configuring the DNS settings of you domain. Important Note: Before we start, it is important to know that custom domains is only available for “Shared Plan” and above, it is not available for “Free... » read more