Add RSS link

This commit is contained in:
Dave Gallant
2023-05-23 07:40:54 -04:00
parent 39041343b1
commit abf6b106e9
67 changed files with 202 additions and 69 deletions

View File

@@ -44,7 +44,7 @@ Should the database be migrated to public subnets? Ideally not, since it is good
## How do others handle this?
With GCP, connecting to a private db instance from any machine can be achieved with [cloud-sql-proxy](https://github.com/GoogleCloudPlatform/cloud-sql-proxy). This works by proxying requests from your machine to the SQL database instance in the cloud, while the authentication is handled using GCP's IAM.
With GCP, connecting to a private db instance from any machine can be achieved with [cloud-sql-proxy](https://github.com/GoogleCloudPlatform/cloud-sql-proxy). This works by proxying requests from your machine to the SQL database instance in the cloud, while the authentication is handled by GCP's IAM.
So what about Azure? Is there any solution that is as elegant as cloud-sql-proxy?