https://pulumi.com logo
Title
w

white-bear-32497

10/19/2021, 7:06 AM
Hi, I’m working with the example of app service with my simple nodejs app, all of the examples upload package to blob and use
WEBSITE_RUN_FROM_ZIP
to deploy, is there any way to directly deploy from local disk?
s

steep-addition-26630

10/19/2021, 3:20 PM
Hi, I saw your question below mine. I don't know the answer specifically, but perhaps the instructions here will help? You seem to need at least the
DEPLOYMENT_BRANCH
app setting, which you'd set via pulumi. The left menu has a bunch of other options if you don't like that one.
w

white-bear-32497

10/20/2021, 2:25 AM
thx, I am going to try it