troubleshooting - SAABOLImpactVenture/enterprise-azure-governance-template-specs-deployment-stacks GitHub Wiki
This page helps you resolve common issues with deploying and using the Azure Landing Zone, DevTest Lab, blockchain network, and CI/CD pipelines.
- Cause: Missing or misconfigured parameter files.
- Solution: Double-check your parameter JSONs and environment variables. See Configuration.
-
Solution: Make sure you’ve run
az login
and selected the right subscription. - Tip: If using GitHub Actions, verify your OIDC or PAT secrets.
-
Cause: Outdated dependencies or misconfigured
.env
. -
Solution: Run
npm install
insmart-contracts/
and verify all environment variables are set.
-
Solution: Ensure you are pushing to the correct branch (
main
by default). Workflows are located in.github/workflows/
.
- Solution: Update parameter files or Bicep variables to use unique names per environment.
Q: Can I use a different Azure region?
A: Yes! Update the location
parameter in your parameter JSONs and Bicep files.
Q: Where are secrets stored?
A: In Azure Key Vault for infrastructure, and as GitHub Secrets for CI/CD.
Q: How do I customize VM sizes or node counts?
A: Update the respective parameters in your Bicep or parameter files.
Q: Who do I contact for help?
A: Open a GitHub Discussion or Issue.
- Review the Playbook and DevTest Lab Security for detailed deployment steps.
- Feel free to contribute solutions to this page!
Last updated: 2025-06-16