あなたの会社には、Registry1という名前のAzure Container Registryがあります。
Windows Server 2019を実行するServer1という名前のAzure仮想マシンがあります。
Server1から、image1という名前のコンテナイメージを作成します。
image1をRegistry1に追加する必要があります。
Server1で実行するコマンドはどれですか。回答するには、回答領域で適切なオプションを選択します。
注:それぞれの正しい選択は1ポイントの価値があります。

正解:

Explanation:
An Azure container registry stores and manages private Docker container images, similar to the way Docker Hub stores public Docker images. You can use the Docker command-line interface (Docker CLI) for login, push, pull, and other operations on your container registry.
Reference:
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-docker-cli
https://docs.docker.com/engine/reference/commandline/push/