Skip to content

Commit c161d2c

Browse files
committed
added app artifacts folder
1 parent 8db5e24 commit c161d2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-deploy.arm.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"repositoryToken": "[parameters('repositoryToken')]",
4343
"buildProperties": {
4444
"appLocation": "[parameters('appLocation')]",
45-
"apiLocation": "[parameters('apiLocation')]"
45+
"apiLocation": "[parameters('apiLocation')]",
46+
"appArtifactLocation": "dist"
4647
}
4748
},
4849
"sku": {

0 commit comments

Comments
 (0)