diff --git a/how-to-guides/cloud-services/gcp/connecting-to-cloudrun.md b/how-to-guides/cloud-services/gcp/connecting-to-cloudrun.md index 47f5a21..d540722 100644 --- a/how-to-guides/cloud-services/gcp/connecting-to-cloudrun.md +++ b/how-to-guides/cloud-services/gcp/connecting-to-cloudrun.md @@ -1,10 +1,13 @@ --- title: Cloud Run +description: Connecting to GCP Cloud Run Service from your DevBox. --- # Cloud Run Connecting to GCP Cloud Run Service from your DevBox. +If you're more of a visual learner, check out the [video tutorial](#video-walkthrough)! + ## Architecture Diagram ![image](../../../.gitbook/assets/gcp-cloudrun-architecture.png) @@ -203,3 +206,7 @@ curl -H "Authorization: Bearer ${TOKEN}" {% endcode %} ![GCP Cloud Run Container Access](../../../.gitbook/assets/gcp-cloudrun-access.png) + +## Video Walkthrough + +{% embed url="https://devzero.b-cdn.net/GCP%20how%20to%20guide%20Cloud%20Run%20Video.mp4" %}