Skip to content

Commit 3722ff8

Browse files
Attempt to get Acrolinx > 80
1 parent 9a480a8 commit 3722ff8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

learn-pr/azure/build-reusable-bicep-files-parameters/7-knowledge-check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ quiz:
3636
explanation: Incorrect. An empty string `''` is a valid value for the `projectName` parameter.
3737
- content: "`1`"
3838
isCorrect: false
39-
explanation: Incorrect. The value `'1'` is a valid value for the `projectName` parameter, since it is less than the maximum length of five characters.
39+
explanation: Incorrect. The value `'1'` is a valid value for the `projectName` parameter, since it's less than the maximum length of five characters.
4040
- content: "`animal`"
4141
isCorrect: true
42-
explanation: Correct. The value `'animal'` is not valid for the `projectName` parameter, because its length exceeds the maximum of five characters.
42+
explanation: Correct. The value `'animal'` isn't valid for the `projectName` parameter, because its length exceeds the maximum of five characters.
4343
- content: You want to view the value of the `apiKey` parameter after the deployment has completed. Which of these statements is true?
4444
choices:
45-
- content: You cannot view the value of the `apiKey` parameter for the deployment.
45+
- content: You can't view the value of the `apiKey` parameter for the deployment.
4646
isCorrect: true
47-
explanation: Correct. The `apiKey` parameter has the `@secure()` decorator applied, which means that the parameter value is not available to you to view.
47+
explanation: Correct. The `apiKey` parameter has the `@secure()` decorator applied, which means that the parameter value isn't available to you to view.
4848
- content: You can view the value of the `apiKey` parameter for this deployment by looking at the output of the deployment command.
4949
isCorrect: false
50-
explanation: Incorrect. Normally, the deployment command will show you the values of each parameter. However, the `apiKey` parameter has the `@secure()` decorator applied, which means that the parameter value is not available to you to view.
50+
explanation: Incorrect. Normally, the deployment command will show you the values of each parameter. However, the `apiKey` parameter has the `@secure()` decorator applied, which means that the parameter value isn't available to you to view.
5151
- content: You can view the value of the `apiKey` parameter by inspecting the resource group deployments in the Azure portal.
5252
isCorrect: false
53-
explanation: Incorrect. Normally, the Azure portal will show you the values of each parameter for a deployment. However, the `apiKey` parameter has the `@secure()` decorator applied, which means that the parameter value is not available to you to view.
53+
explanation: Incorrect. Normally, the Azure portal will show you the values of each parameter for a deployment. However, the `apiKey` parameter has the `@secure()` decorator applied, which means that the parameter value isn't available to you to view.
5454

0 commit comments

Comments
 (0)