You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content-gen/docs/AZD_DEPLOYMENT.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,21 +101,28 @@ azd env set embeddingDeploymentCapacity 50
101
101
azd env set azureOpenaiAPIVersion 2024-12-01-preview
102
102
```
103
103
104
-
### 4. Enable Optional Features (WAF Pillars)
104
+
### 4. Choose Deployment Configuration
105
105
106
-
```bash
107
-
# Enable private networking (VNet integration)
108
-
azd env set enablePrivateNetworking true
106
+
The [`infra`](../infra) folder contains the [`main.bicep`](../infra/main.bicep) Bicep script, which defines all Azure infrastructure components for this solution.
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**.
112
109
113
-
# Enable scalability (auto-scaling, higher SKUs)
114
-
azd env set enableScalability true
110
+
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 can be used for Production scenarios.
Copy file name to clipboardExpand all lines: content-gen/docs/DEPLOYMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ Depending on your subscription quota and capacity, you can adjust quota settings
163
163
164
164
### Deploying with AZD
165
165
166
-
Once you've opened the project in [Codespaces](#github-codespaces), [Dev Containers](#vs-code-dev-containers), or [locally](#local-environment), you can deploy it to Azure by following the steps in the [AZD Deployment Guide](AZD_DEPLOYMENT.md)
166
+
Once you've opened the project in [Codespaces](#github-codespaces), [Dev Containers](#vs-code-dev-containers), or [locally](#local-environment), you can deploy it to Azure by following the steps in the [AZD Deployment Guide](AZD_DEPLOYMENT.md).
0 commit comments