Microsoft Azure AI Engineer Associate AI-102 Practice Question

Your Azure DevOps YAML release pipeline must promote a new version of an Azure AI Language custom question-answering model from test to production by running az cognitiveservices account deployment create. Policies state that (1) no shared keys may be stored in the repo or pipeline and (2) credentials must rotate without editing the YAML. Which authentication method meets these requirements?

  • Generate a user-delegation SAS token for the Azure AI endpoint, store the token in a secure files library item, and reference it from the pipeline.

  • Save the Azure AI resource's primary key as a secret variable in the pipeline and pass it to the CLI task with the --key argument.

  • Store the subscription owner's username and password in a variable group and run az login in the pipeline with those credentials.

  • Create an Azure DevOps service connection that uses a service principal, and assign that principal the Cognitive Services Contributor role on the target Azure AI resource so the az CLI obtains an Azure AD access token at run time.

Microsoft Azure AI Engineer Associate AI-102
Plan and manage an Azure AI solution
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot