Skip to content

Commit 35bbbcb

Browse files
authored
Clarify deployment steps and add resource links
Updated README to clarify deployment process and resources.
1 parent 168be43 commit 35bbbcb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Last updated: 2025-11-12
1414
1515
<img width="1905" height="1086" alt="image" src="https://github.com/user-attachments/assets/5cd2776f-4606-45c2-9482-53ff2d4df74e" />
1616

17+
> [!IMPORTANT]
18+
> The deployment process typically takes 15-20 minutes
19+
> 1. Adjust [terraform.tfvars](./terraform-infrastructure/terraform.tfvars) values
20+
> 2. Initialize terraform with `terraform init`. Click here to [understand more about the deployment process](./terraform-infrastructure/README.md)
21+
> 3. Run `terraform apply`, you can also leverage `terraform apply -auto-approve`.
22+
1723
## Key Features
1824

1925
- **Multi-Agent Architecture**: Few specialized AI agents working in concert:
@@ -45,9 +51,6 @@ graph TD
4551
Inventory -->|Lookup| Cosmos[Cosmos DB]
4652
```
4753

48-
> [!IMPORTANT]
49-
> The deployment process typically takes 15-20 minutes
50-
5154
## What Happens Under the Hood?
5255

5356
> When you run `terraform apply`, the following automated sequence occurs:

0 commit comments

Comments
 (0)