We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8ba01 commit 5656548Copy full SHA for 5656548
readme.md
@@ -37,6 +37,16 @@ This is a simple Express web application to illustrate common basic usage of Azu
37
azd init --template cosmos-db-mongodb-nodejs-quickstart
38
```
39
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
47
+ azd env set "MONGODB_DEPLOYMENT_TYPE" "request-unit"
48
49
50
1. Ensure that **Docker** is running in your environment.
51
52
1. Use `azd up` to provision your Azure infrastructure and deploy the web application to Azure.
0 commit comments