Related Articles
ARM Template – Deployment Error “[Subscription().SubscriptionId]” The request is invalid…
Recently I authored some ARM stuff in Visual Studio and I had a need for getting the current subscription ID the template is being deployed to. So there is a helper function you can call like this… “subscriptionId”: “[subscription().subscriptionId]” I used it in the template like this… …but as soon I tried to deploy the […]
Azure Dashboard – Execute Azure Log Analytics Queries
Building good, meaningful dashboards for monitored components is one of the hardest disciplines in a monitoring guys life – at least in my opinion. One little known hero in the Azure dashboard world is the “Markdown” tile… It has the power of running HTML fragments inside as you can see in the sample text provided… […]
SCOM 2012 Visio Diagram in SharePoint 2010 – Errors
In my lab I installed SharePoint 2010 Enterprise. To do that there are several good sources on the internet. But still there are sometimes strange things happen and your Visio just does not appear in SharePoint and you just start fighting several errors. Here I am going to share my experience but remember it is […]