
Ultimate access to all questions.
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.