Skip to content

Project made during DIO's "Microsoft Azure AI Fundamentals" Bootcamp, under the section "Azure Cognitive Search: Utilizando AI Search para indexação e consulta de Dados"

Notifications You must be signed in to change notification settings

CoraPhoenix/dio_challenges_azure_documents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

dio_challenges_azure_documents

Project made during DIO's "Microsoft Azure AI Fundamentals" Bootcamp, under the section "Azure Cognitive Search: Utilizando AI Search para indexação e consulta de Dados"

Reference links:

Followed step-by-step

  1. Create an "Azure AI Search" resource

marketplace

  1. Fill in the necessary info, selecting pricing tier as "Basic", then click on "Review + create"

creation_info

  1. After finished validation, click on "Create"

review

  1. Wait for the deployment
  2. After successfully deploying the created resource, create a new "Azure AI services" resource

marketplace

  1. Fill in the necessary info, then click on "Review + create"

creation_info

  1. After finished validation, click on "Create"

review

  1. Wait for the deployment
  2. After successfully deploying the created resource, go back to Azure Portal then click on "Storage accounts"

storage account

  1. Click on "Create"
  2. While filling in the required fields, give a unique storage account name, select "Standard" as Performance and select "Locally-redundant storage (LRS)" as Redundancy
  3. Click on "Review", then click on "Create"

storage acc creation storage acc review

  1. Wait for the deployment
  2. After finished deployment, click "Go to resource"

successful storage deploy

  1. Go to "Settings" then "Configuration"

storage config

  1. Toggle the option "Allow Blob anonymous access" to "Enabled" then click on "Save"
  2. Go to "Data storage" then "Containers"

storage containers

  1. Click on "Container" then fill in the appropriate fields, selecting the proper anonymous access level

storage container creation

  1. Click on "Create"
  2. Open the container then click on "Upload"

storage container

  1. Upload the files downloaded from zipped coffee reviews link. Note it's necessary to unzip them first

storage container upload

  1. Go to your Azure AI search resource then click on "Import data"

import data

  1. Connect your uploaded data to the service, filling in the necessary configuration steps then clicking on "Submit"

select data source connect ai services add skillset select cognitive skills enrichments add target index create indexer

  1. Return to Azure AI Search home page then go to "Search explorer"
  2. Select the index and make a search

search example 1 search example 2

Noted points: This solution can be put inside an application

About

Project made during DIO's "Microsoft Azure AI Fundamentals" Bootcamp, under the section "Azure Cognitive Search: Utilizando AI Search para indexação e consulta de Dados"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published