You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/azure/build-first-bicep-file/9-knowledge-check.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ content: |
16
16
[!include[](includes/9-knowledge-check.md)]
17
17
quiz:
18
18
questions:
19
-
- content: What's the best way for the team to create a file that deploys to both test and production environments?
19
+
- content: What's the best way for the team to create a Bicep file that deploys to both test and production environments?
20
20
choices:
21
-
- content: Create a file that deploys all of the resources for the manufacturing application. Add file parameters for the values that might change between environments.
21
+
- content: Create a Bicep file that deploys all of the resources for the manufacturing application. Add template parameters for the values that might change between environments.
22
22
isCorrect: true
23
23
explanation: Correct. File parameters are a great way to manage multiple environments. You can specify different values for the parameters when you deploy the file into the test and production environments.
24
24
- content: Create a module that deploys all of the resources for the manufacturing application. Create separate Bicep files for each environment, and add the shared module to each environment's file.
0 commit comments