We use Azure Devops process to do a deploy to our staging slot and then we do a straight swap between staging and production.
We note that through the portal interface we can direct a percent of the traffic to staging, is there a method to do this through Azure Devops/CD process so that we direct a percent of traffic to a specific slot and then gradually increase, essentially a canary deployment method via the pipeline using Azure Web App Slots?
Thank you in advance.