Windows Server を実行し、Web サーバー (IIS) サーバーの役割がインストールされている Server1 という名前のサーバーがあります。Server1 は、WebApp1 という名前の ASP.NET Core Web アプリとアプリのソース ファイルをホストします。 Server1 に Docker をインストールします。 WebApp1 を Azure Container Registry から Azure App Service Web アプリにデプロイできることを確認する必要があります。 順番に実行する必要がある 3 つのアクションはどれですか? 答えるには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
Explanation: Step 1: Create a Dockerfile. This file contains instructions for the build process. Step 2: Run the docker build command to create a container image. Step 3: Run the docker push command to upload the image to Azure Container Registry.