Skip to content

Commit d2feb41

Browse files
committed
Edits for formatting and style
1 parent a678e24 commit d2feb41

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

articles/search/search-get-started-rbac.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ ms.topic: quickstart
1010
ms.date: 11/26/2024
1111
---
1212

13-
# Quickstart: Connect to Azure AI Search using role-based access control (RBAC)
13+
# Quickstart: Connect without keys
1414

15-
Here are the comprehensive instructions for configuring Azure AI Search to use Microsoft Entra ID authentication and roles, including steps for connecting from your local system, running Jupyter notebooks, or using a REST client.
15+
Configure Azure AI Search to use Microsoft Entra ID authentication and roles, including steps for connecting from your local system, running Jupyter notebooks, or using a REST client.
1616

17-
If you followed other quickstarts that connect using key-based authentication, these steps to switch to identity-based authentication and avoid hard-coded API keys in your example code.
17+
If you step through other quickstarts that connect using API keys, these steps show you how to switch to identity-based authentication and avoid hard-coded API keys in your example code.
1818

1919
## Prerequisites
2020

2121
- An Azure subscription. [Create one for free](https://azure.microsoft.com/free/).
2222

23-
- [Azure AI Search](search-create-service-portal.md), any region or tier, but it needs to be Basic or higher to configure a system-assigned managed identity for Azure AI Search.
23+
- [Azure AI Search](search-create-service-portal.md), any region or tier, but you need Basic or higher to configure a system-assigned managed identity for Azure AI Search.
2424

2525
- A command line tool, such as the [Azure CLI](/cli/azure/install-azure-cli).
2626

27-
## Step 1: Set Up Your Azure Subscription and Tenant
27+
## Step 1: Set up your Azure subscription and tenant
2828

29-
Follow these steps if you have more than one Azure subscription or tenant. The active subscription and tenant must be valid for your search service.
29+
This step is necessary if you have more than one subscription or tenant.
3030

3131
1. Get the Azure subscription and tenant for your search service:
3232

@@ -50,7 +50,7 @@ Follow these steps if you have more than one Azure subscription or tenant. The a
5050

5151
`az account show --query tenantId --output tsv`
5252

53-
## Step 2: Configure Azure AI Search for Microsoft Entra ID Authentication
53+
## Step 2: Configure Azure AI Search for Microsoft Entra ID authentication
5454

5555
1. Sign in to the Azure portal and navigate to your Azure AI Search service.
5656

@@ -68,11 +68,11 @@ Follow these steps if you have more than one Azure subscription or tenant. The a
6868

6969
1. Select **+ Add** > **Add role assignment**.
7070

71-
1. Choose a role (e.g., Search Service Contributor, Search Index Data Contributor, Search Index Data Reader) and assign it to the appropriate Microsoft Entra user or group identity2. These three roles provide comprehensive permissions for creating, loading, and querying objects on Azure AI Search.
71+
1. Choose a role (Search Service Contributor, Search Index Data Contributor, Search Index Data Reader) and assign it to your Microsoft Entra user or group identity. These three roles provide the full set of permissions for creating, loading, and querying objects on Azure AI Search.
7272

73-
## Step 3: Connect from Your Local System
73+
## Step 3: Connect from your local system
7474

75-
### Using Python Notebooks
75+
### Using Python and Jupyter notebooks
7676

7777
1. Install the Azure Identity and Azure Search libraries:
7878

@@ -97,7 +97,7 @@ Follow these steps if you have more than one Azure subscription or tenant. The a
9797
print(result)
9898
```
9999

100-
### Using a REST Client
100+
### Using a REST client
101101

102102
Several quickstarts and tutorials use a REST client, such as Visual Studio Code with the REST extension. Here's how you connect to Azure AI Search from Visual Studio Code.
103103

@@ -129,7 +129,7 @@ Several quickstarts and tutorials use a REST client, such as Visual Studio Code
129129
}
130130
```
131131

132-
## Additional Configuration
132+
## Additional configuration
133133

134134
Configure a managed identity for outbound connections:
135135

articles/search/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ items:
2626
href: search-get-started-semantic.md
2727
- name: Chat with your data
2828
href: /azure/ai-services/openai/use-your-data-quickstart?context=/azure/search/context/context
29+
- name: Keyless authentication
30+
href: search-get-started-rbac.md
2931
- name: Portal
3032
items:
3133
- name: Keyword search wizard
@@ -56,8 +58,6 @@ items:
5658
href: search-get-started-bicep.md
5759
- name: Terraform
5860
href: search-get-started-terraform.md
59-
- name: Keyless authentication
60-
href: search-get-started-rbac.md
6161
- name: Tutorials
6262
items:
6363
- name: Dev tutorials

0 commit comments

Comments
 (0)