Q54
Single choice
You need to recommend a solution to deploy containers that run an application. The application has two tiers.
Each tier is implemented as a separate Docker Linux-based image.
The solution must meet the following requirements:
1. The front-end tier must be accessible by using a public IP address on port 80.
2. The backend tier must be accessible by using port 8080 from the front-end tier only.
3. Both containers must be able to access the same Azure file share.
4. If a container fails, the application must restart automatically.
5. Costs must be minimized.
What should you recommend using to host the application?