Related Articles
SCOM 2007 R2 CU2 – Deploy Agent to Sun Solaris 10 Zone (SPARC)
Today I had a kind of emergency operation to complete. The customer needed a pre-prod Solaris 10 environment monitored with SCOM 2007 R2. The purpose was to get an idea what he could do and to show other teams what it looks like. There was just one small hitch it had to be now (as […]
Azure Stack – Azure Stack Development Kit Azure Registration
The next step in our Azure Stack Development Kit journey is to join Azure. In order to download marketplace items from Azure and to set up commerce data reporting back to Microsoft, we will need to register Azure Stack in Azure. This is required to support full Azure Stack functionality, including marketplace syndication. If you […]
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 […]