Skip to content

Commit be7c804

Browse files
committed
Review fixes
1 parent 3926178 commit be7c804

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

learn-pr/wwl-data-ai/ai-foundry-sdk/includes/02-azure-ai-foundry-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The Azure AI Foundry SDK is a set of packages and services designed to work toge
33
The SDK provides Python and Microsoft C# .NET libraries that you can use to build AI applications based on Azure AI Foundry projects.
44

55
> [!NOTE]
6-
> In the preview release of the SDK, some capabilities may not be available both languages.
6+
> In the preview release of the SDK, some capabilities may not be available for both languages.
77
88
## Installing SDK packages
99

@@ -33,7 +33,7 @@ dotnet add package Azure.AI.Projects --prerelease
3333

3434
The first task in most Azure AI Foundry SDK code is to connect to an Azure AI Foundry project. Each project has a unique *connection string*, which you can find on the project's **Overview** page in the Azure AI Foundry portal.
3535

36-
![Screenshot of the project overview page in Azure AI Foundry portal.](../media/ai-project-overview.png)
36+
[ ![Screenshot of the project overview page in Azure AI Foundry portal.](../media/ai-project-overview.png) ](../media/ai-project-overview-expanded.png)
3737

3838
You can use that connection string in your code to create an **AIProjectClient** object, which provides a programmatic proxy for the project.
3939

learn-pr/wwl-data-ai/ai-foundry-sdk/includes/03-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Each Azure AI Foundry project includes **connected resources**, which are defined both at the *hub* and *project* level. Each resource is a *connection* to an external service, such as Azure AI services, Azure storage, Azure AI search, and others.
22

3-
![Screenshot of the connected resources page in Azure AI Foundry portal.](../media/ai-project-connections.png)
3+
[ ![Screenshot of the connected resources page in Azure AI Foundry portal.](../media/ai-project-connections.png) ](../media/ai-project-connections-expanded.png)
44

55
With the Azure AI Foundry SDK, you can connect to a project and retrieve connections; which you can then use to consume the connected services.
66

240 KB
Loading
356 KB
Loading

0 commit comments

Comments
 (0)