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

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.

Viber: Notes