Skip to content

Commit 18e7ef7

Browse files
docs: add Deployment Flavor row and AVM intermediate note to deployment guide
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent abcd686 commit 18e7ef7

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,19 @@ Review the configuration options below. You can customize any settings that meet
183183

184184
### 3.1 Choose Deployment Type (Optional)
185185

186-
| **Aspect** | **Development/Testing (Default)** | **Production** |
187-
| ---------------------- | --------------------------------- | --------------------------------------------------------------------------------------- |
188-
| **Configuration File** | `main.parameters.json` (sandbox) | Copy `main.waf.parameters.json` to `main.parameters.json` |
189-
| **Security Controls** | Minimal (for rapid iteration) | Enhanced (production best practices) |
190-
| **Cost** | Lower costs | Cost optimized |
191-
| **Use Case** | POCs, development, testing | Production workloads |
192-
| **Framework** | Basic configuration | [Well-Architected Framework](https://learn.microsoft.com/en-us/azure/well-architected/) |
193-
| **Features** | Core functionality | Reliability, security, operational excellence |
194-
195-
**To use production configuration:**
186+
| **Aspect** | **Development/Testing (Default)** | **Production (WAF-aligned)** |
187+
| ---------------------- | -------------------------------------- | --------------------------------------------------------------------------------------- |
188+
| **Deployment Flavor** | `bicep` (Vanilla Bicep) | `avm-waf` (AVM WAF-aligned) |
189+
| **Configuration File** | `main.parameters.json` (sandbox) | Copy `main.waf.parameters.json` to `main.parameters.json` |
190+
| **Security Controls** | Minimal (for rapid iteration) | Enhanced (production best practices) |
191+
| **Cost** | Lower costs | Cost optimized |
192+
| **Use Case** | POCs, development, testing | Production workloads |
193+
| **Framework** | Basic configuration | [Well-Architected Framework](https://learn.microsoft.com/en-us/azure/well-architected/) |
194+
| **Features** | Core functionality | Monitoring, private networking, scalability, redundancy |
195+
196+
> **Note:** An intermediate option (`avm`) is also available — it uses AVM modules without WAF networking features. Set `DEPLOYMENT_FLAVOR` to `avm` for enterprise-grade modules without private endpoints.
197+
198+
**To use production (WAF-aligned) configuration:**
196199

197200
Copy the contents from the production configuration file to your main parameters file:
198201

0 commit comments

Comments
 (0)