Google Cloud Setup Notesβš‘

Environment Setup and Configurationβš‘

  1. In the Google Cloud Console, select or create a GCP project.
  2. Project Selector Page
  3. Ensure Billing is Enabled for the project.
  4. Enable the Cloud Run API.
  5. Install and Initialize gcloud SDK on local machine.
  6. On windows run, cinst gcloud if using Chocolatey.
  7. Update components via gcloud components update
  8. Authenticate GCP (two methods):
  9. Using a dedicated service account

Links: Google Cloud Platform - GCP | Cloud Hosted Environments

Sources: