tezvyn:

Implement a manual approval gate for production deployment in pipeline-as-code

Source: learn.microsoft.comintermediate

This tests embedding human governance in automated pipelines with auditability. A strong answer covers environment-scoped approvals, timeouts, RBAC, and immutable logs. Red flag: Ad-hoc manual deploys outside the pipeline or missing rollback plans.

This evaluates embedding human governance into immutable pipeline definitions without shadow processes or audit gaps. A strong response defines approval as code via environment protection rules or stage gates, binds identities with RBAC, sets timeouts and escalation paths, preserves immutable logs, and pairs the gate with automated rollback or fast-forward strategies for failure recovery. Red flag: Describing a process where someone manually runs CLI commands locally or bypasses version-controlled pipeline logic entirely.

Read the original → learn.microsoft.com

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.

Implement a manual approval gate for production deployment in pipeline-as-code · Tezvyn