We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8597496 commit 361269fCopy full SHA for 361269f
learn-pr/wwl-data-ai/ai-foundry-sdk/06-knowledge-check.yml
@@ -29,10 +29,10 @@ quiz:
29
- content: "What value is needed to instantiate a AIProjectClient object?"
30
choices:
31
- content: "The project connection string."
32
- isCorrect: false
+ isCorrect: true
33
explanation: "Correct. You need the project connection string to instantiate a AIProjectClient object."
34
- content: "The Azure OpenAI authorization key"
35
- isCorrect: true
+ isCorrect: false
36
explanation: "Incorrect. You don't need the Azure OpenAI authorization key to instantiate a AIProjectClient object."
37
- content: "The Azure subscription ID"
38
isCorrect: false
0 commit comments