Skip to content

Commit ccc33c1

Browse files
committed
updates4
1 parent cfbcf5f commit ccc33c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/azure/build-first-bicep-file/9-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ content: |
1616
[!include[](includes/9-knowledge-check.md)]
1717
quiz:
1818
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?
2020
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.
2222
isCorrect: true
2323
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.
2424
- 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

Comments
 (0)