code-challenges/Labs/Azure Search
tarasha f9a85a890d Commiting Changes to the Repo for all labs 2017-05-05 11:40:35 -07:00
..
images Updating the documentation for the Azure Search Lab 2017-04-20 15:34:48 +12:00
src Adding Arm deployment and config to app. moving application to a new namespace 2017-04-21 12:17:47 +12:00
utilities Adding copy always to all data files so they are all uploaded 2017-04-24 10:43:00 +12:00
README.md Ading in data seed program so auy user can set this environment up. 2017-04-24 10:37:28 +12:00
azure-search-deploy.json Adding Arm deployment and config to app. moving application to a new namespace 2017-04-21 12:17:47 +12:00
hands-on-lab.docx Commiting Changes to the Repo for all labs 2017-05-05 11:40:35 -07:00
hands-on-lab.md Adding Arm deployment and config to app. moving application to a new namespace 2017-04-21 12:17:47 +12:00
readme.docx Added word documents 2017-04-26 08:44:02 +12:00

README.md

Azure Search

Deployment

Deploy a free azure search instance using arm template below.

Deploy to Azure

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