Skip to content

Commit 8259a11

Browse files
committed
removed numbered proc
1 parent b8b745d commit 8259a11

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/search/search-indexer-tutorial.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2828

2929
+ [Azure SQL Database](https://azure.microsoft.com/services/sql-database/)
3030
+ [Visual Studio](https://visualstudio.microsoft.com/downloads/)
31-
32-
[Create](search-create-service-portal.md) or [find an existing search service](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) under your current subscription. You can use a free service for this tutorial.
31+
+ [Create](search-create-service-portal.md) or [find an existing search service](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices)
3332

3433
> [!Note]
35-
> A free search service limits you to three indexes, three indexers, and three data sources. This tutorial creates one of each. Before starting, make sure you have room on your service to accept the new resources.
34+
> You can use the free service for this tutorial. A free search service limits you to three indexes, three indexers, and three data sources. This tutorial creates one of each. Before starting, make sure you have room on your service to accept the new resources.
3635
3736
## Download source code
3837

@@ -116,7 +115,7 @@ If you have an existing Azure SQL Database resource, you can add the hotels tabl
116115

117116
## Build the solution
118117

119-
1. Press F5 to build the solution. The program executes in debug mode. A console window reports the status of each operation.
118+
Press F5 to build the solution. The program executes in debug mode. A console window reports the status of each operation.
120119

121120
![Console output](./media/search-indexer-tutorial/console-output.png "Console output")
122121

0 commit comments

Comments
 (0)