Skip to content

Commit 8f39aab

Browse files
Merge pull request #314246 from cdpark/foundry-branding-training
Foundry Branding - content only
2 parents 4a5870f + ddbcada commit 8f39aab

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

articles/high-performance-computing/performance-benchmarking/platform-selection-best-practices-for-hpc-ai-models.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 02/12/2026
1414

1515
Azure provides multiple platforms for training, fine-tuning, and deploying AI models. Each platform addresses different requirements such as managed fine-tuning of foundation models, full MLOps lifecycle management, HPC-style training with Slurm, or Kubernetes-native portability.
1616

17-
While the Azure Well-Architected Framework (WAF) commonly recommends **Azure Machine Learning** for managed training and MLOps. Other platforms such as **Azure AI Foundry**, **Azure Kubernetes Service (AKS)**, and **Azure CycleCloud** are also valid and recommended depending on the scenario.
17+
While the Azure Well-Architected Framework (WAF) commonly recommends **Azure Machine Learning** for managed training and MLOps. Other platforms such as **Microsoft Foundry**, **Azure Kubernetes Service (AKS)**, and **Azure CycleCloud** are also valid and recommended depending on the scenario.
1818

1919
The platforms overlap in capability, which can create confusion. This guide focuses on decision clarity rather than prescribing a single correct platform and helps choose the appropriate Azure platform for AI workloads based on workload type, operational model, and customer requirements.
2020

@@ -24,11 +24,11 @@ The platforms overlap in capability, which can create confusion. This guide focu
2424

2525
:::image type="content" source="../media/ai-training-platform-decision-guide.png" alt-text="Diagram depicting platform decision tree.":::
2626

27-
### Azure AI Foundry
27+
### Microsoft Foundry
2828

29-
Choose Azure AI Foundry when you need a managed, end-to-end platform to fine-tune foundation models such as GPT, Llama, or Phi and deploy them safely at scale.
29+
Choose Microsoft Foundry when you need a managed, end-to-end platform to fine-tune foundation models such as GPT, Llama, or Phi and deploy them safely at scale.
3030

31-
Azure AI Foundry simplifies fine-tuning without infrastructure management, provides integrated content safety and responsible AI controls, enables faster AI app development through visual prompt flow orchestration. It offers unified access to Azure OpenAI models with customization across the model lifecycle.
31+
Foundry simplifies fine-tuning without infrastructure management, provides integrated content safety and responsible AI controls, enables faster AI app development through visual prompt flow orchestration. It offers unified access to Azure OpenAI models with customization across the model lifecycle.
3232

3333
Consider alternatives like Azure Machine Learning for custom training loops or unsupported models, and CycleCloud for Slurm-based workflows.
3434

@@ -40,7 +40,7 @@ It supports experiment tracking for reproducibility, automated training and depl
4040

4141
Azure ML also provides robust model versioning, registration, and governance through its model registry, supporting compliance and audit needs, while offering managed compute so data scientists can focus on modeling rather than infrastructure. It can also attach AKS clusters as compute targets, combining Kubernetes-based training with Azure ML’s orchestration and tracking.
4242

43-
For simpler foundation model fine-tuning, Azure AI Foundry may be a better fit, while CycleCloud suits Slurm/PBS scheduler needs and AKS is preferred for multi-cloud portability.
43+
For simpler foundation model fine-tuning, Microsoft Foundry may be a better fit, while CycleCloud suits Slurm/PBS scheduler needs and AKS is preferred for multi-cloud portability.
4444

4545

4646
### Azure CycleCloud Workspace for Slurm
@@ -66,7 +66,7 @@ Consider alternatives if you want integrated experiment tracking and MLOps pipel
6666

6767
The following table compares Azure platforms commonly used for AI training and deployment, highlighting how each aligns with different workload requirements, operational models, and infrastructure preferences.
6868

69-
| Capability | AI Foundry | Azure ML | CycleCloud | AKS |
69+
| Capability | Foundry | Azure ML | CycleCloud | AKS |
7070
|------------|:----------:|:--------:|:----------:|:---:|
7171
| Foundation model fine-tuning | Built-in, managed | Supported | Requires custom setup | Requires custom setup |
7272
| Custom model training | Supported (scoped scearios) | Native supported | Fully supported | Fully supported |
@@ -81,7 +81,7 @@ The following table compares Azure platforms commonly used for AI training and d
8181

8282
**Enterprise foundation model tuning and deployment**
8383

84-
For scenarios focused on fine‑tuning and deploying foundation models, Azure AI Foundry provides an end‑to‑end managed experience. It supports a streamlined path from model customization to deployment, with built‑in safety and governance features that reduce operational complexity for enterprise LLM applications.
84+
For scenarios focused on fine‑tuning and deploying foundation models, Foundry provides an end‑to‑end managed experience. It supports a streamlined path from model customization to deployment, with built‑in safety and governance features that reduce operational complexity for enterprise LLM applications.
8585

8686
**Custom machine learning with full MLOps**
8787

@@ -104,7 +104,7 @@ Organizations prioritizing portability and platform consistency across environme
104104

105105
For complex implementations and enterprise architectures, you can combine platforms.
106106

107-
- Enterprise LLM applications benefit from an end‑to‑end managed approach using Azure AI Foundry for both fine‑tuning and deployment, simplifying the model lifecycle and reducing operational overhead.
107+
- Enterprise LLM applications benefit from an end‑to‑end managed approach using Foundry for both fine‑tuning and deployment, simplifying the model lifecycle and reducing operational overhead.
108108

109109
- For custom machine learning workloads that require Kubernetes-based serving, Azure Machine Learning handles training and MLOps while AKS provides scalable, production‑grade inference.
110110

0 commit comments

Comments
 (0)