Monday, January 13, 2020

How to Create a Cognitive Services APIs account in the Azure portal | Step by step setup

Steps to Create a Cognitive Services APIs account in the Azure portal4.pngSetting details
Step 1:-  First we need to create an azure account (free of cost|trial of 30 days), which i’m sure you can sign up for from here.
Once you created your account, sign into it from http://portal.azure.com/.
It’ll look somewhat like this:-
1
Step 2:- Click new and search “cognitive services”
2
Click Create
3.png
Step 3:- Select details as below:
Select pricing tier as free(1st one)
Select Resource group as “create new” or select use existing if you already have one and click create.
Step 4:- Once created, it’ll be visible under all resources. Click on it to open it:
5.png
Step 5:- Copy API url and key details of your API
6
7.png
In above 5 steps, your azure cognitive service api setup is completed.
Copied url and accountid/key will be used going forward in creating a connection to azure cognitive service.

No comments:

Post a Comment

Get files of last hour in Azure Data Factory

  Case I have a Data Factory pipeline that should run each hour and collect all new files added to the data lake since the last run. What is...