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/wwl-data-ai/foundry-sdk/07-knowledge-check.yml
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,29 +11,37 @@ metadata:
11
11
ai-usage: ai-generated
12
12
ms.collection:
13
13
- wwl-ai-copilot
14
+
zone_pivot_groups: video-or-text
14
15
durationInMinutes: 5
15
16
quiz:
16
17
title: Check your knowledge
17
18
questions:
18
-
- content: Which endpoint offers the broadest support for OpenAI APIs with Foundry Models?
19
+
- content: Which endpoint offers the broadest support for OpenAI APIs with Foundry
20
+
Models?
19
21
choices:
20
22
- content: The Foundry project endpoint
21
23
isCorrect: false
22
-
explanation: Incorrect. The Foundry Project endpoint is used for Foundry-native operations, and OpenAI API support for the Responses API with Foundry direct models.
24
+
explanation: Incorrect. The Foundry Project endpoint is used for Foundry-native
25
+
operations, and OpenAI API support for the Responses API with
26
+
Foundry direct models.
23
27
- content: The Azure OpenAI endpoint
24
28
isCorrect: true
25
-
explanation: Correct. The Azure OpenAI endpoint provides broad support for OpenAI APIs with Foundry Models.
29
+
explanation: Correct. The Azure OpenAI endpoint provides broad support for
30
+
OpenAI APIs with Foundry Models.
26
31
- content: The Foundry Tools endpoint
27
32
isCorrect: false
28
-
explanation: Incorrect. Foundry Tools do not provide broad support for OpenAI APIs with Foundry Models.
29
-
- content: Which package must you install to use the Microsoft Foundry SDK in Python?
33
+
explanation: Incorrect. Foundry Tools do not provide broad support for OpenAI
34
+
APIs with Foundry Models.
35
+
- content: Which package must you install to use the Microsoft Foundry SDK in
36
+
Python?
30
37
choices:
31
38
- content: Package `azure-foundry`
32
39
isCorrect: false
33
40
explanation: Incorrect. This package doesn't exist.
34
41
- content: Package `azure-ai-projects`
35
42
isCorrect: true
36
-
explanation: Correct. The `azure-ai-projects` package provides the Microsoft Foundry SDK for Python.
43
+
explanation: Correct. The `azure-ai-projects` package provides the Microsoft
44
+
Foundry SDK for Python.
37
45
- content: Package `microsoft-foundry-sdk`
38
46
isCorrect: false
39
47
explanation: Incorrect. This package doesn't exist.
0 commit comments