Related Articles
SCOM – Friday Rules NT Event Rule (Alert)
Again one week later, it is time for “Friday Rules”. I can imagine you have been using this rule a lot, so I tried to add some additional information e.g. how you can create custom event logs and events using PowerShell and of how to spice up your alert names. I hope you will enjoy. […]
SCOMfaq@MMS2013
In a few days the MMS 2013 will open it’s door in Las Vegas. There is no better way of explaining what MMS is or means by taking the words from the MMS 2013 website. About MMS The Microsoft Management Summit (MMS) brings together the brightest IT professionals from around the world to increase their […]
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 […]