Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.92 KB

Module 0.md

File metadata and controls

27 lines (19 loc) · 1.92 KB

Pre-Requisites for Knowledge Mining Workshop

Please make sure you fulfill the following pre-requisites before starting the workshop.

  1. Have your own Azure account

  2. Be familiar Azure Portal

  3. Make sure you can create Azure resources (including paid resources).

  4. Create a resource group for this workshop where you will add each of the resources you will create in the next steps.

  5. Create an Azure Storage Account. Select Performance: Standard tier, not Premium Select Account kind: StorageV2 (general purpose v2)

  6. In the Azure storage account, create an Azure Storage resource (Blob) container called clinical-trials-small.

  7. Unzip and copy the clinical trials files from clinical-trials-small.zip in the /data folder of this repository to the newly created clinical-trials-small container.

  8. Create an Azure Search resource. (A Free Tier should be sufficient for this workshop). Learn more

  9. Create a Cognitive Services resource.

Note - You need to create the Cognitive Services resource in the same region as you Azure Search resource.

  1. Install Visual Studio 2019. Make sure you can create ASP.Net websites with it.
  2. Install Postman
  3. Install PowerBI desktop.
  4. Install Azure Storage Explorer