Skip to content

Commit 1add596

Browse files
added AzureSearchAdminKey guide (#18)
* added azuresearchadminkey guide * upload images
1 parent f68be6f commit 1add596

File tree

6 files changed

+49
-0
lines changed

6 files changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Azure Search Admin
3+
---
4+
5+
_This tutorial provides step-by-step instructions on how to rotate an Azure Search Admin Key._
6+
7+
---
8+
9+
## Regenerate an Azure Search Admin Key
10+
11+
### Step 1 - Navigate to the Azure Search Keys page
12+
13+
#### 1a. Navigate to `Azure AI`
14+
15+
Navigate to the `AI search` under `Azure AI services` page and click on the relevant `Azure Search service`.
16+
![](/images/azuresearchadmin/1.png)
17+
18+
#### 1b. Navigate to `Keys` page
19+
20+
Under `Settings`, click on `Keys`.
21+
22+
![](/images/azuresearchadmin/2.png)
23+
24+
### Step 2 - Regenerate the Azure Search Admin Key
25+
26+
Click the copy icon and paste it in your editor to check the key. Ensure you're rotating the correct key.
27+
![](/images/azuresearchadmin/3.png)
28+
29+
Confirm the key regeneration action by clicking `Regenerate`.
30+
31+
![](/images/azuresearchadmin/4.png)
32+
33+
You'll see a message at the top-right indicating that you "Successfully regenerated the primary or secondary admin key".
34+
35+
![](/images/azuresearchadmin/5.png)
36+
37+
> Note: Clicking `Yes` will revoke the existing key in addition to creating a new one.
38+
39+
---
40+
41+
## Replace the Leaked Azure Search Admin Key
42+
43+
Replace the leaked Azure Search Admin Key with the new one in all impacted applications and services.
44+
45+
---
46+
47+
## Resources
48+
49+
- [Azure Search Admin Keys Documentation](https://learn.microsoft.com/en-us/rest/api/searchservice/index-preview)
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)