AI-100 Exam QuestionsBrowse all questions from this exam

AI-100 Exam - Question 155


DRAG DROP -

You develop a custom application that uses a token to connect to Azure Cognitive Services resources.

A new security policy requires that all access keys are changed every 30 days.

You need to recommend a solution to implement the security policy.

Which three actions should you recommend be performed every 30 days? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Exam AI-100 Question 155
Show Answer
Correct Answer:
Exam AI-100 Question 155

Step 1: Generate new keys in the Cognitive Service resources

Exam AI-100 Question 155

Step 2: Retrieve a token from the Cognitive Services endpoint

Step 3: Update the custom application to use the new authorization

Each request to an Azure Cognitive Service must include an authentication header. This header passes along a subscription key or access token, which is used to validate your subscription for a service or group of services.

References:

https://docs.microsoft.com/en-us/azure/cognitive-services/authentication

Discussion

4 comments
Sign in to comment
aceking
Feb 16, 2021

correct answer, it's in the official Azure AI100 lab. https://www.youtube.com/watch?v=A0ELM3tcgnQ

lollo1234
Oct 6, 2020

coz the question is about access keys which exist against the deployed cognitive service

CeliaZhou
Sep 26, 2020

What not using key vault?

PinkUnicorns
Jun 20, 2021

This question was in the exam, I got it wrong after looking at this response. This is correct.

herru
Jun 28, 2021

so is the answer provided correct?