My web application in Azure has two deployment slots - staging and production.
The purpose is perform blue/green deployment and the following steps perform the blue/green:
start and deploy to slot stage
set 100% traffic to stage
swap with production
stop stage
When I perform a slot swap from staging into production and view the application insights the requests are still going to stage, and "Testing in Production" from Availability and Performance tools, give the following message "Slot 'staging' received 40% of production traffic". The stage continued for 45 minutes receiving traffic even with production configured 100% traffic.
but i don't know the cause.