Exam Preparation Quiz

Question 25 of 75

Configure Container Instance For Startup Parameters And Secure Values

MDFT Pro, a well-known training agency, is modernizing their educational applications by containerizing their student assessment platform using Azure Container Instances. As the newly hired application modernization specialist for MDFT Pro, you need to deploy a container named cont1 that hosts their quiz engine application under direction from Mark, the Container Architecture Specialist.

The containerized application requires specific configuration parameters such as database connection strings, API endpoints, and feature flags to be available during startup. Additionally, the application needs secure access to sensitive values like API keys, database passwords, and encryption certificates that must be protected from exposure in logs or container metadata. The solution must ensure that both regular configuration settings and sensitive security credentials are properly provided to the container during its initialization phase.

What should you configure for cont1 to meet both the configuration parameter and secure value requirements?

Choose the correct answer from the options below.

Explanations for each answer:

Learn More About Container Environment Variables:
Azure Container Instance Configuration
Next Question