|
| 1 | + |
1 | 2 | ---
|
2 | 3 | title: Import wizards in Azure portal
|
3 | 4 | titleSuffix: Azure AI Search
|
@@ -54,9 +55,9 @@ The wizards support most of the data sources supported by indexers.
|
54 | 55 | Microsoft hosts sample data so that you can omit a data source configuration step on a wizard workflow.
|
55 | 56 |
|
56 | 57 | | Sample data | Import data wizard | Import and vectorize data wizard |
|
57 |
| -|------|--------------------|----------------------------------| |
58 |
| -| hotels | ✅ | ❌ | |
59 |
| -| real estate | ✅ | ❌ | |
| 58 | +|-------------|--------------------|----------------------------------| |
| 59 | +| hotels | ✅ | ❌ | |
| 60 | +| real estate | ✅ | ❌ | |
60 | 61 |
|
61 | 62 | ### Skills
|
62 | 63 |
|
@@ -91,8 +92,8 @@ Here are some points to keep in mind about the skills in the following list:
|
91 | 92 | You can [generate a knowledge store](knowledge-store-create-portal.md) for secondary storage of enriched (skills-generated) content. You might want a knowledge store for information retrieval workflows that don't require a search engine.
|
92 | 93 |
|
93 | 94 | | Knowledge store | Import data wizard | Import and vectorize data wizard |
|
94 |
| -|------|--------------------|----------------------------------| |
95 |
| -| storage | ✅ | ❌ | |
| 95 | +|-----------------|--------------------|----------------------------------| |
| 96 | +| storage | ✅ | ❌ | |
96 | 97 |
|
97 | 98 | ## What the wizards create
|
98 | 99 |
|
@@ -144,7 +145,7 @@ You can use the wizards over restricted public connections, but not all function
|
144 | 145 |
|
145 | 146 | + On a search service, importing the built-in sample data requires a public endpoint and no firewall rules.
|
146 | 147 |
|
147 |
| - Sample data is hosted by Microsoft on specific Azure resources. the Azure portal controller connects to those resources over a public endpoint. If you put your search service behind a firewall, you get this error when attempting to retrieve the builtin sample data: `Import configuration failed, error creating Data Source`, followed by `"An error has occured."`. |
| 148 | + Sample data is hosted by Microsoft on specific Azure resources. The Azure portal controller connects to those resources over a public endpoint. If you put your search service behind a firewall, you get this error when attempting to retrieve the builtin sample data: `Import configuration failed, error creating Data Source`, followed by `"An error has occured."`. |
148 | 149 |
|
149 | 150 | + On supported Azure data sources protected by firewalls, you can retrieve data if you have the right firewall rules in place.
|
150 | 151 |
|
|
0 commit comments