2

I'm trying to contact a SQL Server hosted on Google Cloud SQL using Private IP and VPC serverless access in Google Cloud Function)

This is actually not working (The Google Cloud Function reach its timeout) but in the same condition I succeed contacting on the private IP a PostgresSQL server, all other things being equaled (the infrastructure is deployed by Terraform to ensure exact same conditions, I just change the database_version)

The database, the VPC Serverless access and the Google Cloud Functions are all deployed in the same region.

Is there any workaround or solution to make it work?

1 Answer 1

0

If you check the oficial documentation Connecting to Cloud SQL from Cloud Functions, you will see that there is no support for connecting to SQL Server Beta from Google Cloud Functions.

This page is not available for SQL Server database engine

Sign up to request clarification or add additional context in comments.

1 Comment

Yes no official support for google cloud_sql_proxy, but wondering if there is an unofficial option. For example according to this post, it's been said it's working in the same region but I can't make it work.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.