Skip to content

Commit d0c1a4b

Browse files
Update DeploymentGuide.md
Updated formatting and deploying with azd step 2 and 3
1 parent b3f2034 commit d0c1a4b

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ After installation is complete, follow the directions in the [App Authentication
155155
</details>
156156

157157
<details>
158-
<Summary><b> Quota Recommendations </b></Summary>
158+
<Summary><b> Quota Recommendations </b></Summary>
159+
159160
By default, the **GPT model capacity** in deployment is set to **5k tokens**.
160161
> **We recommend increasing the capacity to 200k tokens for optimal performance.**
161162

@@ -190,13 +191,18 @@ To change the azd parameters from the default values, follow the steps [here](..
190191
azd auth login --tenant-id <tenant-id>
191192
```
192193
193-
2. Provision and deploy all the resources:
194+
2. Provide an `azd` environment name (like "cmsaapp")
195+
196+
```sh
197+
azd env new <cmsaapp>
198+
```
199+
200+
3. Provision and deploy all the resources:
194201
195202
```shell
196203
azd up
197204
```
198-
199-
3. Provide an `azd` environment name (like "cmsaapp")
205+
200206
4. Select a subscription from your Azure account, and select a location which has quota for all the resources.
201207
* This deployment will take *6-9 minutes* to provision the resources in your account and set up the solution with sample data.
202208
* If you get an error or timeout with deployment, changing the location can help, as there may be availability constraints for the resources.

0 commit comments

Comments
 (0)