Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Last active May 13, 2022 23:07
Show Gist options
  • Save techthoughts2/28773189db70daefc716818f3a77e6af to your computer and use it in GitHub Desktop.
Save techthoughts2/28773189db70daefc716818f3a77e6af to your computer and use it in GitHub Desktop.
These few lines will quickly update your local development environment to the latest Azure components.
winget upgrade Microsoft.AzureStorageExplorer --silent --accept-package-agreements --accept-source-agreements
winget upgrade Microsoft.AzureCLI --silent --accept-package-agreements --accept-source-agreements
winget upgrade Microsoft.Bicep --silent --accept-package-agreements --accept-source-agreements
az bicep upgrade
Update-Module Az
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment