This repository has been merged into codeflow-orchestration.
All Azure bootstrap scripts have been moved to the codeflow-orchestration repository:
| Component | Old Location | New Location |
|---|---|---|
| PowerShell Scripts | scripts/ |
codeflow-orchestration/bootstrap/scripts/ |
| Documentation | scripts/README-AZURE-SETUP.md |
codeflow-orchestration/bootstrap/README.md |
| CI/CD Workflows | .github/workflows/ |
codeflow-orchestration/bootstrap/.github/workflows/ |
git clone https://github.com/JustAGhosT/codeflow-orchestration.git
cd codeflow-orchestration/bootstrap/scriptsIf you have scripts or workflows referencing this repository, update them:
# Old
./codeflow-azure-setup/scripts/New-AzRepoEnvironment.ps1
# New
./codeflow-orchestration/bootstrap/scripts/New-AzRepoEnvironment.ps1- Old:
https://github.com/JustAGhosT/codeflow-azure-setup - New:
https://github.com/JustAGhosT/codeflow-orchestration/tree/main/bootstrap
All scripts are now at codeflow-orchestration/bootstrap/scripts/:
| Script | Purpose |
|---|---|
New-AzRepoEnvironment.ps1 |
Create core Azure resources (RG, Storage, Log Analytics, App Insights) |
New-AzRepoFullEnvironment.ps1 |
Full environment with App Service, Container Apps, Managed Identity |
Set-GitHubSecretsFromJson.ps1 |
Configure GitHub secrets from Azure output |
- Single source of truth - All infrastructure and orchestration in one place
- Clear separation - Bootstrap (generic) vs Infrastructure (CodeFlow-specific)
- Simplified maintenance - One repository to manage
- Reduced repository sprawl - 7 repos → 5 repos
If you have questions about this migration, please:
- Open an issue in codeflow-orchestration
- Review the Infrastructure Consolidation Plan
Archived: 2025-01-XX Migration completed by: Infrastructure Team