You are troubleshooting a model deployment failure where the container fails to start due to missing environment variables. Where do you find the logs to identify the cause?
Trap 1: The Key Vault access logs.
Key Vault logs track secret access, not container startup.
Trap 2: The pipeline run history.
Pipeline history stores training logs, not deployment logs.
Trap 3: The workspace diagnostic logs in Azure Monitor.
These show general resource health, not app-specific logs.
- A
The 'get-logs' command for the online deployment.
This retrieves the specific container startup error logs.
- B
The Key Vault access logs.
Why wrong: Key Vault logs track secret access, not container startup.
- C
The pipeline run history.
Why wrong: Pipeline history stores training logs, not deployment logs.
- D
The workspace diagnostic logs in Azure Monitor.
Why wrong: These show general resource health, not app-specific logs.