You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-indexer-how-to-access-private-sql.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Although you can call the Management REST API directly, it's easier to use the A
31
31
32
32
+ You should have a minimum of Contributor permissions on both Azure Cognitive Search and SQL Managed Instance.
33
33
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.
35
35
36
36
> [!NOTE]
37
37
> 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
126
126
127
127
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.
128
128
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.
130
130
131
131
Provide the connection string that you copied earlier.
132
132
@@ -152,9 +152,6 @@ This article assumes Postman or equivalent tool, and uses the REST APIs to make
152
152
}
153
153
```
154
154
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
-
158
155
1. [Create the indexer definition](search-howto-create-indexers.md), setting the indexer execution environment to "private".
159
156
160
157
[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.**
Copy file name to clipboardExpand all lines: articles/search/search-reliability.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ For each individual search service, Microsoft guarantees at least 99.9% availabi
32
32
33
33
+ Three or more replicas for high availability of read-write workloads (queries and indexing)
34
34
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.
36
36
37
37
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/).
0 commit comments