How to manually create the Azure services needed for frontline workers

Introduction

Two azure services are required :

a. Azure Storage (blob) : for storing your items (news, documents, pictures...)

- Pricing: https://azure.microsoft.com/en-us/pricing/details/storage/blobs/

b. Azure Search: for indexing items. 

- Pricing : https://azure.microsoft.com/en-us/pricing/details/search/

 

Create a new Azure search service

Connect to your azure portal with sufficient rights (the account that can create new resources on the subscription) : https://portal.azure.com/

From the home page click on the button "Create a resource"

mceclip0.png

 

On the search box that appears start to type "search" and select "Azure Cognitive Search

mceclip1.png

 

You are redirected to the product page of the service :

 

mceclip2.png

 

From there you will be able to define :

  • the subscription and resource group where the resource will be associated
  • the service name (use in manager)
  • the location of the service
  • the pricing tier you want to subscribe

mceclip3.png

At the end, click on Review + create to verify what you define and run the creation process.

mceclip4.png

 

On the bottom, click on the Create button to start the creation of the service.

 

 

Create a new blob storage

 

Connect to your azure portal with sufficient rights (the account that can create new resources on the subscription) : https://portal.azure.com/

From the home page click on the button "Create a resource"

mceclip0.png

 

On the search box that appears start to type "blob" and select "Storage account"

mceclip5.png

 

You are redirected to the product page of the service :

mceclip6.png

 

From there you will be able to define :

  • the subscription and resource group where the resource will be associated
  • the storage account name (use in manager)
  • the location of the storage
  • the performance option 
  • the redundancy

mceclip7.png

In the end, click on Review + create to verify what you define and run the creation process.

Then, at the bottom, click on the Create button to start the creation of the service.

 

 

 

Was this article helpful?
0 out of 0 found this helpful