Skip to content

Commit 6dbbc9a

Browse files
authored
Fix casing and format tables
1 parent f5de16b commit 6dbbc9a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/search/search-import-data-portal.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
---
23
title: Import wizards in Azure portal
34
titleSuffix: Azure AI Search
@@ -54,9 +55,9 @@ The wizards support most of the data sources supported by indexers.
5455
Microsoft hosts sample data so that you can omit a data source configuration step on a wizard workflow.
5556

5657
| Sample data | Import data wizard | Import and vectorize data wizard |
57-
|------|--------------------|----------------------------------|
58-
| hotels |||
59-
| real estate |||
58+
|-------------|--------------------|----------------------------------|
59+
| hotels | | |
60+
| real estate | | |
6061

6162
### Skills
6263

@@ -91,8 +92,8 @@ Here are some points to keep in mind about the skills in the following list:
9192
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.
9293

9394
| Knowledge store | Import data wizard | Import and vectorize data wizard |
94-
|------|--------------------|----------------------------------|
95-
| storage |||
95+
|-----------------|--------------------|----------------------------------|
96+
| storage | | |
9697

9798
## What the wizards create
9899

@@ -144,7 +145,7 @@ You can use the wizards over restricted public connections, but not all function
144145

145146
+ On a search service, importing the built-in sample data requires a public endpoint and no firewall rules.
146147

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."`.
148149

149150
+ On supported Azure data sources protected by firewalls, you can retrieve data if you have the right firewall rules in place.
150151

0 commit comments

Comments
 (0)