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
gcloudSDK on local machine. - On windows run,
cinst gcloudif using Chocolatey. - Update components via
gcloud components update - Authenticate GCP (two methods):
- Using a dedicated
service account
Links: Source: