Skip to content

Commit a585b1d

Browse files
committed
minor edits
1 parent 45d18a0 commit a585b1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-studio/tutorials/copilot-sdk-create-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ This section shows how to configure the various access controls needed for the r
9797

9898
We recommend using [Microsoft Entra ID](/entra/fundamentals/whatis) instead of using API keys. In order to use this authentication, you need to set the right access controls and assign the right roles for your services.
9999

100-
### Configure access for Azure AI Services/OpenAI
100+
### Configure access for Azure AI Services
101101

102-
Start in the project to find the AI Services/OpenAI resource:
102+
Start in the project to find the AI Services resource:
103103

104104
1. In [AI Studio](https://ai.azure.com), go to your project and select **Settings** from the left pane.
105105
1. Select **Connected resources**.

articles/ai-studio/tutorials/copilot-sdk-evaluate-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The deploy script will:
160160
- Route all traffic to that deployment
161161
- Output the link to view and test the deployment in the Azure AI Studio
162162
163-
The deployment defines a build context (Dockerfile) that relies on the `requirement.txt` specified in our flow folder, and also sets our environment variables to the deployed environment, so we can be confident that our chat app application runs the same in a production environment as it did locally.
163+
The deployment defines a build context (Dockerfile) that relies on the `requirement.txt` specified in our flow folder, and also sets our environment variables to the deployed environment, so we can be confident that our chat app runs the same in a production environment as it did locally.
164164
165165
### Build context for the deployment (Dockerfile)
166166

0 commit comments

Comments
 (0)