Skip to content

Commit 0834666

Browse files
Merge branch 'dev' into vee-pipeline-fixes
2 parents e110485 + f0dabb5 commit 0834666

File tree

6 files changed

+292
-109
lines changed

6 files changed

+292
-109
lines changed

docs/DeploymentGuide.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,18 @@ Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/g
3333

3434
### Sandbox or WAF Aligned Deployment Options
3535

36-
The [`infra`](../infra) folder contains the [`main.bicep`](../infra/main.bicep) Bicep script, which defines all Azure infrastructure components for this solution.
36+
The [`infra`](../infra) folder of the Multi Agent Solution Accelerator contains the [`main.bicep`](../infra/main.bicep) Bicep script, which defines all Azure infrastructure components for this solution.
3737

38-
When running `azd up`, you’ll now be prompted to choose between a **WAF-aligned configuration** and a **sandbox configuration** using a simple selection:
38+
By default, the `azd up` command uses the [`main.parameters.json`](../infra/main.parameters.json) file to deploy the solution. This file is pre-configured for a **sandbox environment** — ideal for development and proof-of-concept scenarios, with minimal security and cost controls for rapid iteration.
3939

40-
- A **sandbox environment** — ideal for development and proof-of-concept scenarios, with minimal security and cost controls for rapid iteration.
41-
42-
- A **production deployments environment**, which applies a [Well-Architected Framework (WAF) aligned](https://learn.microsoft.com/en-us/azure/well-architected/) configuration. This option enables additional Azure best practices for reliability, security, cost optimization, operational excellence, and performance efficiency, such as:
43-
- Enhanced network security (e.g., Network protection with private endpoints)
44-
- Stricter access controls and managed identities
45-
- Logging, monitoring, and diagnostics enabled by default
46-
- Resource tagging and cost management recommendations
40+
For **production deployments**, the repository also provides [`main.waf.parameters.json`](../infra/main.waf.parameters.json), which applies a [Well-Architected Framework (WAF) aligned](https://learn.microsoft.com/en-us/azure/well-architected/) configuration. This option enables additional Azure best practices for reliability, security, cost optimization, operational excellence, and performance efficiency, such as:
4741

4842
**How to choose your deployment configuration:**
4943

50-
When prompted during `azd up`:
44+
* Use the default `main.parameters.json` file for a **sandbox/dev environment**
45+
* For a **WAF-aligned, production-ready deployment**, copy the contents of `main.waf.parameters.json` into `main.parameters.json` before running `azd up`
5146

52-
![useWAFAlignedArchitecture](images/macae_waf_prompt.png)
5347

54-
- Select **`true`** to deploy a **WAF-aligned, production-ready environment**
55-
- Select **`false`** to deploy a **lightweight sandbox/dev environment**
56-
5748
> [!TIP]
5849
> Always review and adjust parameter values (such as region, capacity, security settings and log analytics workspace configuration) to match your organization’s requirements before deploying. For production, ensure you have sufficient quota and follow the principle of least privilege for all identities and role assignments.
5950

0 commit comments

Comments
 (0)