LinuxベースのDockerコンテナーで実行されるアプリケーションをデプロイすることを計画しています。Azureでアプリケーションをホストするためのソリューションを推奨する必要があります。ソリューションは、次の要件を満たす必要があります。
*カスタムドメイン名と関連するSSL証明書をサポートします。
*需要に基づいて自動的にスケールアウト
*管理の労力とコストを最小限に抑えます。
推奨事項には何を含める必要がありますか?
正解:B
App Service not only adds the power of Microsoft Azure to your application, such as security, load balancing, autoscaling, and automated management. You can also take advantage of its DevOps capabilities, such as continuous deployment from Azure DevOps, GitHub, Docker Hub, and other sources, package management, staging environments, custom domain, and TLS/SSL certificates.
Key features of App Service include:
Containerization and Docker - Dockerize your app and host a custom Windows or Linux container in App Service.
Scale up or out manually or automatically. Host your apps anywhere in Microsoft's global datacenter infrastructure, and the App Service SLA promises high availability.
App Service can also host web apps natively on Linux for supported application stacks. It can also run custom Linux containers (also known as Web App for Containers).
Reference:
https://docs.microsoft.com/en-us/azure/app-service/overview