Source: Microsoft (n.d.). What is Azure Machine Learning designer? Microsoft Docs.
Reference: In the section titled "Build a pipeline," the documentation describes the visual workflow: "Pipelines start with your data... you can connect these datasets to other modules which prepare data, train models, and evaluate models." This officially confirms the sequential order of these three core processes.
Source: Amershi, S., Begel, A., Bird, C., et al. (2019). Software Engineering for Machine Learning: A Case Study. 2019 IEEE/ACM 41st International Conference on Software Engineering: Software Engineering in Practice (ICSE-SEIP).
Reference: Page 292 (Section III.A, "AI Development Workflow"). The paper describes the typical ML workflow stages identified through case studies, stating: "...the AI development workflow includes data preparation (e.g., collect, clean, label), model training (e.g., feature engineering, training), and model evaluation..."
DOI: https://doi.org/10.1109/ICSE-SEIP.2019.00018
Source: Microsoft (n.d.). The machine learning lifecycle. Microsoft Docs.
Reference: The document explicitly outlines the stages of the machine learning lifecycle. The core model creation process is described in this order: 3. Data preparation, 4. Model training, and 5. Model evaluation, which all occur before stage 6. Model deployment. This clearly separates the pre-deployment steps from post-deployment activities like "Model monitoring" (which leads to retraining).