I have an application hosted on Azure, which uses the pipeline `atlassian/azure-web-apps-deploy`. I'd like to use Azure slots to achieve blue/green deployment.
I see I can set a repository variable of SLOT, but this seems to be fixed.
What I'd like is:
How can I construct a pipeline that will work in this way?