Here is How my Azure bill looks like for the past four months
In this article I will be discussing the nature of traffic received by the Web apps hosted and share a real screenshot of my Azure bill for the month of…
In this article I will be discussing the nature of traffic received by the Web apps hosted and share a real screenshot of my Azure bill for the month of…
In this tutorial we will deploy WordPress on Azure App Service for Linux. Though there are many ways to deploy WordPress on Azure like deploying Bitnami WordPress and WordPress for Azure, we will go on traditional web deployment approach to have full control over the app resources on Azure.
In this tutorial we will see how to configure an ASP.NET Core 3.1 web application with React as front end and Secure User membership implementation using Identity Server 4 using MySQL database.
Some hosts ensure a trailing forward slash / is present in the https requests with CORS enabled. If you see the similar error but you already had a trailing forward slash, then try removing the forward slash and see if it worked for you.
Sometimes few websites are set up in such a way that the example.com and www.example.com will be treated as different websites. Although both URLs have same content and represent the same website, tracking few analytics becomes cumbersome when the domain with and without www does not resolve to the same hostname.
In this tutorial we will see how to add CAA record to Azure DNS. Azure does not have a straight forward way to add CAA record using GUI front as of 2020. This needs to be manually added using PowerShell scripts by accessing Microsoft Azure Cloud Shell.
In this tutorial we will see how to configure an ASP.NET Core 3.1 web application with AngularJS SPA as front end and Secure User membership implementation using Identity Server 4 on PostgreSQL database.