Start here! Get your feet wet with the Microsoft cloud and begin your journey to earning your Microsoft Certified: Azure Fundamentals certification!
Prepare and test your skills

Prepare and test your skills

Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An IT department is designing Azure Resource Manager (ARM) templates to deploy virtual machines and storage resources across multiple staging and production environments. The team needs to maintain template reusability while ensuring sensitive data, such as administrative credentials, remains secure during deployment.
Which practice should the team implement to manage the templates securely and efficiently?
Using parameters and dedicated parameters files (such as azuredeploy.parameters.json) separates runtime configurations and environmental settings from the underlying declarative infrastructure definition in an ARM template.
azuredeploy.json) to be reused across development, staging, and production environments without modifying core template logic.Decoupling parameters from template logic adheres to cloud architecture best practices. It prevents credential leakage, enhances code maintainability, and provides flexible deployment workflows across diverse environments.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.