Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 6f3b7ef

Browse files
adding ps install link
1 parent 136865b commit 6f3b7ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

01 - Search Index Creation/Create-Index-PowerShell.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following code will create a search index for you based on the json files in
99
1010
# Generate derivative parameters.
1111
$searchServiceName = $uniqueName + "search";
12-
$storageAccountName = $uniqueName + "storage";
12+
$storageAccountName = $uniqueName + "str";
1313
$storageContainerName = "documents";
1414
1515
$dataSourceName = $uniqueName + "-datasource";
@@ -71,6 +71,10 @@ The following code will create a search index for you based on the json files in
7171
CreateSearchIndex;
7272
```
7373

74+
## Prerequisites
75+
76+
2. To run the PowerShell script, you'll need to install the [Az PowerShell Module](https://docs.microsoft.com/powershell/azure/install-az-ps)
77+
7478
## Running the PowerShell Script
7579

7680
> If you're new to PowerShell, you can follow the instructions on [How to run PowerShell script file on Windows 10](https://www.windowscentral.com/how-create-and-run-your-first-powershell-script-file-windows-10) to help you get started.

0 commit comments

Comments
 (0)