Skip to content

Commit 4c40c25

Browse files
committed
PR review fixes
1 parent be7c804 commit 4c40c25

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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) ](../media/ai-project-overview-expanded.png)
36+
[ ![Screenshot of the project overview page in Azure AI Foundry portal.](../media/ai-project-overview.png) ](../media/ai-project-overview.png#lightbox)
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) ](../media/ai-project-connections-expanded.png)
3+
[ ![Screenshot of the connected resources page in Azure AI Foundry portal.](../media/ai-project-connections.png) ](../media/ai-project-connections.png#lightbox)
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

89.8 KB
Loading
181 KB
Loading

0 commit comments

Comments
 (0)