Skip to content

Commit 5f6106f

Browse files
Update aspnetcore/fundamentals/configuration/index.md
Co-authored-by: Rick Anderson <[email protected]>
1 parent c74f324 commit 5f6106f

File tree

1 file changed

+1
-2
lines changed
  • aspnetcore/fundamentals/configuration

1 file changed

+1
-2
lines changed

aspnetcore/fundamentals/configuration/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ var builder = WebApplication.CreateBuilder(args);
5959
1. [appsettings.json](#appsettingsjson) using the [JSON configuration provider](#jcp).
6060
1. A fallback to the host configuration described in the [next section](#host).
6161

62-
> [!IMPORTANT]
63-
> While this article mentions `WebApplication.CreateBuilder(args)` many times, application code should call this method only once. For more information, see [this IIS Support blog post](https://techcommunity.microsoft.com/blog/iis-support-blog/asp-net-core-503-server-has-been-shutdown/3830338).
62+
Note: `WebApplication.CreateBuilder(args)` should only be called once.
6463

6564
<a name="host"></a>
6665

0 commit comments

Comments
 (0)