Skip to content

Instantly share code, notes, and snippets.

@oleksis
Created August 1, 2022 15:17
Show Gist options
  • Save oleksis/2c4f5635461212798a871a6194ef5fad to your computer and use it in GitHub Desktop.
Save oleksis/2c4f5635461212798a871a6194ef5fad to your computer and use it in GitHub Desktop.
Azure and winget tools

Azure

The Azure region

az account list-locations -o table
az functionapp list-consumption-locations | ConvertFrom-Json | Select-Object Name | Sort-Object Name

Winget

winget install -e --id Microsoft.AzureCLI
winget install -e --id Microsoft.AzureFunctionsCoreTools
winget install -e --id Oracle.JDK.18

winget install -e --id Docker.DockerDesktop
winget install -e --id Microsoft.PowerShell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment