You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: run/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ This directory contains samples for [Google Cloud Run](https://cloud.run). [Clou
17
17
|[Image Magick](image-processing/)| Event-driven image analysis & transformation |[<imgsrc="https://storage.googleapis.com/cloudrun/button.svg"alt="Run on Google Cloud"height="30">][run_button_image]|
18
18
|[Manual Logging](logging-manual/)| Structured logging for Stackdriver |[<imgsrc="https://storage.googleapis.com/cloudrun/button.svg"alt="Run on Google Cloud"height="30">][run_button_log]|
19
19
|[Local Troubleshooting](hello-broken/)| Broken services for local troubleshooting tutorial |[<imgsrc="https://storage.googleapis.com/cloudrun/button.svg"alt="Run on Google Cloud"height="30">][run_button_broken]|
20
+
|[Cloud SQL (MySQL)][mysql]| Use MySQL with Cloud Run |[<imgsrc="https://storage.googleapis.com/cloudrun/button.svg"alt="Run on Google Cloud"height="30">][run_button_sql]|
20
21
21
22
For more Cloud Run samples beyond Java, see the main list in the [Cloud Run Samples repository](https://github.com/GoogleCloudPlatform/cloud-run-samples).
22
23
@@ -140,3 +141,5 @@ gcloud beta run deploy $SAMPLE \
0 commit comments