
Answer-first summary for fast verification
Answer: Automate deployments using Azure DevOps, set up secure service connections with Azure Key Vault for API key management, and ensure pipeline configurations are version-controlled.
Option B is correct because it promotes best practices in CI/CD by automating deployments, securing sensitive information like API keys, and utilizing Azure DevOps for efficient pipeline management.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are integrating Azure AI services into a CI/CD pipeline. Describe the steps you would take to ensure seamless integration, including the use of Azure DevOps, setting up service connections, and managing API keys securely.
A
Use manual deployment scripts, expose API keys in the pipeline configuration, and avoid using Azure DevOps for management.
B
Automate deployments using Azure DevOps, set up secure service connections with Azure Key Vault for API key management, and ensure pipeline configurations are version-controlled.
C
Manually update service endpoints, store API keys in plain text, and use basic scripts for deployment.
D
Ignore CI/CD best practices, use unsecured methods for API key storage, and deploy services ad-hoc.