Related Articles
Microsoft MVP Award 2017
Yes I got it again, awesome! Today I received an e-mail from Microsoft, that I am re-awarded for another year as Most Valuable Professional (MVP). This is my 3rd year as an MVP and it still feels like –WOW! I got the award in the Cloud and Datacenter Management space for my expertise and community […]
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 […]
SCOM 2012 – Check DNS Servers And DNS Records / IP MP
In today’s world of IT everything is still heavily depending on DNS. It can be the most sophisticated application / technology if DNS does not work all other parts also won’t work. SCOM offers a good DNS MP which monitors essential parts of your DNS infrastructure. Something that is missing and I think makes sense […]