Skip to main content

GCP Cloud Run: Notes

Containers without infrastructure. Cloud Run on GCP (or Fargate on AWS).

Always Free Cloud Run Limitation

Source: https://cloud.google.com/free/docs/gcp-free-tier#always-free-usage-limits


List verified domains

gcloud domains list-user-verified

Verify domain "practicehabits.net" in powershell

$BASE_DOMAIN = "practicehabits.net"
gcloud domains verify $BASE_DOMAIN

Popular posts from this blog

IIS: Delete cached files on server running IIS

Delete cached files on server running IIS When changing css, javascript files, check to delete if IIS still caches old files in the default folder C:\inetpub\temp\IIS Temporary Compressed Files\<sitename>\$^_gzip_D^\ Apply to: IIS 8.5

Linux command: du - disk usage

Where have all my storage gone? du summarize disk usage of the set of FILEs, recursively for directories.

ManageEngine ServiceDesk Plus - Reset password

Let's reset the default administrator's password to 'admin'