Skip to main content

One post tagged with "containers"

View All Tags

· 2 min read

I was looking at options to run some PowerShell scripts in Azure and my first idea was: why not start a Windows Server Container with the right PowerShell modules and run the scripts there? Turns out there are better options for running PowerShell scripts in Azure ([Azure Automation Runbooks][1]) so I did not continue on this path but this is really cool technology and I learned a few things so I thought: let's write this down.