I'm actually managing my IaC and doing ZipDeploy with Pulumi.
Is there a way to add this az cli command to my index.ts in order to start the webapp just after the zip deploy?
az webapp start -g myrg -n myapp
I'm actually managing my IaC and doing ZipDeploy with Pulumi.
Is there a way to add this az cli command to my index.ts in order to start the webapp just after the zip deploy?
az webapp start -g myrg -n myapp