Skip to content

Commit e292949

Browse files
committed
moving note
1 parent e750503 commit e292949

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

articles/ai-foundry/agents/includes/quickstart-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Use the following code to create and run an agent. To run this code, you will ne
4646

4747
`https://<AIFoundryResourceName>.services.ai.azure.com/api/projects/<ProjectName>`
4848

49+
[!INCLUDE [connection-string-deprecation](connection-string-deprecation.md)]
50+
4951
[!INCLUDE [endpoint-string-portal](endpoint-string-portal.md)]
5052

5153
Set this endpoint in an environment variable variable named `ProjectEndpoint`.
5254

53-
[!INCLUDE [endpoint-string-portal](connection-string-deprecation.md)]
54-
5555
[!INCLUDE [model-name-portal](model-name-portal.md)]
5656

5757
Save the name of your model deployment name as an environment variable named `ModelDeploymentName`.

articles/ai-foundry/agents/includes/quickstart-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Use the following code to create and run an agent. To run this code, you will ne
4343

4444
`https://<AIFoundryResourceName>.services.ai.azure.com/api/projects/<ProjectName>`
4545

46+
[!INCLUDE [connection-string-deprecation](connection-string-deprecation.md)]
47+
4648
[!INCLUDE [endpoint-string-portal](endpoint-string-portal.md)]
4749

4850
Set this endpoint as an environment variable named `PROJECT_ENDPOINT`.
4951

50-
[!INCLUDE [endpoint-string-portal](connection-string-deprecation.md)]
51-
5252
[!INCLUDE [model-name-portal](model-name-portal.md)]
5353

5454
Save the name of your model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.

articles/ai-foundry/agents/includes/quickstart-typescript.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Use the following code to create and run an agent which uploads [a CSV file](htt
6060

6161
Set this endpoint as an environment variable named `PROJECT_ENDPOINT` in a `.env` file.
6262

63-
[!INCLUDE [endpoint-string-portal](connection-string-deprecation.md)]
64-
6563
[!INCLUDE [model-name-portal](model-name-portal.md)]
6664

6765
Save the name of your model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.

0 commit comments

Comments
 (0)