In a cloud environment, sooner or later, you may come across scenarios where some services might become temporarily unavailable, since you are depending, to a large extent, on network connections and external…
azure
[box type=”success” width=”100%” ]Things are much easier in the new Azure portal and you can learn more in the updated version.[/box] In Azure portal, if your account contributes to other azure…
Since Azure SDK 2.7 for .NET App Service Tools for Visual Studio 2015 supports remote profiling for Web Apps, API Apps and WebJobs running in Azure. So, in case you want to…
In Connect(); // 2015 while watching Scott Hanselman’s Keynote on “The Microsoft Cloud Platform for Developers” I noticed a new tool called “Microsoft Azure Storage Explorer“. It’s a new tool that provides a file explorer for…
When you upload files in your Azure Storage account usually all files are uploaded with `application/octet-stream` as `ContentType`. In order to change this you need to parse each file and update each file’s `Properties`….
In Azure all hosted sites have URL Rewrite and ARR (Application Request Routing) modules installed but the proxy functionality is disabled by default in ARR. So, when you create a simple rewrite…
In this tutorial we are going to move a quite big database (~160GB) to an Azure SQL Database using BACPAC and Azure Storage. We are going to describe below the process of exporting a…
In Azure it is very easy to upgrade from one pricing/performance tier to another in a matter of clicks, but some processes are not instant. Upgrading your SQL Database may take some…