Skip to content

Commit 909d5d2

Browse files
committed
edit
1 parent 9558df4 commit 909d5d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/app-service/tutorial-connect-msi-key-vault-javascript.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ az webapp config appsettings set --resource-group $groupName --name $appName --s
3333
az webapp deployment source config-zip --resource-group $groupName --name $appName --src ./default.zip
3434
```
3535

36+
The preceding commands:
37+
* Create a linux app service plan
38+
* Create a web app for Node.js 14 LTS
39+
* Configure the web app to install the npm packages
40+
* Upload the zip file, and install the npm packages
41+
3642
## Configure secrets as app settings
3743

3844
[!INCLUDE [tutorial-content-below-code](./includes/tutorial-connect-msi-key-vault/cleanup.md)]

0 commit comments

Comments
 (0)