Skip to content

Commit 5656548

Browse files
committed
Update readme
1 parent 5b8ba01 commit 5656548

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ This is a simple Express web application to illustrate common basic usage of Azu
3737
azd init --template cosmos-db-mongodb-nodejs-quickstart
3838
```
3939

40+
1. (Optional) Select either `vcore` or `request-unit` account type using `azd env set`.
41+
42+
```bash
43+
azd env set "MONGODB_DEPLOYMENT_TYPE" "vcore"
44+
```
45+
46+
```bash
47+
azd env set "MONGODB_DEPLOYMENT_TYPE" "request-unit"
48+
```
49+
4050
1. Ensure that **Docker** is running in your environment.
4151

4252
1. Use `azd up` to provision your Azure infrastructure and deploy the web application to Azure.

0 commit comments

Comments
 (0)