Skip to content

Commit c28803b

Browse files
authored
Merge pull request #37079 from dotnet/main
Merge to Live
2 parents 38d2300 + 8a27499 commit c28803b

9 files changed

Lines changed: 154 additions & 157 deletions

File tree

aspnetcore/fundamentals/apis.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: JeremyLikness
44
description: Learn how to build fast HTTP APIs with ASP.NET Core using Minimal APIs, the recommended approach for new projects.
55
ai-usage: ai-assisted
66
ms.author: jeliknes
7-
ms.date: 08/15/2025
7+
ms.date: 04/30/2026
88
monikerRange: '>= aspnetcore-6.0'
99
uid: fundamentals/apis
1010
---
@@ -88,7 +88,6 @@ Both API projects refer to the following class:
8888
* Model binding extensibility (<xref:Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider>, <xref:Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder>)
8989
* Advanced validation features (<xref:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidator>)
9090
* [Application parts](xref:mvc/extensibility/app-parts) or the [application model](xref:mvc/controllers/application-model)
91-
* [JsonPatch](https://www.nuget.org/packages/Microsoft.AspNetCore.JsonPatch/) support
9291
* [OData](https://www.nuget.org/packages/Microsoft.AspNetCore.OData/) support
9392

9493
Most of these features can be implemented in Minimal APIs with custom solutions, but controllers provide them out of the box.
@@ -151,7 +150,6 @@ Both API projects refer to the following class:
151150
* Form binding support, including <xref:Microsoft.AspNetCore.Http.IFormFile>
152151
* Advanced validation features (<xref:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidator>)
153152
* [Application parts](xref:mvc/extensibility/app-parts) or the [application model](xref:mvc/controllers/application-model)
154-
* [JsonPatch](https://www.nuget.org/packages/Microsoft.AspNetCore.JsonPatch/) support
155153
* [OData](https://www.nuget.org/packages/Microsoft.AspNetCore.OData/) support
156154

157155
## See also

aspnetcore/host-and-deploy/aspnet-core-module.md

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

aspnetcore/host-and-deploy/azure-iis-errors-reference.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: tdykstra
44
description: Provides troubleshooting advice for the most common errors when hosting ASP.NET Core apps on Azure Apps Service and IIS.
55
monikerRange: '>= aspnetcore-2.1'
66
ms.author: tdykstra
7-
ms.date: 7/23/2024
7+
ms.date: 04/21/2026
88
uid: host-and-deploy/azure-iis-errors-reference
99
---
1010

@@ -14,25 +14,25 @@ uid: host-and-deploy/azure-iis-errors-reference
1414

1515
:::moniker range=">= aspnetcore-6.0"
1616

17-
This topic describes the most common errors and provides troubleshooting advice when hosting ASP.NET Core apps on Azure Apps Service and IIS.
17+
This article describes the most common errors and provides troubleshooting advice when hosting ASP.NET Core apps on Azure Apps Service and IIS.
1818

1919
See <xref:test/troubleshoot-azure-iis> information on common app startup errors and instructions on how to diagnose errors.
2020

2121
Collect the following information:
2222

2323
* Browser behavior such as status code and error message.
24-
* Application Event Log entries
24+
* Application Event Log entries.
2525
* Azure App Service: See <xref:test/troubleshoot-azure-iis>.
2626
* IIS
2727
1. Select **Start** on the **Windows** menu, type *Event Viewer*, and press **Enter**.
2828
1. After the **Event Viewer** opens, expand **Windows Logs** > **Application** in the sidebar.
29-
* ASP.NET Core Module stdout and debug log entries
29+
* ASP.NET Core Module stdout and debug log entries.
3030
* Azure App Service: See <xref:test/troubleshoot-azure-iis>.
31-
* IIS: Follow the instructions in the [Log creation and redirection](xref:host-and-deploy/aspnet-core-module#log-creation-and-redirection) and [Enhanced diagnostic logs](xref:host-and-deploy/iis/logging-and-diagnostics#enhanced-diagnostic-logs) sections of the ASP.NET Core Module topic.
31+
* IIS: Follow the instructions in the [Log creation and redirection](xref:host-and-deploy/aspnet-core-module#log-creation-and-redirection) and [Enhanced diagnostic logs](xref:host-and-deploy/iis/logging-and-diagnostics#enhanced-diagnostic-logs) sections of the ASP.NET Core Module article.
3232

3333
Compare error information to the following common errors. If a match is found, follow the troubleshooting advice.
3434

35-
The list of errors in this topic isn't exhaustive. If you encounter an error not listed here, open a new issue using the **Content feedback** button at the bottom of this topic with detailed instructions on how to reproduce the error.
35+
The list of errors in this article isn't exhaustive. If you encounter an error not listed here, open a new issue using the **Content feedback** button at the bottom of this article with detailed instructions on how to reproduce the error.
3636

3737
[!INCLUDE[Azure App Service Preview Notice](~/includes/azure-apps-preview-notice.md)]
3838

@@ -293,7 +293,7 @@ Troubleshooting:
293293

294294
The process failed to start, most likely due to an app configuration or programming issue.
295295

296-
For more information, see the following topics:
296+
For more information, see the following articles:
297297

298298
* <xref:test/troubleshoot-azure-iis>
299299
* <xref:test/troubleshoot>

0 commit comments

Comments
 (0)