I am trying to provision a web app through Azure nodejs SDK
Are there any examples or repos that help in doing this?
- Create a new web app.
- set up the deployment source to bitbucket
- sync with deployment source.
- setup the environment variables
- restart the app.
All of this done through management API...
Any inputs or guidance?