Skip to content

Commit 0fcd6d7

Browse files
authored
Merge pull request #2356 from MicrosoftDocs/main
1/16/2025 PM Publish
2 parents 3fe8447 + 3e71535 commit 0fcd6d7

File tree

7 files changed

+60
-58
lines changed

7 files changed

+60
-58
lines changed

articles/ai-services/agents/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ items:
5454
href: how-to/use-your-own-resources.md
5555
- name: Responsible AI
5656
items:
57+
- name: Transparency note
58+
href: /legal/cognitive-services/agents/transparency-note?context=/azure/ai-services/agents/context/context
5759
- name: Data, privacy, and security For Azure AI Agent Service
5860
href: /legal/cognitive-services/agents/data-privacy-security?context=/azure/ai-services/agents/context/context
5961
- name: Reference

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Llama 3.1 405B Instruct | [Microsoft Managed countries/regions](/partner-center
5454

5555
| Model | Offer Availability Region | Hub/Project Region for Deployment | Hub/Project Region for Fine tuning |
5656
|---------|---------|---------|---------|
57-
Phi-4 | Not applicable | East US 2 <br> Sweden Central | Not available |
57+
Phi-4 | Not applicable | 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 |
5858
Phi-3.5-vision-Instruct | Not applicable | 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 |
5959
Phi-3.5-MoE-Instruct | Not applicable | East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | East US 2 |
6060
Phi-3.5-Mini-Instruct | Not applicable | East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | East US 2 | East US 2 |

articles/ai-studio/reference/region-support.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: references_regions, build-2024
1616

1717
Azure AI Foundry brings together various Azure AI capabilities that previously were only available as standalone Azure services. While we strive to make all features available in all regions where Azure AI Foundry is supported at the same time, feature availability may vary by region. In this article, you'll learn what Azure AI Foundry features are available across cloud regions.
1818

19-
## Azure Public regions
19+
## Azure AI Foundry projects
2020

2121
Azure AI Foundry is currently available in the following Azure regions. You can create [projects in Azure AI Foundry portal](../how-to/create-projects.md) in these regions.
2222

@@ -44,30 +44,22 @@ Azure AI Foundry is currently available in the following Azure regions. You can
4444
- West US
4545
- West US 3
4646

47-
### Azure Government regions
48-
49-
Azure AI Foundry is currently not available in Azure Government regions or air-gap regions.
50-
51-
## Azure OpenAI
52-
53-
For information on the availability of Azure OpenAI models, see [Azure OpenAI Model summary table and region availability](../../ai-services/openai/concepts/models.md#model-summary-table-and-region-availability).
54-
5547
> [!NOTE]
56-
> Some models might not be available within the Azure AI Foundry model catalog.
57-
58-
For more information, see [Azure OpenAI quotas and limits](/azure/ai-services/openai/quotas-limits).
59-
60-
## Speech capabilities
61-
62-
Azure AI Speech capabilities including custom neural voice vary in regional availability due to underlying hardware availability. See [Speech service supported regions](../../ai-services/speech-service/regions.md) for an overview.
63-
64-
## Serverless API deployments
48+
> Azure AI Foundry is currently not available in Azure Government regions or air-gap regions.
6549
66-
Some models in the model catalog can be deployed as a serverless API with pay-as-you-go billing. For information on the regions where each model is available, see [Region availability for models in Serverless API endpoints](../how-to/deploy-models-serverless-availability.md).
50+
## Azure AI Foundry features
51+
52+
You can add features from different regions to your project. You may need to use a different region for a particular feature, based on the region availability of that feature.
6753

68-
## Azure AI Content Safety
54+
The following table lists the availability of Azure AI Foundry features across Azure regions.
6955

70-
To use the Content Safety APIs, you must create your Azure AI Content Safety resource in a supported region. For a list of supported regions, see [What is Azure AI Content Safety?](../../ai-services/content-safety/overview.md#region-availability)
56+
| Service | Description | Link |
57+
|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|
58+
| Azure OpenAI | Note that some models might not be available within the Azure AI Foundry model catalog. | [Azure OpenAI quotas and limits](/azure/ai-services/openai/quotas-limits)
59+
| Speech capabilities | Azure AI Speech capabilities including custom neural voice vary in regional availability due to underlying hardware availability. | [Speech service supported regions](../../ai-services/speech-service/regions.md) |
60+
| Serverless API deployments | Some models in the model catalog can be deployed as a serverless API with pay-as-you-go billing. | [Region availability for models in Serverless API endpoints](../how-to/deploy-models-serverless-availability.md) |
61+
| Azure AI Content Safety | To use the Content Safety APIs, you must create your Azure AI Content Safety resource in a supported region. | [What is Azure AI Content Safety?](../../ai-services/content-safety/overview.md#region-availability) |
62+
| Azure AI Agent Service | Azure AI Agent Service supports the same models as the chat completions API in Azure OpenAI. | [Azure AI Agent Service region availability](../../ai-services/agents/concepts/model-region-support.md#azure-openai-models) |
7163

7264
## Next steps
7365

articles/machine-learning/concept-compute-target.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,45 @@ The compute resources you use for your compute targets are attached to a [worksp
3434

3535
As you scale up your training on larger datasets or perform [distributed training](how-to-train-distributed-gpu.md), use Azure Machine Learning compute to create a single- or multi-node cluster that autoscales each time you submit a job. You can also attach your own compute resource, although support for different scenarios might vary.
3636

37-
[!INCLUDE [aml-compute-target-train](includes/aml-compute-target-train.md)]
37+
**Compute targets can be reused from one training job to the next.** For example, after you attach a remote VM to your workspace, you can reuse it for multiple jobs.
38+
:::moniker range="azureml-api-1"
39+
For machine learning pipelines, use the appropriate [pipeline step](/python/api/azureml-pipeline-steps/azureml.pipeline.steps) for each compute target.
40+
:::moniker-end
41+
42+
You can use any of the following resources for a training compute target for most jobs. Not all resources can be used for automated machine learning, machine learning pipelines, or designer. Azure Databricks can be used as a training resource for local runs and machine learning pipelines, but not as a remote target for other training.
43+
44+
:::moniker range="azureml-api-2"
45+
|Training &nbsp;targets|[Automated machine learning](~/articles/machine-learning/concept-automated-ml.md) | [Machine learning pipelines](~/articles/machine-learning/concept-ml-pipelines.md) | [Azure Machine Learning designer](~/articles/machine-learning/concept-designer.md)
46+
|----|:----:|:----:|:----:|
47+
|[Azure Machine Learning compute cluster](~/articles/machine-learning/how-to-create-attach-compute-cluster.md)| Yes | Yes | Yes |
48+
|[Azure Machine Learning serverless compute](~/articles/machine-learning/how-to-use-serverless-compute.md)| Yes | Yes | Yes |
49+
|[Azure Machine Learning compute instance](~/articles/machine-learning/how-to-create-compute-instance.md) | Yes (through SDK) | Yes | Yes |
50+
|[Azure Machine Learning Kubernetes](~/articles/machine-learning/how-to-attach-kubernetes-anywhere.md) | | Yes | Yes |
51+
|[Remote VM](~/articles/machine-learning/v1/how-to-train-model.md#remote-virtual-machines) | Yes | Yes | &nbsp; |
52+
|[Apache Spark pools (preview)](~/articles/machine-learning/how-to-manage-synapse-spark-pool.md)| Yes (SDK local mode only) | Yes | &nbsp; |
53+
|[Azure&nbsp;Databricks](~/articles/machine-learning/how-to-create-attach-compute-studio.md#other-compute-targets) | Yes (SDK local mode only) | Yes | &nbsp; |
54+
|[Azure Data Lake Analytics](~/articles/machine-learning/how-to-create-attach-compute-studio.md#other-compute-targets) | &nbsp; | Yes | &nbsp; |
55+
|[Azure HDInsight](~/articles/machine-learning/how-to-create-attach-compute-studio.md#other-compute-targets) | &nbsp; | Yes | &nbsp; |
56+
|[Azure Batch](~/articles/machine-learning/how-to-create-attach-compute-studio.md#other-compute-targets) | &nbsp; | Yes | &nbsp; |
57+
:::moniker-end
58+
:::moniker range="azureml-api-1"
59+
|Training &nbsp;targets|[Automated machine learning](~/articles/machine-learning/concept-automated-ml.md) | [Machine learning pipelines](~/articles/machine-learning/concept-ml-pipelines.md) | [Azure Machine Learning designer](~/articles/machine-learning/concept-designer.md)
60+
|----|:----:|:----:|:----:|
61+
|[Local computer](~/articles/machine-learning/v1/how-to-train-model.md#local-computer)| Yes | &nbsp; | &nbsp; |
62+
|[Azure Machine Learning compute cluster](~/articles/machine-learning/how-to-create-attach-compute-cluster.md)| Yes | Yes | Yes |
63+
|[Azure Machine Learning compute instance](~/articles/machine-learning/how-to-create-compute-instance.md) | Yes (through SDK) | Yes | Yes |
64+
|[Azure Machine Learning Kubernetes](~/articles/machine-learning/v1/how-to-create-attach-kubernetes.md) | | Yes | Yes |
65+
|[Remote VM](~/articles/machine-learning/v1/how-to-train-model.md#remote-virtual-machines) | Yes | Yes | &nbsp; |
66+
|[Apache Spark pools (preview)](~/articles/machine-learning/v1/how-to-train-model.md#synapse)| Yes (SDK local mode only) | Yes | &nbsp; |
67+
|[Azure&nbsp;Databricks](~/articles/machine-learning/v1/how-to-train-model.md#azure-databricks)| Yes (SDK local mode only) | Yes | &nbsp; |
68+
|[Azure Data Lake Analytics](~/articles/machine-learning/v1/how-to-train-model.md#azure-data-lake-analytics) | &nbsp; | Yes | &nbsp; |
69+
|[Azure HDInsight](~/articles/machine-learning/v1/how-to-train-model.md#azure-hdinsight) | &nbsp; | Yes | &nbsp; |
70+
|[Azure Batch](~/articles/machine-learning/v1/how-to-train-model.md#azbatch) | &nbsp; | Yes | &nbsp; |
71+
:::moniker-end
72+
73+
> [!TIP]
74+
> The compute instance has 120GB OS disk. If you run out of disk space, [use the terminal](~/articles/machine-learning/how-to-access-terminal.md) to clear at least 1-2 GB before you [stop or restart](~/articles/machine-learning/how-to-manage-compute-instance.md#manage) the compute instance.
75+
3876

3977
## Compute targets for inference
4078

articles/machine-learning/how-to-attach-kubernetes-anywhere.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ A `KubernetesCompute` target in Azure Machine Learning workloads (training and m
7474
- The availability of **Preview features** in Azure Machine Learning isn't guaranteed.
7575
- Models (including the foundational model) from the **Model Catalog** and **Registry** aren't supported on Kubernetes online endpoints.
7676
- The process of creating a model inference deployment inside the cluster has a timeout limit of **20 minutes**. This includes downloading the image, downloading the model, and initializing the user scripts.
77+
- Azure Machine Learning extension supports Kubernetes Baseline Pod Security Standard.
78+
- Training on Kubernetes compute doesn't support auto scale nodes.
7779

7880
## Recommended best practices
7981

articles/machine-learning/includes/aml-compute-target-train.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

articles/search/search-sku-tier.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Currently, several regions are capacity-constrained for specific tiers and can't
5959

6060
| Region | Disabled tier (SKU) due to over-capacity | Suggested alternative |
6161
|--------|------------------------------------------|-----------------------|
62-
| France Central | Basic, S1| Switzerland North |
63-
| North Europe | All tiers | Switzerland North |
64-
| West Europe | All tiers | Switzerland North |
62+
| France Central | Basic, S1| Sweden Central, Switzerland North|
63+
| North Europe | All tiers | Sweden Central, Switzerland North|
64+
| West Europe | All tiers | Sweden Central, Switzerland North|
6565
| US Gov Virginia | All tiers | US Gov Arizona |
6666

6767
## Feature availability by tier

0 commit comments

Comments
 (0)