Skip to content

Commit d61b400

Browse files
committed
Merge branch 'main' into release-foundry-toc
2 parents bfe5378 + a013afd commit d61b400

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

articles/ai-studio/how-to/flow-deploy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 5/21/2024
12+
ms.date: 01/27/2025
1313
ms.reviewer: gmuthukumar
1414
ms.author: lagayhar
1515
author: lgayhardt
@@ -37,6 +37,7 @@ To deploy a prompt flow as an online endpoint, you need:
3737

3838
* An Azure subscription. If you don't have one, create a free account before you begin.
3939
* An Azure AI Foundry project.
40+
* A **Microsoft.PolicyInsights** resource provider registered in the selected subscription. For more information on registering a resource provide, see [Register resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1).
4041

4142
## Create an online deployment
4243

articles/ai-studio/how-to/model-catalog-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ The following list contains Serverless API models. For Azure OpenAI models, see
7878
Model | Managed compute | Serverless API (pay-per-token)
7979
--|--|--
8080
AI21 family models | Not available | Jamba-1.5-Mini <br> Jamba-1.5-Large
81-
Azure DeepSeek | Not available | DeepSeek-R1
8281
Cohere family models | Not available | Cohere-command-r-plus-08-2024 <br> Cohere-command-r-08-2024 <br> Cohere-command-r-plus <br> Cohere-command-r <br> Cohere-embed-v3-english <br> Cohere-embed-v3-multilingual <br> Cohere-rerank-v3-english <br> Cohere-rerank-v3-multilingual
82+
DeepSeek models from Microsoft | Not available | DeepSeek-R1
8383
Gretel | Not available | Gretel-Navigator
8484
Healthcare AI family Models | MedImageParse<BR> MedImageInsight<BR> CxrReportGen<BR> Virchow<BR> Virchow2<BR> Prism<BR> BiomedCLIP-PubMedBERT<BR> microsoft-llava-med-v1.5<BR> m42-health-llama3-med4<BR> biomistral-biomistral-7b<BR> microsoft-biogpt-large-pub<BR> microsoft-biomednlp-pub<BR> stanford-crfm-biomedlm<BR> medicalai-clinicalbert<BR> microsoft-biogpt<BR> microsoft-biogpt-large<BR> microsoft-biomednlp-pub<BR> | Not Available
8585
JAIS | Not available | jais-30b-chat

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ ms.date: 08/05/2024
1010
ms.custom: include, references_regions
1111
---
1212

13-
### Azure DeepSeek models
14-
15-
| Model | Offer Availability Region | Hub/Project Region for Deployment | Hub/Project Region for Fine tuning |
16-
|---------|---------|---------|---------|
17-
DeepSeek-R1 | Not applicable | East US <br> East US 2 <br> North Central US <br> South Central US <br> West US <br> West US 3 | Not available |
18-
19-
2013
### Cohere models
2114

2215

@@ -31,6 +24,12 @@ Cohere Rerank v3 - Multilingual | [Microsoft Managed countries/regions](/part
3124
Cohere Embed v3 - English | [Microsoft Managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Japan <br> Qatar |East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | Not available |
3225
Cohere Embed v3 - Multilingual | [Microsoft Managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Japan <br> Qatar |East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | Not available |
3326

27+
### DeepSeek models from Microsoft
28+
29+
| Model | Offer Availability Region | Hub/Project Region for Deployment | Hub/Project Region for Fine tuning |
30+
|---------|---------|---------|---------|
31+
DeepSeek-R1 | Not applicable | East US <br> East US 2 <br> North Central US <br> South Central US <br> West US <br> West US 3 | Not available |
32+
3433

3534
### Gretel models
3635

articles/machine-learning/how-to-prevent-data-loss-exfiltration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Azure Machine Learning has several inbound and outbound dependencies. Some of th
2929
* __AzureFrontDoor.frontend outbound__: Azure Front Door is used by the Azure Machine Learning studio UI and AutoML. Instead of allowing outbound to the service tag (AzureFrontDoor.frontend), switch to the following fully qualified domain names (FQDN). Switching to these FQDNs removes unnecessary outbound traffic included in the service tag and allows only what is needed for Azure Machine Learning studio UI and AutoML.
3030

3131
- `ml.azure.com`
32-
- `automlresources-prod.azureedge.net`
32+
- `automlresources-prod-d0eaehh7g8andvav.b02.azurefd.net`
3333

3434
> [!TIP]
3535
> The information in this article is primarily about using an Azure Virtual Network. Azure Machine Learning can also use a **managed virtual networks**. With a managed virtual network, Azure Machine Learning handles the job of network isolation for your workspace and managed computes.

0 commit comments

Comments
 (0)