Skip to content

Commit b292f5f

Browse files
committed
refresh pass
1 parent 47bc8e3 commit b292f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-create-app-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ author: HeidiSteen
77
ms.author: heidist
88
ms.service: cognitive-search
99
ms.topic: quickstart
10-
ms.date: 08/24/2021
10+
ms.date: 07/26/2022
1111
ms.custom: mode-ui
1212
---
1313

1414
# Quickstart: Create a demo app in the portal (Azure Cognitive Search)
1515

16-
Use the Azure portal's **Create demo app** wizard to generate a downloadable, "localhost"-style web app that runs in a browser. Depending on its configuration, the generated app is operational on first use, with a live read-only connection to a remote index. A default app can include a search bar, results area, sidebar filters, and typeahead support.
16+
Use the Azure portal's **Create demo app** wizard to generate a downloadable, "localhost"-style web app that runs in a browser. Depending on its configuration, the generated app is operational on first use, with a live read-only connection to an index on your search service. A default app can include a search bar, results area, sidebar filters, and typeahead support.
1717

18-
The demo app can help you visualize how an index will function in a client app, but it is not intended for production scenarios. Client apps should include security, error handling, and hosting logic that the generated HTML page doesn't provide. When you are ready to create a client app, see [Create your first search app using the .NET SDK](tutorial-csharp-create-first-app.md) for next steps.
18+
The demo app can help you visualize how an index will function in a client app, but it is not intended for production scenarios. Production apps should include security, error handling, and hosting logic that the demo app doesn't provide. When you are ready to create a client app, see [Create your first search app using the .NET SDK](tutorial-csharp-create-first-app.md) for next steps.
1919

2020
## Prerequisites
2121

0 commit comments

Comments
 (0)