|
1 | 1 | ---
|
2 |
| -title: "Quickstart: Create a demo search app in Azure portal" |
| 2 | +title: "Quickstart: Create a Demo Search App in the Azure Portal" |
3 | 3 | titleSuffix: Azure AI Search
|
4 | 4 | description: Run the Create demo app wizard to generate HTML pages and script for an operational web app. The page includes a search bar, results area, sidebar, and typeahead support.
|
5 | 5 | manager: nitinme
|
6 |
| -author: HeidiSteen |
7 |
| -ms.author: heidist |
| 6 | +author: haileytap |
| 7 | +ms.author: haileytapia |
8 | 8 | ms.service: azure-ai-search
|
9 | 9 | ms.topic: quickstart
|
10 |
| -ms.date: 12/04/2024 |
| 10 | +ms.date: 03/04/2025 |
11 | 11 | ms.custom:
|
12 | 12 | - mode-ui
|
13 | 13 | - ignite-2023
|
14 | 14 | ---
|
15 | 15 |
|
16 | 16 | # Quickstart: Create a demo search app in the Azure portal
|
17 | 17 |
|
18 |
| -In this quickstart for Azure AI Search, learn how to use the Azure portal's **Create demo app** wizard to generate a downloadable, "localhost"-style web app that runs in a browser. Depending on how you configure it, 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. |
| 18 | +In this quickstart, you use the **Create demo app** wizard in the Azure portal to generate a downloadable, "localhost"-style web app that runs in a browser. Depending on how you configure it, 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. |
19 | 19 |
|
20 |
| -A 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. |
| 20 | +A 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. |
21 | 21 |
|
22 | 22 | ## Prerequisites
|
23 | 23 |
|
24 |
| -Before you begin, have the following prerequisites in place: |
25 |
| - |
26 | 24 | + An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
|
27 | 25 |
|
28 |
| -+ An Azure AI Search service. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) under your current subscription. You can use a free service for this quickstart. |
| 26 | ++ An Azure AI Search service. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) in your current subscription. For this quickstart, you can use a free service. |
29 | 27 |
|
30 | 28 | + [Microsoft Edge (latest version)](https://www.microsoft.com/edge) or Google Chrome.
|
31 | 29 |
|
32 |
| -+ A [search index](search-what-is-an-index.md) to use as the basis of your generated application. |
| 30 | ++ A [search index](search-what-is-an-index.md) to use as the basis of your generated application. |
33 | 31 |
|
34 |
| - This quickstart uses the built-in hotels sample dataset. To create the index used in this exercise, run the **Import data** wizard, choosing the *hotels-sample* source and accepting all defaults. |
| 32 | + This quickstart uses the hotels-sample index. To create the index, run the [**Import data wizard**](search-import-data-portal.md), select the built-in sample data, and step through the wizard using all the default values. |
35 | 33 |
|
36 | 34 | :::image type="content" source="media/search-create-app-portal/import-data-hotels.png" alt-text="Screenshot of the data source page for sample data.":::
|
37 | 35 |
|
@@ -104,11 +102,11 @@ When you're working in your own subscription, it's a good idea at the end of a p
|
104 | 102 |
|
105 | 103 | You can find and manage resources in the Azure portal, using the **All resources** or **Resource groups** link in the left-navigation pane.
|
106 | 104 |
|
107 |
| -Remember that a free service is limited to three indexes, indexers, and data sources. You can delete individual items in the Azure portal to stay under the limit. |
| 105 | +Remember that a free service is limited to three indexes, indexers, and data sources. You can delete individual items in the Azure portal to stay under the limit. |
108 | 106 |
|
109 |
| -## Next steps |
| 107 | +## Next step |
110 | 108 |
|
111 |
| -The demo app is useful for prototyping because you can simulate an end-user experience without having to write JavaScript or front-end code, but as you get closer to proof-of-concept in your own project, review one of the end-to-end code samples that is closer facsimile of a real-word app: |
| 109 | +The demo app is useful for prototyping because you can simulate an end-user experience without writing any JavaScript or front-end code. As you get closer to proof-of-concept in your own project, review the end-to-end code samples that more closely mimic a real-word app: |
112 | 110 |
|
113 | 111 | > [!div class="nextstepaction"]
|
114 | 112 | > [Add search to web apps](tutorial-csharp-overview.md)
|
0 commit comments