Related Articles
SCOM 2012 – NEW Monitoring Pack for UNIX and Linux OS
Posted on Author stefanroth
Microsoft just released the latest Xplat management packs for System Center Operations Manager 2012. You can find it here
Azure Log Analytics – Cross Workspace Query Resolve Workspace ID
Posted on Author stefanroth
At Ignite 2017 Microsoft introduced a new functionality in Azure Log Analytics (ALA) to write queries across workspaces. This has been a long awaited feature for many customers. Why? Let’s imagine you want to provide IT services for customers and you would like to keep data separated for each customer in its own workspace. At […]
Azure Automation – Twitter + IFTTT + Webhook = Start Runbook
Posted on Author stefanroth
I assume you know Twitter and you probably also know what a webhook is, right? No? Ok, a webhook is just a HTTP POST. In Azure Automation we are able to create a webhook for a runbook. This runbook will “consume” the webhook request (URL) + post data and start the runbook. The cool thing […]