Relative Content

Tag Archive for google-cloud-platformentity-framework-coreblazorgoogle-cloud-sqlgoogle-cloud-run

.NET Core Blazor Server cannot access to Cloud SQL in Cloud Run

I have several applications in my cloud run using PHP and .NET Core. My existing ASP.NET Core Web API does not have an issue when trying to connect with my Cloud SQL (MySQL). The access with either Public IP or Private IP with VPC works just fine. However, I tried another app in Cloud Run with Blazor Server on .NET Core, connecting to the same database server is not working.