GCP Deployment
Under Review
This article is currently under review. Some content may be incomplete or inaccurate.
Deploy DocAI Fabric on Google Cloud Platform using container-based hosting.
Overview
DocAI Fabric can be deployed on GCP using managed container services. The application runs as a single container with a Redis sidecar for job queuing.
Recommended Architecture
| GCP Service | Purpose | Equivalent Azure Service |
|---|---|---|
| Cloud Run or GKE | Application hosting | Container Apps |
| Artifact Registry | Container registry | Container Registry |
| Memorystore (Redis) | Job queue & caching | Azure Managed Redis |
| Cloud Storage | Document storage | Blob Storage |
| Secret Manager | Secrets management | Key Vault |
| Cloud Logging | Logging & monitoring | Log Analytics + App Insights |
External Services
You will need credentials for:
- Azure OpenAI: for document classification and field extraction
- Azure Document Intelligence: for OCR processing
These Azure AI services are required regardless of where the application is hosted.
note
Detailed GCP deployment documentation is coming soon. Contact us for setup assistance.