AZ-104 · Question #799
You have an Azure subscription. You need to create an Azure container instance named cont1. The solution must meet the following requirements: - Ensure that specific configuration parameters are…
The correct answer is A. environment variables. Environment variables allow you to pass configuration parameters and secure values (like secrets or connection strings) to the container during startup. These variables can be used by the application running inside the container to configure its behavior. This method is secure…
Question
Options
- Aenvironment variables
- Ba command override
- Ctags
- Dcustomer-managed keys
How the community answered
(52 responses)- A81% (42)
- B6% (3)
- C12% (6)
- D2% (1)
Explanation
Environment variables allow you to pass configuration parameters and secure values (like secrets or connection strings) to the container during startup. These variables can be used by the application running inside the container to configure its behavior. This method is secure and allows you to ensure the container has the required parameters and sensitive information without hard-coding them.
Community Discussion
No community discussion yet for this question.