LCA as Google functions: Deployment
Learn how to configure your Google Cloud function for use as an LCA, using a JAR file and Cloud Run, and follow official GCP guidance for deployment.
Before proceeding, make sure:
- You have a Google Cloud account with the necessary permissions to create Cloud Run functions and assign service accounts.
- You have permission to upload files to a Google Cloud Storage bucket.
- You have enabled required APIs in your GCP project (Cloud Run, Cloud Build, and Artifact Registry).
- Your ZIP archive contains a valid JAR file with the entry point defined as the fully qualified class name.