Skip to content

Commit 33cdf77

Browse files
authored
Merge pull request #6572 from MicrosoftDocs/autoheal-pattern-0-20260330181234
[Validation Auto Healing] [Pattern-based rules] [created at 2026-03-30]
2 parents d774bc4 + f655f6e commit 33cdf77

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

hub/apps/get-started/ai-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You've built a complete WinUI 3 notes app using:
132132

133133
## Optional: Add on-device AI to your app
134134

135-
The notes app is fully functional — but you can take it further by adding an AI feature that runs entirely on the user's device. [Foundry Local](https://learn.microsoft.com/windows/ai/foundry-local/get-started) makes this straightforward: it runs a language model locally and exposes an OpenAI-compatible API.
135+
The notes app is fully functional — but you can take it further by adding an AI feature that runs entirely on the user's device. [Foundry Local](/windows/ai/foundry-local/get-started) makes this straightforward: it runs a language model locally and exposes an OpenAI-compatible API.
136136

137137
### Install Foundry Local and download a model
138138

@@ -171,7 +171,7 @@ var completion = await client.GetChatClient("phi-4-mini")
171171
No internet connection required. No API key. The model runs on their PC — fast, private, and free.
172172

173173
> [!TIP]
174-
> For apps targeting Copilot+ PCs, you can swap Foundry Local for [Phi Silica](https://learn.microsoft.com/windows/ai/apis/phi-silica) to use the NPU directly for even faster inference. The API surface is different (Windows AI APIs rather than OpenAI-compatible), but Copilot can help you make the switch.
174+
> For apps targeting Copilot+ PCs, you can swap Foundry Local for [Phi Silica](/windows/ai/apis/phi-silica) to use the NPU directly for even faster inference. The API surface is different (Windows AI APIs rather than OpenAI-compatible), but Copilot can help you make the switch.
175175
176176
---
177177

hub/apps/get-started/ai-for-windows-developers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Windows is where AI development is happening — both for developers writing app
1616
This article covers both: the AI coding tools that help you build Windows apps faster, and the Windows AI stack that lets you put intelligence directly into your app. When you're ready, follow the links to set up your environment and start building.
1717

1818
> [!TIP]
19-
> **New to Windows development?** Windows has the deepest local AI stack of any platform: [Foundry Local](https://learn.microsoft.com/windows/ai/foundry-local/get-started) runs state-of-the-art models on any hardware, [Phi Silica](https://learn.microsoft.com/windows/ai/apis/phi-silica) uses the NPU on Copilot+ PCs for near-instant inference, and the full [Windows AI API surface](/windows/ai/) is available to any packaged app. If you're coming from Linux or macOS, Windows Subsystem for Linux (WSL) and the GitHub Copilot CLI Terminal mean you don't have to give up your existing workflow to get started.
19+
> **New to Windows development?** Windows has the deepest local AI stack of any platform: [Foundry Local](/windows/ai/foundry-local/get-started) runs state-of-the-art models on any hardware, [Phi Silica](/windows/ai/apis/phi-silica) uses the NPU on Copilot+ PCs for near-instant inference, and the full [Windows AI API surface](/windows/ai/) is available to any packaged app. If you're coming from Linux or macOS, Windows Subsystem for Linux (WSL) and the GitHub Copilot CLI Terminal mean you don't have to give up your existing workflow to get started.
2020
2121
## Two ways AI changes Windows development
2222

@@ -95,7 +95,7 @@ The Windows AI stack lets you ship AI features directly in your app — with har
9595

9696
### Foundry Local
9797

98-
[Foundry Local](https://learn.microsoft.com/windows/ai/foundry-local/get-started) runs large language models locally on any Windows PC. It exposes an OpenAI-compatible REST API, so you can use your existing AI code against local models with no rewrite. Foundry Local is the recommended starting point for adding AI to a Windows app — it works on any hardware, requires no Azure subscription, and keeps user data on-device.
98+
[Foundry Local](/windows/ai/foundry-local/get-started) runs large language models locally on any Windows PC. It exposes an OpenAI-compatible REST API, so you can use your existing AI code against local models with no rewrite. Foundry Local is the recommended starting point for adding AI to a Windows app — it works on any hardware, requires no Azure subscription, and keeps user data on-device.
9999

100100
```bash
101101
winget install Microsoft.AIFoundry.Local
@@ -106,7 +106,7 @@ After the model starts, call it from your app using the OpenAI-compatible endpoi
106106

107107
### Phi Silica
108108

109-
[Phi Silica](https://learn.microsoft.com/windows/ai/apis/phi-silica) is a compact, highly capable model built into Windows 11 on Copilot+ PCs. It runs entirely on the NPU — no GPU, no cloud, near-instant inference. If your app targets Copilot+ PCs, Phi Silica is the fastest local AI option available.
109+
[Phi Silica](/windows/ai/apis/phi-silica) is a compact, highly capable model built into Windows 11 on Copilot+ PCs. It runs entirely on the NPU — no GPU, no cloud, near-instant inference. If your app targets Copilot+ PCs, Phi Silica is the fastest local AI option available.
110110

111111
> [!NOTE]
112112
> Phi Silica requires a Copilot+ PC (with NPU, 40+ TOPS). For apps targeting all Windows hardware, use Foundry Local with a fallback to cloud APIs.
@@ -132,7 +132,7 @@ All of these run on-device, require no cloud subscription, and become available
132132
Or jump straight to:
133133

134134
- [Tutorial: Build a Windows app with GitHub Copilot](ai-build.md)
135-
- [Get started with Foundry Local](https://learn.microsoft.com/windows/ai/foundry-local/get-started)
135+
- [Get started with Foundry Local](/windows/ai/foundry-local/get-started)
136136
- [Modernize or port a Windows app with Copilot](../windows-app-sdk/migrate-to-windows-app-sdk/ai-modernize.md)
137137
- [Agentic AI tools for Windows development](../dev-tools/agentic-tools.md)
138138
- [Windows AI APIs overview](/windows/ai/)

hub/apps/publish/recent-data-usage-reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.localizationpriority: medium
99

1010
# What’s New - Recent data view in Usage reports
1111

12-
The [**Recent data** view in Usage reports](https://partner.microsoft.com/dashboard/insights/analytics/store/usage?viewSelected=48h) provides near real‑time visibility into how users are engaging with your app. With this launch, data is now refreshed in about 3 hours instead of 30 hours, delivering a faster and more responsive reporting experience. This view is designed to complement the [existing daily and longer‑term Usage insights](https://learn.microsoft.com/windows/apps/publish/usage) by focusing on very recent activity, helping you react quickly to changes without waiting for daily aggregation.
12+
The [**Recent data** view in Usage reports](https://partner.microsoft.com/dashboard/insights/analytics/store/usage?viewSelected=48h) provides near real‑time visibility into how users are engaging with your app. With this launch, data is now refreshed in about 3 hours instead of 30 hours, delivering a faster and more responsive reporting experience. This view is designed to complement the [existing daily and longer‑term Usage insights](/windows/apps/publish/usage) by focusing on very recent activity, helping you react quickly to changes without waiting for daily aggregation.
1313

1414
#### What the Recent data view shows
1515

hub/dev-environment/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For most Java development — web backends, Android, enterprise apps — native
7474
> [!div class="nextstepaction"]
7575
> [Java on Azure and Windows documentation](/java/)
7676
77-
- [Java for Beginners (video series)](https://learn.microsoft.com/shows/java-for-beginners/)
77+
- [Java for Beginners (video series)](/shows/java-for-beginners/)
7878
- [Learn Java (java.com)](https://dev.java/learn/)
7979
- [Maven in 5 minutes](https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html)
8080
- [Gradle quickstart](https://docs.gradle.org/current/userguide/getting_started_eng.html)

0 commit comments

Comments
 (0)