[google-appengine] Re: (gcloud.app.deploy) INVALID_ARGUMENT: The following quotas were exceeded: IN_USE_ADDRESSES (quota: 4, used: 4 + needed: 2)

2020-05-06 Thread Adam Woloszyn
Hi Amit, I ran into the same issue. You just need to increase your Quotas for these settings. You can find them in your IAM & Admin > Quotas section. Increase it to 10 or 12 and you should be able to deploy. I had a few others I had to increase as well when I was deploying several services. Hope

[google-appengine] Postgres connection string

2020-05-04 Thread Adam Woloszyn
Greetings, New to appengine and trying to receive some support regarding my connection to a postgres database from a .NET application I'm deploying. Here are some details: App.yaml: beta_settings: cloud_sql_instances: "my-project:us-west1:dbName=tcp:5432" appsettings.json: "AppDbContext": "Uid