Related Articles
OMS – Azure Scheduler Solution
UPDATE 07.08.2017 21:51: I found a bug in the ARM template which made the dashboard not appearing. I fixed it just now, in case you deployed the solution, just redeploy it. Sorry for that hassle. Currently I am doing some more OMS stuff and therefore I also took a deeper dive at building ARM templates […]
SCOM 2012 Monitoring Cisco UCS – Part 1 Emulator Setup
In an ideal world scenario everything you would monitor is from Microsoft but in a real world scenario there are certain situation where you hit a foreign system type from a different company especially if you have to monitor hardware stuff. As in these cloudy days Cisco’s Unified Computing System (UCS) is getting more popular […]
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 […]