You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-3
Original file line number
Diff line number
Diff line change
@@ -65,16 +65,27 @@ This folder contains a basic Web UI Template, written in .NET Core, which you ca
65
65
### [03 - Data Science & Custom Skills](./03%20-%20Data%20Science%20and%20Custom%20Skills)
66
66
This folder contains examples and templates to add your own custom skills to your solution. These custom skills help to align the solution to the needs of your particular use case. This step is entirely optional and may be skipped if not needed.
67
67
68
-
For additional samples and information on custom skill development, see the [Custom skill documentation](https://docs.microsoft.com/azure/search/cognitive-search-custom-skill-interface). .NET Azure Function Custom Skills have moved to the[Power Skills repository](https://github.com/Azure-Samples/azure-search-power-skills).
68
+
For additional samples and information on custom skill development, see the [Custom skill documentation](https://docs.microsoft.com/azure/search/cognitive-search-custom-skill-interface). .NET Azure Function Custom Skills have moved to the[Power Skills repository](https://github.com/Azure-Samples/azure-search-power-skills).
69
69
70
70
### [04 - Reporting](./04%20-%20Reporting)
71
71
This folder contains pre-built PowerBI reports that you can use to monitor your solution and to understand user search behavior. They leverage data captured through [Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/app-insights-overview) and can be modified to meet your particular business objectives. This step is entirely optional and may be skipped if not needed.
72
72
73
73
### [Sample Documents](./sample_documents)
74
74
This folder contains a small data set in a variety of file formats that you can use to build your solution if you don't have another data set available.
75
75
76
-
## Special Thanks
77
-
Special thanks to Microsoft's Early Access innovation Program (EAiP) and to Derek Legenzoff, Christopher Romero, Lauren Mills, and Chris Lill who wrote a large majority of the code here.
76
+
### [Workshop](./workshops)
77
+
Become an Azure Cognitive Search expert in a day!
78
+
This folder contains a self paced workshop that teaches you everything you need to know. Most developer with Azure familiarity should be able to complete the majority of the modules below in 8 hours.
79
+
80
+
+[Module 0 - Pre-Requisites](./workshops/Module%200.md) (*you must complete prior to moving on!*)
81
+
+[Module 1 - Using Azure Portal to Build a Search Index and Knowledge Store](./workshops/Module%201.md)
82
+
+[Module 2 - Visualizing the Results with a Demo FrontEnd](./workshops/Module%202.md)
83
+
+[Module 3 - Introduction to Custom Skills and Azure Functions](./workshops/Module%203.md)
84
+
+[Module 4 - Learning the Object Model](./Module%204.md)
0 commit comments