Process Flow - Cloud Run vs Cloud Functions decision
Start: Need to run code in cloud
Is code event-driven?
Auto scale
End
Decide based on whether your code is event-driven and short-lived (Cloud Functions) or needs container support and more control (Cloud Run).