Skip to content

Commit f1a0535

Browse files
committed
fix warnings
1 parent a5fd55c commit f1a0535

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

articles/search/search-howto-index-encrypted-blobs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ You should have an Azure Function app that contains the decryption logic and an
101101

102102
2. In **Settings** > **Keys**, get an admin key for full rights on the service. There are two interchangeable admin keys, provided for business continuity in case you need to roll one over. You can use either the primary or secondary key on requests for adding, modifying, and deleting objects.
103103

104-
![Get the service name and admin and query keys](media/search-get-started-javascript/service-name-and-keys.png)
105-
106104
All requests require an api-key in the header of every request sent to your service. A valid key establishes trust, on a per request basis, between the application sending the request and the service that handles it.
107105

108106
## Set up a REST client

articles/search/tutorial-multiple-data-sources.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ To authenticate to your search service, you'll need the service URL and an acces
109109

110110
1. In **Settings** > **Keys**, get an admin key for full rights on the service. There are two interchangeable admin keys, provided for business continuity in case you need to roll one over. You can use either the primary or secondary key on requests for adding, modifying, and deleting objects.
111111

112-
:::image type="content" source="media/search-get-started-javascript/service-name-and-keys.png" alt-text="Get the service name and admin and query keys" border="false":::
113-
114112
Having a valid key establishes trust, on a per request basis, between the application sending the request and the service that handles it.
115113

116114
## 2 - Set up your environment

0 commit comments

Comments
 (0)