1. Microsoft Docs, "Safe rollout for online endpoints". Under the "Mirrored traffic (shadow mode)" section, it states, "Mirroring traffic... routes a copy of the live traffic to a deployment. Mirroring is useful for testing new features... without impacting existing clients."
2. Microsoft Learn, "Implement a controlled rollout strategy for a machine learning model". This module describes shadow deployment as a method where "the new model runs in parallel with the existing model... The predictions from the new model are not returned to the client application."
3. Azure Architecture Center, "MLOps for Python models using Azure Machine Learning". In the "Controlled rollout" section, it describes shadow mode as a technique to "test a challenger model against a production model by shadowing the HTTP requests that go to the production model."