Google Cloud Setup Notesâš‘
Environment Setup and Configurationâš‘
- In the Google Cloud Console, select or create a GCP project.
- Project Selector Page
- Ensure Billing is Enabled for the project.
- Enable the Cloud Run API.
- Install and Initialize
gcloud
SDK on local machine. - On windows run,
cinst gcloud
if using Chocolatey. - Update components via
gcloud components update
- Authenticate GCP (two methods):
- Using a dedicated
service account
Links: Source: