Related Articles
Experts Live Europe – Speaker
Once more I am very excited to be part of one of the best IT conferences in Europe – Experts Live Europe. The 3 conference days are taking place from August 23 – 25 in the Berlin Congress Center in Berlin Germany and will bring together the Microsoft IT Pro Community from all over the […]
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 […]
SCOM 2012 – Custom AEM Reports
If you followed the community lately, you see some are writing blog posts about reporting in System Center. It is funny as I also have been playing around with Report Builder 3.0 lately and it seems that I am following this trend. Building custom reports is not that difficult if you have some sort of […]