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/get-started-with-ai-in-azure/includes/2-what-is-azure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Networking makes sure your apps can talk to each other securely and efficiently.
25
25
26
26
When a user gets started with Azure, their access needs to be organized and managed. Azure organizes access and management by **tenants**, **subscriptions**, **resource groups**, and **resources**.
27
27
28
-

28
+

29
29
30
30
An **Azure tenant** is an organization's home base and identity in Microsoft's cloud. Having a tenant is like having an apartment unit in a large building, where the building is Microsoft cloud. Each tenant is separate and secured from others—your organization has its own locks, rooms, and controls.
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/get-started-with-ai-in-azure/includes/4-microsoft-foundry.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The Foundry portal provides a modern web-based interface for developing, testing
62
62
> [!NOTE]
63
63
> Foundry portal has a *classic* user interface (UI) and a *new* user interface. The two provide slightly different experiences for users. Choose the *new* portal for a seamless experience that combines simplicity with powerful and secure tools to build, manage and grow multi-agent applications. Only Foundry projects are visible here - use *classic* for all other resource types. Users can toggle back and forth between the classic and new interfaces as needed.
64
64
65
-

65
+

66
66
67
67
In the *new* Foundry portal you can discover models and tools, build agents, manage the operation of those agents, and much more. At any time, you can get help with **Ask AI** agent helper. The *Ask AI* experience uses specialized sub‑agents to answer questions and help with tasks across Microsoft Foundry. It can guide you through documentation, explain model catalog capabilities, troubleshoot issues, and manage model deployments, quotas, and operations. It also compares and analyzes models, interprets monitoring dashboards, and supports end‑to‑end evaluation workflows for language models and agents.
68
68
@@ -85,20 +85,20 @@ An AI client application utilizes a model, data, and application logic to proces
85
85
86
86
Responsibilities of the **client**:
87
87
88
-
- Present a UI or CLI
89
-
- Collect user input (text, voice, images)
90
-
- Format the input into a prompt or API request
91
-
- Send a request to the server (model endpoint)
92
-
- Display the returned output
88
+
1. Present a UI or CLI
89
+
2. Collect user input (text, voice, images)
90
+
3. Format the input into a prompt or API request
91
+
4. Send a request to the server (model endpoint)
92
+
5. Display the returned output
93
93
94
94
The client requests the model for results, which is hosted by the **server**, or the *back end*. In Foundry, the server is your **model deployment**.
95
95
96
96
Responsibilities of the **server**:
97
97
98
-
- Receive the prompt
99
-
- Run inference on the model
100
-
- Apply system instructions, safety, context, and more
101
-
- Return the generated output (for example: text, image, audio, or structured JSON)
98
+
1. Receive the prompt
99
+
2. Run inference on the model
100
+
3. Apply system instructions, safety, context, and more
101
+
4. Return the generated output (for example: text, image, audio, or structured JSON)
102
102
103
103
Next, let's take a look at how clients connect to to Foundry models and how to use Foundry endpoints.
0 commit comments