
Answer-first summary for fast verification
Answer: Manually updating the AI model's code in the source repository.
Integrating Azure AI services into a CI/CD pipeline involves automating various steps in the development and deployment process. This includes automating the testing of the AI model's performance (A), deploying the AI model to a staging environment for validation (B), and automating the deployment of the AI model to production after successful validation (D). However, manually updating the AI model's code in the source repository (C) is not a part of this process, as the goal of CI/CD is to automate these tasks and reduce manual intervention.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are integrating Azure AI services into a CI/CD pipeline. Which of the following steps is NOT a part of this process?
A
Automating the testing of the AI model's performance.
B
Deploying the AI model to a staging environment for validation.
C
Manually updating the AI model's code in the source repository.
D
Automating the deployment of the AI model to production after successful validation.