Skip to content

Commit 1fe8dad

Browse files
committed
Update to prompt flow overview
1 parent bdfeed7 commit 1fe8dad

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/machine-learning/prompt-flow/overview-what-is-prompt-flow.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ms.custom:
1010
ms.topic: concept-article
1111
author: s-polly
1212
ms.author: scottpolly
13-
ms.reviewer: yozen
14-
ms.date: 08/25/2024
13+
ms.reviewer: sooryar
14+
ms.date: 07/16/2025
1515
---
1616

1717
# What is Azure Machine Learning prompt flow
1818

1919
Azure Machine Learning prompt flow is a development tool designed to streamline the entire development cycle of AI applications powered by Large Language Models (LLMs). Prompt flow provides a comprehensive solution that simplifies the process of prototyping, experimenting, iterating, and deploying your AI applications.
2020

21-
With Azure Machine Learning prompt flow, you're able to:
21+
With Azure Machine Learning prompt flow, you can:
2222

2323
- Create executable flows that link LLMs, prompts, and Python tools through a visualized graph.
2424
- Debug, share, and iterate your flows with ease through team collaboration.
@@ -33,16 +33,16 @@ Azure Machine Learning prompt flow offers a range of benefits that help users tr
3333

3434
### Prompt engineering agility
3535

36-
- Interactive authoring experience: Visual representation of the flow's structure, allowing users to easily understand and navigate their projects. It also offers a notebook-like coding experience for efficient flow development and debugging.
37-
- Variants for prompt tuning: Users can create and compare multiple prompt variants, facilitating an iterative refinement process.
38-
- Evaluation: Built-in evaluation flows enable users to assess the quality and effectiveness of their prompts and flows.
39-
- Comprehensive resources: Access a library of built-in tools, samples, and templates that serve as a starting point for development, inspiring creativity, and accelerating the process.
36+
- **Interactive authoring experience**: Visual representation of the flow's structure allows users to easily understand and navigate their projects. It also offers a notebook-like coding experience for efficient flow development and debugging.
37+
- **Variants for prompt tuning**: Users can create and compare multiple prompt variants, facilitating an iterative refinement process.
38+
- **Evaluation**: Built-in evaluation flows enable users to assess the quality and effectiveness of their prompts and flows.
39+
- **Comprehensive resources**: Access a library of built-in tools, samples, and templates that serve as a starting point for development, inspiring creativity and accelerating the process.
4040

4141
### Enterprise readiness for LLM-based applications
4242

43-
- Collaboration: Supports team collaboration, allowing multiple users to work together on prompt engineering projects, share knowledge, and maintain version control.
44-
- All-in-one platform: Streamlines the entire prompt engineering process, from development and evaluation to deployment and monitoring. Users can effortlessly deploy their flows as Azure Machine Learning endpoints and monitor their performance in real-time, ensuring optimal operation and continuous improvement.
45-
- Azure Machine Learning Enterprise Readiness Solutions: Prompt flow uses Azure Machine Learning's robust enterprise readiness solutions, providing a secure, scalable, and reliable foundation for the development, experimentation, and deployment of flows.
43+
- **Collaboration**: Supports team collaboration, allowing multiple users to work together on prompt engineering projects, share knowledge, and maintain version control.
44+
- **All-in-one platform**: Streamlines the entire prompt engineering process, from development and evaluation to deployment and monitoring. Users can effortlessly deploy their flows as Azure Machine Learning endpoints and monitor their performance in real-time, ensuring optimal operation and continuous improvement.
45+
- **Azure Machine Learning enterprise readiness solutions**: Prompt flow uses Azure Machine Learning's robust enterprise readiness solutions, providing a secure, scalable, and reliable foundation for the development, experimentation, and deployment of flows.
4646

4747
Azure Machine Learning prompt flow empowers agile prompt engineering, seamless collaboration, and robust enterprise LLM-based application development and deployment.
4848

@@ -52,12 +52,12 @@ Azure Machine Learning prompt flow streamlines AI application development, takin
5252

5353
The lifecycle consists of the following stages:
5454

55-
- Initialization: Identify the business use case, collect sample data, learn to build a basic prompt, and develop a flow that extends its capabilities.
56-
- Experimentation: Run the flow against sample data, evaluate the prompt's performance, and iterate on the flow if necessary. Continuously experiment until satisfied with the results.
57-
- Evaluation & Refinement: Assess the flow's performance by running it against a larger dataset, evaluate the prompt's effectiveness, and refine as needed. Proceed to the next stage if the results meet the desired criteria.
58-
- Production: Optimize the flow for efficiency and effectiveness, deploy it, monitor performance in a production environment, and gather usage data and feedback. Use this information to improve the flow and contribute to earlier stages for further iterations.
55+
- **Initialization**: Identify the business use case, collect sample data, learn to build a basic prompt, and develop a flow that extends its capabilities.
56+
- **Experimentation**: Run the flow against sample data, evaluate the prompt's performance, and iterate on the flow if necessary. Continuously experiment until satisfied with the results.
57+
- **Evaluation & Refinement**: Assess the flow's performance by running it against a larger dataset, evaluate the prompt's effectiveness, and refine as needed. Proceed to the next stage if the results meet the desired criteria.
58+
- **Production**: Optimize the flow for efficiency and effectiveness, deploy it, monitor performance in a production environment, and gather usage data and feedback. Use this information to improve the flow and contribute to earlier stages for further iterations.
5959

60-
With prompt flow's methodical process, you can develop, test, refine, and deploy sophisticated AI applications confidently.
60+
With prompt flow's methodical process, you can confidently develop, test, refine, and deploy sophisticated AI applications.
6161

6262
:::image type="content" source="./media/overview-what-is-prompt-flow/prompt-flow-lifecycle.png" alt-text="Diagram of the prompt flow lifecycle starting from initialization to experimentation then evaluation and refinement and finally production. " lightbox = "./media/overview-what-is-prompt-flow/prompt-flow-lifecycle.png":::
6363

0 commit comments

Comments
 (0)