Category: Azure
-
Azure Virtual Machine – Boot diagnostics – Failed to get contents of blob
Update: Turns out that the Boot diagnostics failure that I’ve been getting below has got nothing to do with my Azure Virtual machine being stuck in the “Starting” state. If you arrived on this post because you have the same issue of a VM being stuck in “Starting” state, follow this post instead. Otherwise, keep reading…
-
Episerver with Azure AD authentication
In this post, I will go through the steps I took to disable the built-in membership provider of Episerver and instead use Azure’s Active Directory authentication. Register your Episerver app within your Azure Active Directory (AD) You will first need to register your app on the Azure AD. Follow this post I created before proceeding to…
-
Uploading a database to Azure using SQL Server Management Studio
Took me a while to find out, but deploying a SQL Server database to Azure is actually very easy. Make sure you have your Azure connection details ready! The below instructions / screenshots are from SSMS 2016. Should work for older versions too, although you might see different wordings. Open SQL Server Management Studio (SSMS) and…