Skip to content

Commit 96b7f40

Browse files
elbrunopamelafox
andauthored
Add suggestion to use [azd auth login] in the free low-cost deploy tutorial (#1214)
* add suggestion to use azd auth login in the free lowcost deploy tutorial * Update docs/deploy_lowcost.md * Changing order --------- Co-authored-by: Pamela Fox <[email protected]> Co-authored-by: Pamela Fox <[email protected]>
1 parent 6ac533d commit 96b7f40

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/deploy_lowcost.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ However, if your goal is to minimize costs while prototyping your application, f
66

77
[📺 Live stream: Deploying from a free account](https://www.youtube.com/watch?v=nlIyos0RXHw)
88

9+
1. Log in to your Azure account using the Azure Developer CLI:
10+
11+
```shell
12+
azd auth login
13+
```
14+
15+
1. Create a new azd environment for the free resource group:
16+
17+
```shell
18+
azd env new
19+
```
20+
21+
Enter a name that will be used for the resource group.
22+
This will create a new folder in the `.azure` folder, and set it as the active environment for any calls to `azd` going forward.
23+
924
2. Use the free tier of App Service:
1025

1126
```shell
@@ -91,7 +106,7 @@ However, if your goal is to minimize costs while prototyping your application, f
91106
so the benefits of vector search would typically outweigh the costs, but it is possible to disable vector support.
92107
If you do so, the application will fall back to a keyword search, which is less accurate.
93108
94-
7. Once you've made the desired customizations, follow the steps in [to run `azd up`](../README.md#deploying-from-scratch). We recommend using "eastus" as the region, for availability reasons.
109+
7. Once you've made the desired customizations, follow the steps in the README [to run `azd up`](../README.md#deploying-from-scratch). We recommend using "eastus" as the region, for availability reasons.
95110

96111
## Reducing costs locally
97112

0 commit comments

Comments
 (0)