Related Articles
Azure DevOps – Commit URL On Azure Resource Tag (Part 2)
In my previous part I built a solution where I used https://rebrandly.com service to shorten the commit URL and add to a tag on a storage account. The problem might be, that you don’t want to us a public link shortening service like https://rebrandly.com or any other like https://bit.ly etc. you might be afraid of […]
ARM – Connect Activity Logs From Multiple Subscriptions As Log Analytics Workspace Data Source
Recently I had a requirement to automatically configure Activity Logs from multiple subscriptions to send their logs to a Log Analytics workspace. I am talking about this setting here… There are many ways how to achieve this goal. If you are into PowerShell you could use this cmdlet New-AzureRMOperationalInsightsAzureActivityLogDataSource (I like the name ), this […]
SCOM 2012 SP1 – Part 3: Audit Collection Services (ACS) Testing Cross Platform Logging
In part 1 and part 2 we installed ACS for collection Windows and Linux events. In part 3 I am going to show how the cross platform ACS works in an easy example. In part 2 we had a close look at a specific rule called Delete User. I think this is a perfect example […]