google-cloud-run

What is the format of Cloud Run service URLs?


The documentation gives an example of https://gateway-12345-uc.a.run.app as a service URL. Do Cloud Run service URLs always have the -uc.a.run.app suffix, or is this subject to change in the future?


Solution

  • The pattern is the following

    https://<serviceName>-<projectHash>-<region>.run.app
    

    Where