One admin's notes

PowerShell, Office 365, Azure and automation
One admin's notes

How to run the same action for multiple repositories in Azure Dev Ops using pipeline

Sometimes there is a need for a Dev Ops to run the same activity for a bunch of repositories. You can always have a script to go through folders (repos) but checkout them manually is not a pleasant job. Moreover, it may need some tasks to be done with a pipeline plugin, …

IT dad jokes

I love dad jokes and I love computers too. I am sure we can enjoy both. Here you can find a collection of my favourite dad jokes about computers and IT people. IT jokes Why restaurants do not open data centers? .. Because they haven’t enough servers. What is an astronautes’s favourite …

Enable diagnostic settings for Azure Storage to export logs to Log Analytics Workspace using Terraform

I haven’t work with the Terraform for a while and didn’t know about recent updates in Azure API released at the end of 2023. If you are like me, in short, this update allows you configure settings for Azure Storage sub-services separately. Private Endpoints, retention settings and diagnostic settings have to be …