Skip to content

Commit d5e4ff3

Browse files
committed
feat: init
1 parent 70e8262 commit d5e4ff3

File tree

9 files changed

+138
-69
lines changed

9 files changed

+138
-69
lines changed

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 67 additions & 64 deletions
Large diffs are not rendered by default.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Configure access to Azure Ecosystem Models
3+
description: Learn how to configure access to Azure Ecosystem Models.
4+
author: santiagxf
5+
ms.author: fasantia
6+
ms.service: azure-ai-model-inference
7+
ms.topic: how-to
8+
ms.date: 5/11/2025
9+
---
10+
11+
# Configure access to Azure Ecosystem Models
12+
13+
Certain models in AI Foundry Models are offered directly by the model provider through the Azure Marketplace. This article explains the requirements to use Azure Marketplace if you plan to use such models in your workloads. Azure Direct Models, like DeepSeek or Phi, or Azure OpenAI Service models, like GPTs, don't have this requirement.
14+
15+
> [!TIP]
16+
> All models offered in AI Foundry Models are hosted in Microsoft's Azure environment and the Service does NOT interact with any external services or model provider.
17+
18+
:::image type="content" source="../media/configure-marketplace/azure-marketplace-3p.png" alt-text="An diagram with the overall architecture of Azure Marketplace integration with AI Foundry Models." lightbox="../media/configure-marketplace/azure-marketplace-3p.png":::
19+
20+
[!INCLUDE [marketplace-rbac](../includes/configure-marketplace/rbac.md)]
21+
22+
## Country availability
23+
24+
Pay-as-you-go billing is available only to users whose Azure subscription belongs to a billing account in a country/region where the model offer is available. Availability varies per model provider and model SKU. Read [Region availability for models](../../how-to/deploy-models-serverless-availability.md).
25+
26+
## Troubleshooting
27+
28+
Use the following troubleshooting guide to find and solve errors when deploying third-party models in AI Foundry Models:
29+
30+
| Error | Description |
31+
|-------|-------------|
32+
| This offer is not made available by the provider in the country where your account and Azure Subscription are registered. | The model provider didn't make the specific model SKU available in the country where the subscription is registered. Each model provider may decide to make the offer available in specific countries and such may vary by model SKU. You need to deploy the model to a subscription having billing on a supported country. See the list of countries at [Region availability for models](../../how-to/deploy-models-serverless-availability.md). |
33+
| Marketplace Subscription purchase eligibility check failed. | The model provider didn't make the specific model SKU available in the country where the subscription is registered or it isn't available in the region where you deployed the Azure AI Services resource. See [Region availability for models](../../how-to/deploy-models-serverless-availability.md). |
34+
| Unable to create a model deployment for model "model-name". If the error persists, please contact HIT (Human Intelligence Team) via this link: https://go.microsoft.com/fwlink/?linkid=2101400&clcid=0x409 and request to allowlist the Azure subscription. | Azure Marketplace rejects the request to create a model subscription. Such can be due to multiple reasons, including subscribing to the model offering too often, or from multiple subscriptions at the same time. Please contact support using the provided link indicating your subscription ID. |
35+
| This offer is not available for purchasing by subscriptions belonging to Microsoft Azure Cloud Solution Providers | Cloud Solution Provider (CSP) subscriptions do not have the ability to purchase third-party model offerings. You can consider models offered as first-party consumption service. |
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
manager: nitinme
3+
author: santiagxf
4+
ms.author: fasantia
5+
ms.service: azure-ai-model-inference
6+
ms.date: 5/11/2025
7+
ms.topic: include
8+
---
9+
10+
## Permissions required to subscribe to Azure Ecosystem Models
11+
12+
Azure Ecosystem Models available for deployment (for example, Cohere models) require Azure Marketplace. Model providers define the license terms and set the price for use of their models using Azure Marketplace.
13+
14+
When deploying third-party models, ensure you have the following permissions in your account:
15+
16+
> [!div class="checklist"]
17+
> * On the Azure subscription:
18+
> * `Microsoft.MarketplaceOrdering/agreements/offers/plans/read`
19+
> * `Microsoft.MarketplaceOrdering/agreements/offers/plans/sign/action`
20+
> * `Microsoft.MarketplaceOrdering/offerTypes/publishers/offers/plans/agreements/read`
21+
> * `Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read`
22+
> * `Microsoft.SaaS/register/action`
23+
> * On the resource group—to create and use the SaaS resource:
24+
> * `Microsoft.SaaS/resources/read`
25+
> * `Microsoft.SaaS/resources/write`

articles/ai-foundry/model-inference/includes/create-model-deployments/bicep.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ The files for this example are in:
4141
cd azureai-model-inference-bicep/infra
4242
```
4343

44+
[!INCLUDE [marketplace-rbac](../includes/configure-marketplace/rbac.md)]
45+
4446
## Add the model
4547

4648
1. Use the template `ai-services-deployment-template.bicep` to describe model deployments:

articles/ai-foundry/model-inference/includes/create-model-deployments/intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ To complete this article, you need:
1717

1818
* An Azure subscription. If you're using [GitHub Models](https://docs.github.com/en/github-models/), you can upgrade your experience and create an Azure subscription in the process. Read [Upgrade from GitHub Models to Azure AI Foundry Models](../../how-to/quickstart-github-models.md) if that's your case.
1919

20-
* An Azure AI Foundry resource (formerly known as Azure AI Services). For more information, see [Create and configure all the resources for Azure AI Foundry Models](../../how-to/quickstart-create-resources.md).
20+
* An Azure AI Foundry resource (formerly known as Azure AI Services). For more information, see [Create and configure all the resources for Azure AI Foundry Models](../../how-to/quickstart-create-resources.md).
21+
22+
* [Azure Ecosystem Models](../../concepts/models.md#azure-ecosystem-models) require access to **Azure Marketplace**. Ensure you have the [permissions required to subscribe to model offerings](../../how-to/configure-marketplace.md). [Azure Direct Models](../../concepts/models.md#azure-direct-models) don't have this requirement.

articles/ai-foundry/model-inference/includes/create-resources/bicep.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The files for this example are in:
3030
cd azureai-model-inference-bicep/infra
3131
```
3232

33+
[!INCLUDE [marketplace-rbac](../includes/configure-marketplace/rbac.md)]
34+
3335
## Create the resources
3436

3537
Follow these steps:
119 KB
Loading

articles/ai-foundry/model-inference/overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ reviewer: santiagxf
88
ms.service: azure-ai-model-inference
99
ms.topic: concept-article
1010
ms.date: 01/24/2025
11-
ms.author: mopeakande
11+
ms.author: mopeak
1212
ms.reviewer: fasantia
1313
ms.custom: generated
1414
recommendations: false
@@ -24,9 +24,7 @@ AI Foundry Models is part of Azure AI Foundry, and users can access the service
2424

2525
## Models
2626

27-
You can get access to the key model providers in the industry including OpenAI, Microsoft, Meta, Mistral, Cohere, G42, and AI21 Labs. Model providers define the license terms and set the price for use of their models.
28-
29-
Explore the following model families available:
27+
You can get access to the key model providers in the industry. Explore the following model families available:
3028

3129
- [AI21 Labs](concepts/models.md#ai21-labs)
3230
- [Azure OpenAI](concepts/models.md#azure-openai)

articles/ai-foundry/model-inference/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ items:
5252
href: ./how-to/quickstart-create-resources.md
5353
- name: Add and configure models
5454
href: ./how-to/create-model-deployments.md
55+
- name: Configure Azure Ecosystem Models
56+
href: ./how-to/configure-marketplace.md
5557
- name: Connect your AI project
5658
href: ./how-to/configure-project-connection.md
5759
- name: Responsible AI

0 commit comments

Comments
 (0)