azure-cli
Here are 167 public repositories matching this topic...
-
Updated
Dec 15, 2020 - JavaScript
-
Updated
Jan 19, 2021 - Python
Is your feature request related to a problem? Please describe.
If I start the Create Account wizard and change my mind, there is apparently no way to go back to the main page.
Except... that little "<" button in the "My Access strategy" area, which I found when I was already writing this issue :-)
I think that that button is not evident enough to the user.
**Describe the solution you'd
-
Updated
Feb 3, 2021 - Python
-
Updated
Jan 18, 2020 - Makefile
-
Updated
Feb 2, 2021 - Python
-
Updated
Jan 28, 2020
-
Updated
Aug 8, 2020 - Shell
-
Updated
Feb 2, 2021 - C#
-
Updated
Jan 19, 2020 - Go
-
Updated
Feb 17, 2018
-
Updated
Oct 22, 2020 - C#
-
Updated
Oct 14, 2018 - Java
-
Updated
Jan 9, 2021 - JavaScript
-
Updated
May 13, 2020 - PowerShell
-
Updated
Jan 8, 2020 - PowerShell
-
Updated
Feb 12, 2018 - Python
Instead of saving images as artifacts in workflow, use Github packages (in addition of the Docker Hub): https://docs.github.com/en/actions/publishing-packages-with-github-actions/about-packaging-with-github-actions
-
Updated
Dec 17, 2019 - Python
-
Updated
Feb 2, 2021 - PowerShell
List subscriptions
Add a new flag --subscriptions to the list subcommand to be able to quickly list all available subscriptions
-
Updated
Oct 28, 2019 - C#
-
Updated
Jun 11, 2020 - Shell
documentation piccs
docs
-
Updated
Apr 8, 2020 - Python
-
Updated
Jun 25, 2020 - HCL
-
Updated
Mar 19, 2017 - Shell
-
Updated
Sep 2, 2019 - 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