Related Articles
SCOM 2012 – NEW Monitoring Pack for UNIX and Linux OS
Microsoft just released the latest Xplat management packs for System Center Operations Manager 2012. You can find it here
SCOM 2012 R2 Technical Preview – A Box of Chocolates?
I was asked few times during my engagements what has changed in the System Center Operations Manager Technical Preview. Microsoft released few weeks ago a first technical preview of Windows 10, Windows Server and System Center. You can download Windows 10 here , for Windows Server and System Center you need to have a MSDN […]
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 […]