Skip to content

Commit 5fae5d6

Browse files
authored
Merge pull request #100332 from HeidiSteen/heidist-ip
Azure Cognitive Search: What's new for secure endpoint
2 parents b5bb1bb + da836fe commit 5fae5d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/search/whats-new.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 11/04/2019
11+
ms.date: 01/07/2020
1212
---
1313
# What's new in Azure Cognitive Search
1414

@@ -24,6 +24,10 @@ API versions, Nuget packages, namespaces, and endpoints are unchanged. Your exis
2424

2525
## Feature announcements
2626

27+
### January 2020
28+
29+
+ *Restricted IP access and private endpoint (preview)* on a search service endpoint is now available in **api-version=2019-10-01-Preview**. You can set up a secure endpoint using the new **IpRule** and **NetworkRuleSet** properties in the [Create or Update](https://docs.microsoft.com/rest/api/searchmanagement/services/createorupdate) Management REST API. For more information about API versions, see [How to use the Management REST API](https://docs.microsoft.com/rest/api/searchmanagement/search-howto-management-rest-api).
30+
2731
### December 2019
2832

2933
+ [Create app (preview)](search-create-app-portal.md) is a new wizard in the portal that generates a downloadable HTML file. The file comes with embedded script that renders an operational "localhost"-style web app, bound to an index on your search service. Pages are configurable in the wizard and can contain a search bar, results area, sidebar navigation, and typeahead query support. You can modify the HTML offline to extend or customize the workflow or appearance.

0 commit comments

Comments
 (0)