Related Articles
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 […]
SCOM 2012 – Event ID 7011 Service Control Manager Error
At a customers SCOM infrastructure I faced a very strange problem. The SCOM infrastructure consists of 2 management servers and 1 SQL server. Only one of the management servers stopped in certain time intervals responding to the agents and encountered the following symptoms: All agent computer which had this management server as primary management server […]
Azure Functions – Programmatically List All Subscriptions in Your Tenant Using Resource Graph & C#
Recently I have been working quite a bit with Azure Functions and C#. Therefore it is time to post some interesting code – at least in my opinion. One problem I wanted to solve was to list all subscriptions within your tenant having tag information and if possible the solution should be easy to extend. […]