Skip to content

Commit d377e56

Browse files
committed
GH issues
1 parent 9f86c7d commit d377e56

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

articles/search/search-indexer-how-to-access-private-sql.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Although you can call the Management REST API directly, it's easier to use the A
3131

3232
+ You should have a minimum of Contributor permissions on both Azure Cognitive Search and SQL Managed Instance.
3333

34-
+ Azure SQL Managed Instance connection string. Managed identity is not currently supported with shared private link.
34+
+ Azure SQL Managed Instance connection string. Managed identity is not currently supported with shared private link. Your connection string must include a user name and password.
3535

3636
> [!NOTE]
3737
> Azure Private Link is used internally, at no charge, to set up the shared private link.
@@ -126,7 +126,7 @@ You could use the [**Import data**](search-get-started-portal.md) wizard for thi
126126

127127
This article assumes Postman or equivalent tool, and uses the REST APIs to make it easier to see all of the properties. Recall that REST API calls for indexers and data sources use the [Search REST APIs](/rest/api/searchservice/), not the [Management REST APIs](/rest/api/searchmanagement/) used to create the shared private link. The syntax and API versions are different between the two REST APIs.
128128

129-
1. [Create the data source definition](search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md) as you would normally for Azure SQL. Although the format of the connection string is different, the data source type and other properties are valid for SQL Managed Instance.
129+
1. [Create the data source definition](search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md) as you would normally for Azure SQL. The format of the connection string is slightly different for a managed instance, but other properties are the same as if you were configuring a data source connection to Azure SQL database.
130130

131131
Provide the connection string that you copied earlier.
132132

@@ -152,9 +152,6 @@ This article assumes Postman or equivalent tool, and uses the REST APIs to make
152152
}
153153
```
154154
155-
> [!NOTE]
156-
> If you're familiar with data source definitions in Cognitive Search, you'll notice that data source properties don't vary when using a shared private link. That's because Search will always use a shared private link on the connection if one exists.
157-
158155
1. [Create the indexer definition](search-howto-create-indexers.md), setting the indexer execution environment to "private".
159156
160157
[Indexer execution](search-indexer-securing-resources.md#indexer-execution-environment) occurs in either a private environment that's specific to the search service, or a multi-tenant environment that's used internally to offload expensive skillset processing for multiple customers. **When connecting over a private endpoint, indexer execution must be private.**

articles/search/search-reliability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For each individual search service, Microsoft guarantees at least 99.9% availabi
3232

3333
+ Three or more replicas for high availability of read-write workloads (queries and indexing)
3434

35-
Internally, the system uses internal mechanisms to monitor replica health and partition integrity. If you provision a specific combination of replicas and partitions, the system ensures that level of capacity for your service.
35+
The system has internal mechanisms for monitoring replica health and partition integrity. If you provision a specific combination of replicas and partitions, the system ensures that level of capacity for your service.
3636

3737
No SLA is provided for the Free tier. For more information, see [SLA for Azure Cognitive Search](https://azure.microsoft.com/support/legal/sla/search/v1_0/).
3838

0 commit comments

Comments
 (0)