Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

New GCP user. Not able to build a deploy to cloud run

I am a new user with 300 USD in the account and when I try to deploy the react app following this tutorial: https://www.youtube.com/watch?v=NMnKGHgw8aM&t=610s

I receive the following error in multiple regions. 

ERROR: (gcloud.run.deploy) FAILED_PRECONDITION: failed precondition: due to quota restrictions, cannot run builds in this region. Please contact support

I am not able to understands the issue. Would you be able to help me?

1 1 150
1 REPLY 1

Hi @Aura111,

Welcome to Google Cloud Community!

You are receiving this error because of the following:

  • You are deploying your Cloud Run on a region not intended for Cloud Run
  • You have reached the maximum quota for your Cloud Run
  • Proper roles may have not set

Please check the following documentations that would resolve the issue:

You could also perform a quickstart on how to build and deploy sample services or jobs.

Hope this helps.

Top Solution Authors