A is correct: Azure DevOps pipelines provide automation and repeatability for deploying Contact Center AI components, ensuring consistent environments and reducing manual errors.
B is correct: Using a Git repository allows teams to track changes, manage versions, and collaborate effectively on bot assets and configurations.
C is incorrect: Manual updates increase the risk of errors and inconsistencies, which ALM practices aim to avoid through automation and controlled deployments.
D is incorrect: Hard-coding resource identifiers reduces flexibility and increases maintenance complexity; environment variables promote reusable and environment-agnostic scripts.
E is correct: Segregating environments and using deployment slots helps isolate changes, test safely, and enable staged rollouts, which are best practices in ALM.
F is incorrect: Telemetry and logging are crucial for monitoring deployments and diagnosing issues; disabling them undermines operational visibility.