Related Articles
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 […]
Quick Post – Visio 2013 Stencils Bluish Single-Colored
Today I had some conceptual work to do and as this always involves some fancy Visio diagrams, I ran into a problem which might also could happen to you. Microsoft has released great Windows Server 2012 / Office 365 stencils for Visio 2013. You can find them here. As soon you start Visio and import […]
Azure DevOps – Commit URL on Azure Resource Tag (Part 1)
When you deploy an Azure resource like VM, storage account etc. via Azure DevOps you don’t know from which commit in your repository it had been deployed. The only thing you can assume that it was probably the latest run of your pipeline which deployed that resource. There is no obvious connection between the ARM […]