Microsoft
AZ-400 · Question #545
You have an Azure subscription. You create two Bicep templates named Template1 and Template2 that will be used to create a virtual machine and a website. You need to create a template named Template3
The correct answer is C. modules. https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/modules
Submitted by marco_it· Mar 6, 2026Design and implement build and release pipelines
Question
You have an Azure subscription. You create two Bicep templates named Template1 and Template2 that will be used to create a virtual machine and a website. You need to create a template named Template3 that will reuse logic from Template1 and Template2. What should you define first?
Options
- Aoutputs
- Bresources
- Cmodules
- Dparameters
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C88% (28)
- D3% (1)
Explanation
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/modules
Community Discussion
No community discussion yet for this question.