Skip to content

Commit ce4a559

Browse files
committed
acrolinx
1 parent 49ef5e8 commit ce4a559

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-foundry/how-to/develop/sdk-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
5151
pip install azure-ai-projects azure-ai-identity
5252
```
5353

54-
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
54+
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
5555

5656
```python
5757
from azure.identity import DefaultAzureCredential
@@ -71,7 +71,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
7171
* `com.azure.ai.projects`
7272
* `com.azure.core`
7373

74-
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
74+
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
7575

7676
```java
7777
import com.azure.ai.projects.ProjectsClient;
@@ -98,7 +98,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
9898
npm install @azure/ai-projects @azure/identity
9999
```
100100
101-
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
101+
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
102102
103103
104104
```javascript
@@ -121,7 +121,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
121121
dotnet add package Azure.AI.Inference
122122
```
123123
124-
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
124+
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
125125
126126
```csharp
127127
using Azure;

0 commit comments

Comments
 (0)