Skip to content

Commit

Permalink
Merge pull request #27524 from galiacheng/galia-doc
Browse files Browse the repository at this point in the history
Output ACR loginServer as tsv format
  • Loading branch information
gsmet authored Aug 26, 2022
2 parents 9e31de7 + 5782338 commit 0c8af6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/deploying-to-azure-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ To upload this image to your ACR, you must tag and push the image under the ACR

[source,shell]
----
$ az acr show -n <registry-name> --query loginServer
$ az acr show -n <registry-name> --query loginServer -o tsv
----

To upload, now do:
Expand Down

0 comments on commit 0c8af6f

Please sign in to comment.