f9a85a890d | ||
---|---|---|
.. | ||
images | ||
src | ||
utilities | ||
README.md | ||
azure-search-deploy.json | ||
hands-on-lab.docx | ||
hands-on-lab.md | ||
readme.docx |
README.md
Azure Search
Deployment
Deploy a free azure search instance using arm template below.
Only one free Azure Search instance can be created per Azure Subscription
Once the Azure Search instance is deployed use console application in the utilities folder "Microsoft.CodeChallenge.AzureSearch.DataSeed"
to seed the search with data. Before building and running open the Program.cs
file and set the Azure Search name and the API key constants. these can both be found in the output from the ARM deployment.
Before Running the lab open the lab application "Microsoft.CodeChallenges.AzureSearch.Lab"
and open the file "Configuration\SearchConfig.cs"
and update the configuration with the name of your Azure Search instance and the API key.
Lab
See the hands-on lab here