Configuration SCOM System Center Troubleshooting Upgrade

Quick Post – SCOM 2016 Upgrade Notes

During my Discussion Panel: Monitoring, Insights & Analytics together with my buddy MVP Kevin Greene at Experts Live Europe in Berlin, we mostly spent time discussing concerns about upgrading to SCOM 2016. A lot attendees were interested what are possible pitfalls, what are the experiences from the field and what is possibly the best upgrade […]

Azure Azure Operational Insights Configuration OMS Serverless

Azure Logic App – Send Data From Application Insights To Azure Log Analytics

If you followed the Ignite 2017 announcements and Microsoft’s latest trends you figured out that serverless applications are getting more and more boost in Microsoft’s cloud strategy. Logic Apps is one of these new awesome iPaaS (integration Platform as a Service) services, which let’s you reduce complexity, coding and also headache :). Microsoft summarizes the […]

ARM Azure Configuration Development OMS Troubleshooting

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 […]