Related Articles
SCOM – Agentless Exception Monitoring (AEM) – FAQ
Agentless Exception Monitoring (AEM) is an older technology which has been around since a few years now. First it started off as Desktop Error Monitoring as a part of the MDOP kit and later on it has been implemented into SCOM and since then it exists as a feature until SCOM 2012 SP1. This post […]
System Center Universe Europe 2014 – Get Into Gear Now!
System Center Universe is an community conference that is focused on systems management and virtualization topics such as Microsoft System Center, Microsoft Hyper-V, Microsoft Windows Server and Client Operating Systems and Windows Azure. Last year the event was called System Center Universe DACH and after great success it has been renamed to System Center Universe […]
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 […]