Skip to content

Commit 4a21f90

Browse files
Merge pull request #5183 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 71433b6 + 8ea9235 commit 4a21f90

21 files changed

+83
-23
lines changed

articles/ai-foundry/how-to/deploy-models-managed.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Deployment of a large language model (LLM) makes it available for use in a websi
2222

2323
In this article, you learn how to deploy models using the Azure Machine Learning SDK. The article also covers how to perform inference on the deployed model.
2424

25+
## Prerequisites
26+
27+
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
28+
29+
- If you don't have one, [create a [!INCLUDE [hub-project-name](../includes/hub-project-name.md)]](create-projects.md?pivots=hub-project).
30+
31+
- Marketplace purchases enabled for your Azure subscription. Learn more [here](/azure/cost-management-billing/manage/enable-marketplace-purchases).
32+
2533
## Get the model ID
2634

2735
You can deploy managed compute models using the Azure Machine Learning SDK, but first, let's browse the model catalog and get the model ID you need for deployment.

articles/ai-foundry/how-to/deploy-models-serverless-availability.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ Certain models in the model catalog can be deployed as a standard deployment. Th
2828

2929
Standard billing is available only to users whose Azure subscription belongs to a billing account in a country/region where the model provider has made the offer available (see "offer availability region" in the table in the next section). If the offer is available in the relevant region, the user then must have a Hub/Project in the Azure region where the model is available for deployment or fine-tuning, as applicable (see "Hub/Project Region" columns in the following tables).
3030

31-
> [!NOTE]
32-
> If you plan to access your deployed models in Azure Machine Learning Studio, you must use a **[!INCLUDE [hub](../includes/hub-project-name.md)]**, rather than a **[!INCLUDE [fdp](../includes/fdp-project-name.md)]**. For more information, see [Project types](../what-is-azure-ai-foundry.md#project-types).
33-
3431

3532
[!INCLUDE [region-availability-maas](../includes/region-availability-maas.md)]
3633

articles/ai-foundry/how-to/deploy-models-serverless-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The need to consume a standard deployments endpoint in a different project or hu
3535

3636
- An [Azure AI Foundry hub](create-azure-ai-resource.md), if you're using a **[!INCLUDE [hub](../includes/hub-project-name.md)]**. A **[!INCLUDE [fdp](../includes/fdp-project-name.md)]** does not use a hub. For more information, see [Project types](../what-is-azure-ai-foundry.md#project-types).
3737

38-
- An [Azure AI Foundry project](create-projects.md).
38+
- If you don't have one, [create a [!INCLUDE [hub](../includes/hub-project-name.md)]](create-projects.md?pivots=hub-project).
3939

4040
- A model [deployed to a standard deployments](deploy-models-serverless.md). This article assumes that you previously deployed the **Meta-Llama-3-8B-Instruct** model. To learn how to deploy this model as a standard deployment, see [Deploy models as standard deployments](deploy-models-serverless.md).
4141

articles/ai-foundry/how-to/deploy-models-serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article uses a Meta Llama model deployment for illustration. However, you c
2727

2828
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
2929

30-
- An [Azure AI Foundry project](create-projects.md).
30+
- If you don't have one, [create a [!INCLUDE [hub](../includes/hub-project-name.md)]](create-projects.md?pivots=hub-project).
3131

3232
- Ensure that the **Deploy models to Azure AI model inference service** feature is turned off in the Azure AI Foundry portal. When this feature is on, standard deployments are not available for deployment when using the portal.
3333

articles/ai-foundry/how-to/deploy-nvidia-inference-microservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ NVIDIA inference microservices are containers built by NVIDIA for optimized pret
2525

2626
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
2727

28-
- An [Azure AI Foundry project](create-projects.md).
28+
- If you don't have one, [create a [!INCLUDE [hub](../includes/hub-project-name.md)]](create-projects.md?pivots=hub-project).
2929

3030
- Marketplace purchases enabled for your Azure subscription. Learn more [here](/azure/cost-management-billing/manage/enable-marketplace-purchases).
3131

articles/ai-foundry/how-to/healthcare-ai/deploy-cxrreportgen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The CXRReportGen model combines a radiology-specific image encoder with a large
3737

3838
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
3939

40-
- An [Azure AI Foundry project](../create-projects.md).
40+
- If you don't have one, [create a [!INCLUDE [hub](../../includes/hub-project-name.md)]](../create-projects.md?pivots=hub-project).
4141

4242
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../../concepts/rbac-ai-foundry.md).
4343

articles/ai-foundry/how-to/healthcare-ai/deploy-medimageinsight.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ An embedding model is capable of serving as the basis of many different solution
3535

3636
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
3737

38-
- An [Azure AI Foundry project](../create-projects.md).
38+
- If you don't have one, [create a [!INCLUDE [hub](../../includes/hub-project-name.md)]](../create-projects.md?pivots=hub-project).
39+
3940

4041
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../../concepts/rbac-ai-foundry.md).
4142

articles/ai-foundry/how-to/healthcare-ai/deploy-medimageparse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Similar to the MedImageParse model, MedImageParse 3D uses a combination of a tex
4747

4848
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
4949

50-
- An [Azure AI Foundry project](../create-projects.md).
50+
- If you don't have one, [create a [!INCLUDE [hub](../../includes/hub-project-name.md)]](../create-projects.md?pivots=hub-project).
5151

5252
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../../concepts/rbac-ai-foundry.md).
5353

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Include file
3+
description: Include file
4+
author: sgilley
5+
ms.author: sgilley
6+
ms.service: azure-ai-foundry
7+
ms.topic: include
8+
ms.date: 05/13/2025
9+
ms.custom: include file
10+
---
11+
12+
Copy the **Azure AI Foundry project endpoint** in the **Overview** section of your project. You'll use it in a moment.
13+
14+
:::image type="content" source="../media/how-to/projects/fdp-project-overview.png" alt-text="Screenshot shows the project overview for a Foundry project.":::
15+
16+
> [!TIP]
17+
> If you don't see the **Azure AI Foundry project endpoint**, you're using a [!INCLUDE [hub-project-name](hub-project-name.md)]. (See [Types of projects](../what-is-azure-ai-foundry.md#project-types)). Switch to a [!INCLUDE [fdp-project-name](fdp-project-name.md)], or use the preceding steps to create one.

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The Azure AI Foundry SDK is available in multiple languages, including Python, J
4545

4646
You now have both a project and a model available for your agent.
4747

48-
### Set up your environment
48+
## Set up your environment
4949

5050
# [Azure AI Foundry portal](#tab/azure-ai-foundry)
5151

@@ -60,22 +60,24 @@ No installation is necessary to use the Azure AI Foundry portal.
6060
pip install openai azure-ai-projects azure-identity
6161
```
6262
63+
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
6364
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your Python scripts.
6465
65-
> [!TIP]
66+
> [!NOTE]
6667
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/mslearn-resources/quickstart).
6768
6869
# [Java (preview)](#tab/java)
6970
7071
1. [Install Java and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-java).
72+
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
7173
1. Set these environment variables to use in your scripts:
7274
7375
:::code language="plaintext" source="~/foundry-samples-main/samples/microsoft/java/mslearn-resources/quickstart/.env.template":::
7476
7577
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your Java scripts.
7678
1. Download [POM.XML](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/java/mslearn-resources/quickstart/pom.xml) to your Java IDE.
7779
78-
> [!TIP]
80+
> [!NOTE]
7981
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/java/mslearn-resources/quickstart).
8082
8183
# [JavaScript (preview)](#tab/javascript)
@@ -84,12 +86,13 @@ No installation is necessary to use the Azure AI Foundry portal.
8486
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your JavaScript scripts.
8587
1. Download [package.json](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/javascript/mslearn-resources/quickstart/package.json).
8688
1. Install packages with `npm install`
89+
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
8790
1. Set these environment variables to use in your scripts:
8891
8992
:::code language="plaintext" source="~/foundry-samples-main/samples/microsoft/javascript/mslearn-resources/quickstart/.env.template":::
9093
9194
92-
> [!TIP]
95+
> [!NOTE]
9396
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/javascript/mslearn-resources/quickstart).
9497
9598
# [C#](#tab/csharp)
@@ -99,13 +102,15 @@ No installation is necessary to use the Azure AI Foundry portal.
99102
100103
[!INCLUDE [install-csharp-packages](install-csharp-packages.md)]
101104
105+
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
106+
102107
1. Set these environment variables to use in your scripts:
103108
104109
:::code language="plaintext" source="~/foundry-samples-main/samples/microsoft/csharp/mslearn-resources/quickstart/Samples/.env.example":::
105110
106111
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your C# scripts.
107112
108-
> [!TIP]
113+
> [!NOTE]
109114
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/csharp/mslearn-resources/quickstart).
110115
111116
# [REST API](#tab/rest)
@@ -120,7 +125,7 @@ No installation is necessary to use the Azure AI Foundry portal.
120125
121126
1. Save the results as the environment variable `AZURE_AI_AUTH_TOKEN`.
122127
123-
> [!TIP]
128+
> [!NOTE]
124129
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/REST/mslearn-resources/quickstart).
125130
126131
@@ -140,6 +145,8 @@ After the preceding steps, you're now in the agents playground.
140145
141146
# [Python](#tab/python)
142147
148+
Substitute your endpoint for the `endpoint` in this code:
149+
143150
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py" id="create_and_run_agent":::
144151
145152
# [Java (preview)](#tab/java)
@@ -183,6 +190,8 @@ Now let's add a file search tool that enables us to do knowledge retrieval.
183190
184191
# [Python](#tab/python)
185192
193+
Substitute your endpoint for the `endpoint` in this code:
194+
186195
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py" id="create_filesearch_agent":::
187196
188197
# [Java (preview)](#tab/java)
@@ -219,7 +228,7 @@ Chat completions are the basic building block of AI applications. Using chat com
219228
220229
# [Python](#tab/python)
221230
222-
Substitute your value for the endpoint in this code:
231+
Substitute your endpoint for the `endpoint` in this code:
223232
224233
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py" id="chat_completion":::
225234

0 commit comments

Comments
 (0)