I have a problem statement which are defined in below steps.
- Download a .ps1 file from a container
- Create a temporary directory
- Convert it into a zip file
- Create a new continuous or triggered webjob in an existing webapp by deploying this zip file.
- Delete the temporary directory.
I am unable to execute step 4 as there are no commands available in either Terraform or azure cli to create a new webjob. Can anyone help me with this?