I am trying to create a pipeline to deploy one solution on multiple Azure services.
Let's say I have a solution 'TemberSolution' with following projects
- FunctionsProject -> should be deployed on 'AppFunctions'
- SupportProject -> should be deployed on AKS containers
how can i achieve this in devops pipeline?