Related Articles
Cloud and Datacenter Management User Group Switzerland
Finally we are proud to officially launch the Cloud and Datacenter Management User Group. The user group is focused on Microsoft Cloud and Datacenter technologies based on Windows Server, System Center, Hyper-V and Windows Azure. Our goal is to get people together with the same interests and learn from each other. In today’s world it […]
System Center – SQL Server 2008 R2 Performance Tuning
In this article I would like to share some SQL Server performance tuning tricks which will give an extra boost to your System Center infrastructure. I will focus on SQL Server 2008 R2 as this is the latest SQL Server edition. My attempt was to create a generic tuning guide for System Center but because […]
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 […]