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: docs/LOCAL_DEPLOYMENT.md
-39Lines changed: 0 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,45 +71,6 @@ azd env set AZURE_ENV_VM_ADMIN_PASSWORD <your-password>
71
71
> [!IMPORTANT]
72
72
> The WAF-aligned configuration is under active development. More Azure Well-Architected recommendations will be added in future updates.
73
73
74
-
## Deployment Options & Steps
75
-
76
-
### Sandbox or WAF Aligned Deployment Options
77
-
78
-
The [`infra`](../infra) folder of the Chat With Your Data Solution Accelerator contains the [`main.bicep`](../infra/main.bicep) Bicep script, which defines all Azure infrastructure components for this solution.
79
-
80
-
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.
81
-
82
-
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:
83
-
84
-
- Enhanced network security (e.g., Network protection with private endpoints)
85
-
- Stricter access controls and managed identities
86
-
- Logging, monitoring, and diagnostics enabled by default
87
-
- Resource tagging and cost management recommendations
88
-
89
-
**How to choose your deployment configuration:**
90
-
91
-
* Use the default `main.parameters.json` file for a **sandbox/dev environment**
92
-
* For a **WAF-aligned, production-ready deployment**, copy the contents of `main.waf.parameters.json` into `main.parameters.json` before running `azd up`
93
-
94
-
---
95
-
96
-
### VM Credentials Configuration
97
-
98
-
By default, the solution sets the VM administrator username and password from environment variables.
99
-
100
-
To set your own VM credentials before deployment, use:
101
-
102
-
```sh
103
-
azd env set AZURE_ENV_VM_ADMIN_USERNAME <your-username>
104
-
azd env set AZURE_ENV_VM_ADMIN_PASSWORD <your-password>
105
-
```
106
-
107
-
> [!TIP]
108
-
> 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.
109
-
110
-
> [!IMPORTANT]
111
-
> The WAF-aligned configuration is under active development. More Azure Well-Architected recommendations will be added in future updates.
112
-
113
74
## Detailed Development Container setup instructions
114
75
115
76
The solution contains a [development container](https://code.visualstudio.com/docs/remote/containers) with all the required tooling to develop and deploy the accelerator. To deploy the Chat With Your Data accelerator using the provided development container you will also need:
Copy file name to clipboardExpand all lines: docs/teams_extension.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ This extension enables users to experience Chat with your data within Teams, wit
17
17
-[Visual Studio Code](https://code.visualstudio.com/)
18
18
- Extensions
19
19
- [Microsoft 365 Agents Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension) (optional: Teams extension only)
20
-
- [Microsoft 365 Agents Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension) (optional: Teams extension only)
21
20
- Install [Node.js](https://nodejs.org/en)
22
21
- Install the LTS version (Recommended for Most Users)
23
22
-[Enable custom Teams apps and turn on custom app uploading](https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/prepare-your-o365-tenant#enable-custom-teams-apps-and-turn-on-custom-app-uploading) (optional: Teams extension only)
0 commit comments