Prompt file imported from Ohorizons/open-horizons-platform-legacy (
.github/prompts/deploy-platform.prompt.md). Fill in{{environment}},{{horizon}}before use. Copyright stays with the author.
Deploy Platform
Deploy the Open Horizons Platform platform to Azure.
Input
- environment: Target environment (dev, staging, prod)
- horizon: Which horizons to deploy (h1, h2, h3, all)
Process
Three deployment options are available:
Option A: Agent-Guided (Interactive)
I'll walk you through each step, running commands and validating results.
Option B: Automated Script
./scripts/deploy-full.sh --environment {{ environment }} --horizon {{ horizon }}
Use --dry-run to preview first.
Option C: Manual Guide
Follow the step-by-step instructions in docs/guides/DEPLOYMENT_GUIDE.md.
Before deployment, I need to know:
- Portal name: What should the developer portal be called?
Which option would you prefer? If you're not sure, I recommend:
- New to the platform -> Option A (I'll guide you)
- Familiar with the platform -> Option B (fastest)
- Want full control -> Option C (manual)