This guide shows you how to test your deployed and secured application. This page covers the following topics:
- Check the status of your certificate: Verify that the Google-managed SSL certificate is active before proceeding.
- View the deployed app: Access your application in a browser using your domain name.
This guide shows you how to test the app that you deployed to Cloud Run by
viewing it in your browser. Before you can view the app, you must wait for the
Google-managed certificate's status to become ACTIVE
. Provisioning a Google-managed
certificate can take up to 60 minutes. For more information about
Google-managed SSL certificates, see
Use Google-managed SSL certificates.
Check the status of your certificate
Go to the Classic Certificates tab in the Google Cloud console.
In the Status column, check the status of the
my-genai-app-certificate
certificate.Before you continue, wait for the status to change to Active. Certificate provisioning can take up to 60 minutes.
View the deployed app
Sign in with a principal's account that you configured in IAP.
In your browser, open the following URL:
https://DOMAIN_NAME/app
Replace DOMAIN_NAME with domain name provided during certificate creation.