Skip to content

Commit

Permalink
Merge pull request Azure#4 from RakeshMohanMSFT/RakeshMohanMSFT-patch-2
Browse files Browse the repository at this point in the history
{azure-cli} | az webapp config container set: make option --docker-cu…
  • Loading branch information
RakeshMohanMSFT authored Apr 6, 2022
2 parents c5054c3 + e08e5fe commit d3d1353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def load_arguments(self, _):
c.argument('docker_registry_server_url', options_list=['--docker-registry-server-url', '-r'],
help='the container registry server url')
c.argument('docker_custom_image_name', options_list=['--docker-custom-image-name', '-c', '-i'],
help='the container custom image name and optionally the tag name')
help='the container custom image name and optionally the tag name (e.g., <registry-name>/<image-name>:<tag>)')
c.argument('docker_registry_server_user', options_list=['--docker-registry-server-user', '-u'],
help='the container registry server username')
c.argument('docker_registry_server_password', options_list=['--docker-registry-server-password', '-p'],
Expand Down

0 comments on commit d3d1353

Please sign in to comment.