Creating Custom Azure Log Analytics Logs

azure log analytics

Azure Log Analytics has the ability to monitor a lot of technologies via the many solutions you can add to the service. However, what if you want to log something that isn’t available as a solution? Azure Log Analytics includes a REST API that you can post logs to. Using the the REST API will …

Read more

How to find Azure Log Analytics Keys

azure log analytics

This post is now dated, I have created a new one with the latest information here https://www.systemcenterautomation.com/2020/08/log-analytics-keys/   When using Azure Log Analytics, whether its adding agents to the workspace, or accessing the REST API, you need two things to perform these tasks. The Customer ID, often called the Workspace ID and the Shared Key …

Read more

Triggering Automation from Event Logs with Orchestrator and OMS AzureAutomation

I recently hooked my home lab into Microsoft Operations Management Suite (MSOMS or OMS) and have been dabbling in Azure Automation. I wanted to put together some quick examples of triggering automation through event logs in Orchestrator and compare it to OMS with Azure Automation.This is not a super technical deep dive of automation, the …

Read more