Container with donet core, powershell & the powershell azureRM module
1.6K
A small docker container to get your AzureRM commands up & running via Docker ;-)
Launch your container via the following command ; docker run -ti kvaes/docker-powershell-azure
Next up is to login to your Azure account & subscription
PS /powershell> Login-AzureRMAccount
PS /powershell> Get-AzureRmSubscription
PS /powershell> Select-AzureRmSubscription -SubscriptionId
And take a look at the command that are available (quite limited in the preview)
PS /powershell> get-command azurerm
Content type
Image
Digest
Size
210.3 MB
Last updated
almost 10 years ago
docker pull kvaes/docker-powershell-azure