id: cloud-deployment-quick-ref sidebar_label: Cloud Deployment Quick Ref title: "GCP & Azure Deployment — Quick Reference" description: "Fast, actionable guide for deploying ValkyrAI to Google Cloud Run and Azure App Service." tags: [deployment, cloud, gcp, azure]
GCP & Azure Deployment — Quick Reference
Deploy ValkyrAI to Google Cloud Platform (GCP) or Microsoft Azure in minutes. This guide covers both frontend and backend steps for a smooth cloud launch.
Deployment Options
- ValorIDE Injection
- AWS Fargate
- GCP Cloud Run
- Azure App Service
- Local Package Download
GCP Cloud Run: Step-by-Step
- Prepare: Build your JAR file.
- Authenticate: Log in to GCP (
gcloud auth login). - Build Docker Image: Use Cloud Build or local Docker.
- Push to Artifact Registry: Store your image securely.
- Deploy to Cloud Run: Launch and get your service URL.
Config fields:
- Project ID
- Region (choose from 5)
Azure App Service: Step-by-Step
- Prepare: Build your JAR file.
- Authenticate: Log in to Azure (
az login). - Create Resource Group & App Service Plan
- Deploy: Use Azure CLI or portal to deploy your app.
Config fields:
- Resource Group
- Region (choose from 5)
- App Service Plan
UI/UX Notes
- Responsive grid layout for deployment options
- Easy config forms for each cloud
See also: Architecture One Sheet for a high-level view.