Skip to content

Commit e626717

Browse files
Merge pull request #5181 from msakande/update-links-to-hub-project
Add limitation for using hub-only project
2 parents 13e662f + 7c4f05a commit e626717

11 files changed

+18
-13
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

articles/ai-foundry/includes/region-availability-maas.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.date: 03/24/2024
1010
ms.custom: include, references_regions
1111
---
1212

13+
[!INCLUDE [uses-hub-only](uses-hub-only.md)]
14+
1315
### AI21 models
1416

1517
| Model |Offer Availability Region | Hub/Project Region for Deployment | Hub/Project Region for Fine tuning |

articles/ai-foundry/toc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ items:
7272
href: how-to/develop/semantic-kernel.md
7373
- name: Deploy Azure OpenAI in Foundry Models
7474
items:
75-
- name: Azure OpenAI in Azure AI Foundry portal
76-
href: azure-openai-in-azure-ai-foundry.md
7775
- name: Use Azure OpenAI in Azure AI Foundry portal
78-
href: ai-services/how-to/connect-azure-openai.md
76+
href: ai-services/how-to/connect-azure-openai.md?context=/azure/ai-foundry/context/context
7977
- name: Supported Azure OpenAI models
8078
href: ../ai-services/openai/concepts/models.md?context=/azure/ai-foundry/context/context
8179
- name: Azure OpenAI deployment types

0 commit comments

Comments
 (0)