Related Articles
SCOM 2016 – Preview 1711 What’s new?
You might have heard that Microsoft is switching to a semi-annual channel for Windows Server and System Center. If you have no clue what this is or what it means then read this post from June 2017. In short, it means that every half year, Microsoft will release new updates for your System Center / […]
SCOM 2012 R2 – Integrate SC Advisor Website
If you talk to people for example at System Center Universe DACH you get ideas and also solutions right from the experts. Well this time, I was having dinner with Cameron Fuller (THE SCOM guru) from Catapult Systems , just a simple idea came up. As you know System Center Advisor will be available as […]
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 […]