Related Articles
SCOM 2012 R2 Java APM – Configure JEE Application Monitoring (Part 2)
In part 1 we have installed a Linux and Tomcat 6 application server. A must requirement to install and run Java Application Performance Monitoring (Java APM) is, that your application server is deeply monitored using Java Enterprise Edition (JEE) management pack for Tomcat 6. Some time ago I did write a blog post how to […]
SCOM – Agent in DMZ “Not Monitored” Event ID 20071
You want to monitor an agent in the DMZ and you are sure you implemented everything correctly but the agent just does not turn green. The agent just stays in a “Not Monitored” state. I checked EVERYTHING… Checked certificate template Checked certificates itself Compared the certificate serial number in the registry of the agent and […]
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. […]