'How do I deploy my local SQL server database to google cloud?
I deployed my .NET 5 application to google cloud and it's working accordingly. My application is divided in microservices, and in the context of the question, I have 6 microservices which possess databases (all use SQL Server and we manage them through SSMS).
We tested locally and everything seems to work just fine. We use the local SQL Server and the associated connection string in each microservice. We executed the commands to add the migrations and to update the database (tables) with our code first approach. Altough we read some documentation, there are a lot of nuances that we are not aware and since this is our first time making this, I would like some guidance on how to achieve what we have locally, but in the GCP.
In other words, how can we make our GCP deployed microservices use our GCP SQL Server instance? Do we only need one instance to all the databases? How are the connection strings configured? Thank you for reading.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
