Skip to content

Commit 16a83a4

Browse files
authored
Merge pull request #205988 from HeidiSteen/heidist-work
[azure search] Refresh the Create Demo App quickstart
2 parents d559fee + 2ad024f commit 16a83a4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 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 isn't intended for production scenarios. Production apps should include security, error handling, and hosting logic that the demo app doesn't provide. When you're 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

@@ -68,7 +68,7 @@ In Azure Cognitive Search, faceted navigation is a cumulative filtering experien
6868
> [!TIP]
6969
> You can view the full index schema in the portal. Look for the **Index definition (JSON)** link in each index's overview page. Fields that qualify for faceted navigation have "filterable: true" and "facetable: true" attributes.
7070
71-
1. In the wizard, select the **Sidebar** tab at the top of the page. You will see a list of all fields that are attributed as filterable and facetable in the index.
71+
1. In the wizard, select the **Sidebar** tab at the top of the page. You'll see a list of all fields that are attributed as filterable and facetable in the index.
7272

7373
1. Accept the current selection of faceted fields and continue to the next page.
7474

@@ -103,7 +103,7 @@ The wizard supports suggestions, and the fields that can provide suggested resul
103103
]
104104
```
105105

106-
1. In the wizard, select the **Suggestions** tab at the top of the page. You will see a list of all fields that are designated in the index schema as suggestion providers.
106+
1. In the wizard, select the **Suggestions** tab at the top of the page. You'll see a list of all fields that are designated in the index schema as suggestion providers.
107107

108108
1. Accept the current selection and continue to the next page.
109109

@@ -115,7 +115,7 @@ The wizard supports suggestions, and the fields that can provide suggested resul
115115

116116
1. Open the file and click the Search button. This action executes a query, which can be an empty query (`*`) that returns an arbitrary result set. The page should look similar to the following screenshot. Enter a term and use filters to narrow results.
117117

118-
The underlying index is composed of fictitious, generated data that has been duplicated across documents, and descriptions sometimes do not match the image. You can expect a more cohesive experience when you create an app based on your own indexes.
118+
The underlying index is composed of fictitious, generated data that has been duplicated across documents, and descriptions sometimes don't match the image. You can expect a more cohesive experience when you create an app based on your own indexes.
119119

120120
:::image type="content" source="media/search-create-app-portal/run-app.png" alt-text="Run the app":::
121121

@@ -125,7 +125,7 @@ When you're working in your own subscription, it's a good idea at the end of a p
125125

126126
You can find and manage resources in the portal, using the **All resources** or **Resource groups** link in the left-navigation pane.
127127

128-
If you are using a free service, remember that you are limited to three indexes, indexers, and data sources. You can delete individual items in the portal to stay under the limit.
128+
If you're using a free service, remember that it's limited to three indexes, indexers, and data sources. You can delete individual items in the portal to stay under the limit.
129129

130130
## Next steps
131131

0 commit comments

Comments
 (0)