Skip to content

Commit 7978566

Browse files
Merge pull request #6739 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-25 17:05 UTC
2 parents d3e8971 + faac141 commit 7978566

File tree

8 files changed

+12
-15
lines changed

8 files changed

+12
-15
lines changed

articles/ai-foundry/how-to/create-manage-compute-session.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@ title: Create and manage prompt flow compute sessions
33
titleSuffix: Azure AI Foundry
44
description: In this article, learn how to create and manage compute sessions to run prompt flows in Azure AI Foundry portal.
55
ms.service: azure-ai-foundry
6+
ms.subservice: azure-ai-prompt-flow
67
ms.custom:
78
- ignite-2023
89
- build-2024
910
- ignite-2024
1011
- hub-only
1112
ms.topic: how-to
12-
ms.date: 02/14/2025
13+
ms.date: 08/25/2025
1314
ms.reviewer: lochen
1415
ms.author: sgilley
1516
author: sdgilley
17+
ms.collection: ce-skilling-fresh-tier1
18+
ms.update-cycle: 180-days
1619
# customer intent: Learn how to create and manage prompt flow compute sessions in Azure AI Foundry portal.
20+
1721
---
1822

1923
# Create and manage prompt flow compute sessions in Azure AI Foundry portal

articles/ai-foundry/how-to/flow-develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In this article, you learn how to create and develop your first prompt flow in A
3939
- You need a deployed model.
4040
- In your project, configure access control for the blob storage account. Assign the **Storage Blob Data Contributor** role to your user account.
4141
- In the bottom left of the Azure AI Foundry portal, select **Management center**.
42-
- In **Connected resources** for your project, select the link that corresponds to the **Azure Blob Storage** type.
42+
- In **Connected resources** for your hub, select the link that corresponds to the **Azure Blob Storage** type.
4343
- Select **View in Azure Portal**
4444
- In the Azure portal, select **Access control (IAM)**.
4545
- Select **Add>Add role assignment**.

articles/ai-foundry/includes/deploy-model.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ To work with a model, you first deploy it into a project.
2727

2828
:::image type="content" source="../media/tutorials/chat/select-model.png" alt-text="Screenshot of the model selection page." lightbox="../media/tutorials/chat/select-model.png":::
2929

30-
1. On the model details page, select **Deploy**.
31-
32-
:::image type="content" source="../media/tutorials/chat/deploy-model.png" alt-text="Screenshot of the model details page with a button to deploy the model." lightbox="../media/tutorials/chat/deploy-model.png":::
30+
1. On the model details page, select **Use this model**.
3331

3432

3533
1. Leave the default **Deployment name**. Select **Deploy**.
-94.2 KB
Binary file not shown.

articles/ai-foundry/quickstarts/get-started-code.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ In this quickstart, we walk you through setting up your local development enviro
6060
6161
1. Select the **gpt-4o-mini** model from the list of models. You can use the search bar to find it.
6262
63-
1. On the model details page, select **Deploy**.
64-
65-
:::image type="content" source="../media/tutorials/chat/deploy-model.png" alt-text="Screenshot of the model details page with a button to deploy the model." lightbox="../media/tutorials/chat/deploy-model.png":::
66-
63+
1. On the model details page, select **Use this model**.
6764
6865
1. Leave the default **Deployment name**. Select **Deploy**.
6966

articles/ai-foundry/quickstarts/get-started-playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom:
77
- build-2024
88
- ignite-2024
99
ms.topic: quickstart
10-
ms.date: 04/10/2025
10+
ms.date: 08/25/2025
1111
ms.reviewer: zuramir
1212
ms.author: sgilley
1313
author: sdgilley

articles/ai-foundry/tutorials/copilot-sdk-create-resources.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ These steps deploy a model to a real-time endpoint from the Azure AI Foundry por
5858

5959
:::image type="content" source="../media/tutorials/chat/select-model.png" alt-text="Screenshot of the model selection page." lightbox="../media/tutorials/chat/select-model.png":::
6060

61-
1. On the model details page, select **Deploy**.
62-
63-
:::image type="content" source="../media/tutorials/chat/deploy-model.png" alt-text="Screenshot of the model details page with a button to deploy the model." lightbox="../media/tutorials/chat/deploy-model.png":::
61+
1. On the model details page, select **Use this model**.
6462

6563
1. Leave the default **Deployment name**. select **Deploy**. Or, if the model isn't available in your region, a different region is selected for you and connected to your project. In this case, select **Connect and deploy**.
6664

articles/machine-learning/concept-endpoints-batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer: cacrest
1212
ms.custom:
1313
- devplatv2
1414
- ignite-2023
15-
ms.date: 04/04/2024
15+
ms.date: 08/25/2025
1616
#Customer intent: As an MLOps administrator, I want to understand what a managed endpoint is and why I need it.
1717
---
1818

@@ -32,7 +32,7 @@ Batch endpoints receive pointers to data and run jobs asynchronously to process
3232
3333
## Batch deployments
3434

35-
A deployment is a set of resources and computes required to implement the functionality that the endpoint provides. Each endpoint can host several deployments with different configurations, and this functionality helps to *decouple the endpoint's interface* from *the implementation details* that are defined by the deployment. When a batch endpoint is invoked, it automatically routes the client to its default deployment. This default deployment can be configured and changed at any time.
35+
A deployment is a set of resources and computes required to implement the functionality that the endpoint provides. An endpoint can host multiple deployments, each with its own configuration, decoupling the endpoint interface from the deployment implementation details. When a batch endpoint is invoked, it automatically routes the client to its default deployment. This default deployment can be configured and changed at any time.
3636

3737
:::image type="content" source="./media/concept-endpoints/batch-endpoint.png" alt-text="Diagram showing the relationship between a batch endpoint and its deployments." lightbox="media/concept-endpoints/batch-endpoint.png":::
3838

0 commit comments

Comments
 (0)