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: Â Suggested Answer: Step 1: Generate new keys in the Cognitive Service resources 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: alt="Reference Image" /> 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 This question is in AI-100 Designing and Implementing an Azure AI Solution Exam For getting Microsoft Certified: Azure AI Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer