Skip to content

Commit b2e5e0d

Browse files
authored
Acrolinx fix, delete extra bullet
1 parent 45d18a0 commit b2e5e0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-studio/tutorials/copilot-sdk-build-rag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Replace the placeholders with the following values:
8484
* Find the `<your subscription id>`, `<your resource group>`, and `<your project name>` from your project view in AI Studio:
8585
1. In [AI Studio](https://ai.azure.com), go to your project and select **Settings** from the left pane.
8686
1. In the **Project properties** section, find the **Subscription ID** and **Resource group**. The **Name** field is `<your project name>`
87-
* * Still in your project **Settings**, in the **Connected resources** section, you'll see an entry for either Azure AIServices or Azure OpenAI. Select the name to open the **Connection Details**. The connection name appears at the top of the **Connection Details** page. Copy this name to use for `<your AIServices or Azure OpenAI connection name>`.
87+
* Still in your project **Settings**, in the **Connected resources** section, you'll see an entry for either Azure AIServices or Azure OpenAI. Select the name to open the **Connection Details**. The connection name appears at the top of the **Connection Details** page. Copy this name to use for `<your AIServices or Azure OpenAI connection name>`.
8888
* Go back to the project **Settings** page. In the **Connected resources** section, select the link for the Azure AI Search.
8989
* Copy the **Target** URL for `<your Azure Search endpoint>`.
9090
* Copy the name at the top for `<your Azure Search connection name>`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To enable role-based access control for your Azure AI Search service, follow the
129129
130130
Next grant your user identity (or the identity of the developer who will complete parts two and three) the **Search Index Data Contributor** and **Search Service Contributor** roles on the Azure AI Search service. These roles enable you to call the Azure AI Search service the associated user identity.
131131

132-
Still in the Azure portal for the Azure AI Search service, assign the **Search Index Data Contributor** role to your Azure AI Search service, (these are the same steps you did previously for the Azure OpenAI service):
132+
Still in the Azure portal for the Azure AI Search service, assign the **Search Index Data Contributor** role to your Azure AI Search service. (These are the same steps you did previously for the Azure OpenAI service.)
133133

134134
1. From the left page in the Azure portal, select **Access control (IAM)** > **+ Add** > **Add role assignment**.
135135
1. Search for the **Search Index Data Contributor** role and then select it. Then select **Next**.

0 commit comments

Comments
 (0)