Skip to content

Commit baf6c6d

Browse files
removed duplicated lines
1 parent 04cd9c4 commit baf6c6d

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

docs/LOCAL_DEPLOYMENT.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -71,45 +71,6 @@ azd env set AZURE_ENV_VM_ADMIN_PASSWORD <your-password>
7171
> [!IMPORTANT]
7272
> The WAF-aligned configuration is under active development. More Azure Well-Architected recommendations will be added in future updates.
7373
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-
11374
## Detailed Development Container setup instructions
11475

11576
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:

docs/teams_extension.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ This extension enables users to experience Chat with your data within Teams, wit
1717
- [Visual Studio Code](https://code.visualstudio.com/)
1818
- Extensions
1919
- [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)
2120
- Install [Node.js](https://nodejs.org/en)
2221
- Install the LTS version (Recommended for Most Users)
2322
- [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

Comments
 (0)