nerdexam
Microsoft

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…

Submitted by tunde_lagos· Mar 4, 2026Deploy and manage Azure compute resources

Question

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 applied to cont1 during the container startup. - Provide secure values to cont1 during the container startup. What should you configure for cont1?

Options

  • Aenvironment variables
  • Ba command override
  • Ctags
  • Dcustomer-managed keys

How the community answered

(52 responses)
  • A
    81% (42)
  • B
    6% (3)
  • C
    12% (6)
  • D
    2% (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.

Full AZ-104 Practice