Related Articles
Quick Post – Azure Updates & Roadmap
Knowing what’s new across all Azure services is a tough job if not almost impossible, BUT I bumped in a useful page called Azure Updates. It let’s you select a service and lists all major updates in a monthly order. In my opinion not all services are equally well maintained, but it gives you a […]
SCOM – TechEd 2014 North America (Houston)
If you were missing the “Friday Rules” series it was because I had been quite busy. Thanks to my company itnetx, which allowed me to go to TechEd North America, I was able to get the latest trends about Microsoft technologies. Since there is no Microsoft Management Summit (MMS) anymore, Microsoft merged the content […]
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 […]