Skip to content

Commit 33166b4

Browse files
committed
fix ordering
1 parent 31a847e commit 33166b4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

aspnetcore/migration/fx-to-core/inc/remote-app-setup.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ monikerRange: '>= aspnetcore-6.0'
77
ms.date: 11/9/2022
88
ms.topic: article
99
uid: migration/fx-to-core/inc/remote-app-setup
10+
zone_pivot_groups: migration-remote-app-setup
1011
---
1112

1213
# Remote app setup
@@ -24,6 +25,8 @@ Common scenarios this enables:
2425
* [Remote app authentication](xref:migration/fx-to-core/areas/authentication#remote-authenticationn)
2526
* [Remote session](xref:migration/fx-to-core/areas/session#remote-app-session-state)
2627

28+
:::zone pivot="manual"
29+
2730
## Configuration Values
2831

2932
To enable the ASP.NET Core app to communicate with the ASP.NET app, it's necessary to make a couple small changes to each app.
@@ -163,9 +166,9 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
163166
> <add key=".NET Libraries Daily" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
164167
> </packageSources>
165168
> </configuration>
166-
>
167-
> This requires v2.0.1-preview1.25351.3 of the System.Web adapters or later.
168169
> ```
170+
>
171+
> **NOTE**: This requires v2.0.1-preview1.25351.3 of the System.Web adapters or later.
169172

170173
1. Add Aspire orchestration for the ASP.NET Framework application
171174
1. Add a new ASP.NET Core application to the solution and add it to your Aspire orchestration

0 commit comments

Comments
 (0)