Introduction
Given my affinity towards containers & azure, it will not come as a surprise when I say I published a small container from which you can launch AzureRM commands!
Repositories
- Docker Hub (build) : https://hub.docker.com/r/kvaes/docker-powershell-azure/
- GitHub (source) : https://github.com/kvaes/docker-powershell-azure
Getting Started
First of all, we’ll launch the container ;
docker run -ti kvaes/docker-powershell-azure
Next up you do the device login ;
Login-AzureRmAccount
And check out which commands are available…
get-command *azure*”
As you notice, the current preview release is quite limited in available commands. Expect more to be added over time off course!
TL;DR
- Powershell on Linux works
- The AzureRM module is in preview, and limited in commands
- It all works inside a container too! 😀