azure-cli
Here are 198 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
Autoupdate brew cask formula by following this documentation:
https://docs.brew.sh/Cask-Cookbook
This in order to modify this formula
https://github.com/Homebrew/homebrew-cask/edit/master/Casks/leapp.rb
making the formula version agnostic and enabling Autoupdate checks and download via Brew
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Nov 12, 2021 - Python
-
Updated
Dec 1, 2021 - Python
-
Updated
Jan 18, 2020 - Makefile
-
Updated
Oct 7, 2021 - C#
-
Updated
Dec 1, 2021 - Python
-
Updated
Jun 22, 2021 - Shell
-
Updated
Jan 28, 2020
-
Updated
Nov 15, 2021 - HCL
-
Updated
Jan 19, 2020 - Go
-
Updated
Oct 22, 2020 - C#
-
Updated
Feb 17, 2018
-
Updated
Oct 14, 2018 - Java
-
Updated
Nov 23, 2021 - HCL
-
Updated
Nov 19, 2021 - JavaScript
doing open board is simply opening the team board without filtering on area nor iteration.
-
Updated
Oct 24, 2021 - HCL
-
Updated
Jan 8, 2020 - PowerShell
-
Updated
May 13, 2020 - PowerShell
-
Updated
Nov 23, 2021 - Go
List subscriptions
Add a new flag --subscriptions to the list subcommand to be able to quickly list all available subscriptions
-
Updated
Dec 17, 2019 - Python
-
Updated
Feb 12, 2018 - Python
-
Updated
Feb 9, 2021 - PowerShell
-
Updated
Jun 25, 2020 - HCL
-
Updated
Jun 5, 2021 - Shell
Improve this page
Add a description, image, and links to the azure-cli topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the azure-cli topic, visit your repo's landing page and select "manage topics."
Hi, I read example command here https://docs.microsoft.com/en-us/cli/azure/container?view=azure-cli-latest#examples
and I found wrong command on "Create a container in a container group that runs Windows, with 2 cores and 3.5Gb of memory." Section.
Here your command
az container create -g MyResourceGroup --name myapp --image myimage:latest --ip-address public --ports 8081 --protocol UDP