GCP - Cloud Run
Given this scenario: You have a containerized app that needs to handle HTTP requests with custom runtime and environment variables. Which service will work correctly?
1. Deploy container to Cloud Run 2. Set environment variables in deployment 3. App handles HTTP requests
