Here's a sample scenario:
- An "Azure PowerShell" task to deploy an ARM template. All the ARM template does is create an App Service Plan, a Web App and a storage account.
- An "Azure Web App Deployment" task to deploy a web app.
- An "Azure PowerShell task to update the configuration of the web app to contain reference to the storage keys generated from the ARM template.
How do I provide the third task with the output of the first task? Is there another way to approach this?