Context
NexaMesh rebrand — Azure Bicep IaC and deployment scripts.
Files to Update
infra/azure/main.bicep — projectName default, comment, repositoryUrl
infra/azure/modules/functions.bicep — CORS allowed origins (phoenixrooivalk.com → nexamesh.com)
infra/azure/parameters.dev.json — projectName, repositoryUrl
infra/azure/parameters.prod.json — projectName, repositoryUrl
infra/azure/scripts/deploy.sh — resource names
infra/azure/scripts/deploy-functions.sh — resource names
infra/azure/scripts/generate-env.js — project references
infra/azure/scripts/index-docs.js — project references
infra/azure/QUICKSTART.md — resource naming examples
cosmos-db.bicep — infrastructure template
Note
This requires corresponding Azure resource name changes or aliases. Plan carefully — Azure resource renames may require new deployments.
Verification
- Bicep linting passes
- Script dry-run succeeds
Context
NexaMesh rebrand — Azure Bicep IaC and deployment scripts.
Files to Update
infra/azure/main.bicep—projectNamedefault, comment,repositoryUrlinfra/azure/modules/functions.bicep— CORS allowed origins (phoenixrooivalk.com → nexamesh.com)infra/azure/parameters.dev.json— projectName, repositoryUrlinfra/azure/parameters.prod.json— projectName, repositoryUrlinfra/azure/scripts/deploy.sh— resource namesinfra/azure/scripts/deploy-functions.sh— resource namesinfra/azure/scripts/generate-env.js— project referencesinfra/azure/scripts/index-docs.js— project referencesinfra/azure/QUICKSTART.md— resource naming examplescosmos-db.bicep— infrastructure templateNote
This requires corresponding Azure resource name changes or aliases. Plan carefully — Azure resource renames may require new deployments.
Verification