Skip to content

Commit 88bf6f1

Browse files
committed
Standalone WASM with IIS cross-links and content
1 parent 8dd431a commit 88bf6f1

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

aspnetcore/blazor/host-and-deploy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To host a Blazor app in IIS, see the following resources:
6969
* <xref:tutorials/publish-to-iis>
7070
* <xref:host-and-deploy/iis/index>
7171
* <xref:blazor/host-and-deploy/server/index>: Server apps running on IIS, including IIS with Azure Virtual Machines (VMs) running Windows OS and Azure App Service.
72-
* <xref:blazor/host-and-deploy/webassembly/index>: Includes additional guidance for Blazor WebAssembly apps hosted on IIS, including static site hosting, custom `web.config` files, URL rewriting, sub-apps, compression, and Azure Storage static file hosting.
72+
* <xref:blazor/host-and-deploy/webassembly/iis>: Provides guidance for standalone Blazor WebAssembly apps hosted on IIS (and for hosted Blazor WebAssembly apps in .NET 7 or earlier).
7373
* IIS sub-application hosting
7474
* Follow the [app base path guidance](xref:blazor/host-and-deploy/app-base-path) prior to publishing the app. The examples use an app base path of `/CoolApp` and show how to [obtain the base path from app settings or other configuration providers](xref:blazor/host-and-deploy/app-base-path#obtain-the-app-base-path-from-configuration).
7575
* Follow the sub-application configuration guidance in <xref:host-and-deploy/iis/advanced#sub-applications>. The sub-app's folder path under the root site becomes the virtual path of the sub-app. For an app base path of `/CoolApp`, the Blazor app is placed in a folder named `CoolApp` under the root site and the sub-app takes on a virtual path of `/CoolApp`.

aspnetcore/blazor/host-and-deploy/webassembly/azure-static-web-apps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Host and deploy ASP.NET Core Blazor WebAssembly with Azure Static Web Apps
2+
title: Host and deploy ASP.NET Core standalone Blazor WebAssembly with Azure Static Web Apps
33
author: guardrex
4-
description: Learn how to host and deploy Blazor WebAssembly with Microsoft Azure Static Web Apps.
4+
description: Learn how to host and deploy standalone Blazor WebAssembly with Microsoft Azure Static Web Apps.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
88
ms.date: 03/31/2025
99
uid: blazor/host-and-deploy/webassembly/azure-static-web-apps
1010
---
11-
# Host and deploy ASP.NET Core Blazor WebAssembly with Azure Static Web Apps
11+
# Host and deploy ASP.NET Core standalone Blazor WebAssembly with Azure Static Web Apps
1212

1313
[!INCLUDE[](~/includes/not-latest-version.md)]
1414

15-
This article explains how to host and deploy Blazor WebAssembly with [Microsoft Azure Static Web Apps](https://azure.microsoft.com/products/app-service/static).
15+
This article explains how to host and deploy standalone Blazor WebAssembly with [Microsoft Azure Static Web Apps](https://azure.microsoft.com/products/app-service/static).
1616

1717
## Deploy from Visual Studio
1818

aspnetcore/blazor/host-and-deploy/webassembly/azure-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Host and deploy ASP.NET Core Blazor WebAssembly with Azure Storage
2+
title: Host and deploy ASP.NET Core standalone Blazor WebAssembly with Azure Storage
33
author: guardrex
4-
description: Learn how to host and deploy Blazor WebAssembly using Microsoft Azure Storage.
4+
description: Learn how to host and deploy standalone Blazor WebAssembly using Microsoft Azure Storage.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
88
ms.date: 03/31/2025
99
uid: blazor/host-and-deploy/webassembly/azure-storage
1010
---
11-
# Host and deploy ASP.NET Core Blazor WebAssembly with Azure Storage
11+
# Host and deploy ASP.NET Core standalone Blazor WebAssembly with Azure Storage
1212

1313
[!INCLUDE[](~/includes/not-latest-version.md)]
1414

15-
This article explains how to host and deploy Blazor WebAssembly using [Microsoft Azure Storage](/azure/storage/common/storage-introduction).
15+
This article explains how to host and deploy standalone Blazor WebAssembly using [Microsoft Azure Storage](/azure/storage/common/storage-introduction).
1616

1717
Azure Storage static file hosting allows serverless Blazor app hosting. Custom domain names, the Azure Content Delivery Network (CDN), and HTTPS are supported.
1818

aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Host and deploy ASP.NET Core Blazor WebAssembly with GitHub Pages
2+
title: Host and deploy ASP.NET Core standalone Blazor WebAssembly with GitHub Pages
33
author: guardrex
4-
description: Learn how to host and deploy Blazor WebAssembly using GitHub Pages.
4+
description: Learn how to host and deploy standalone Blazor WebAssembly using GitHub Pages.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
88
ms.date: 03/31/2025
99
uid: blazor/host-and-deploy/webassembly/github-pages
1010
---
11-
# Host and deploy ASP.NET Core Blazor WebAssembly with GitHub Pages
11+
# Host and deploy ASP.NET Core standalone Blazor WebAssembly with GitHub Pages
1212

1313
[!INCLUDE[](~/includes/not-latest-version.md)]
1414

15-
This article explains how to host and deploy Blazor WebAssembly using [GitHub Pages](https://pages.github.com/).
15+
This article explains how to host and deploy standalone Blazor WebAssembly using [GitHub Pages](https://pages.github.com/).
1616

1717
The following guidance for GitHub Pages deployments of Blazor WebAssembly apps demonstrates concepts with a live tool deployed to GitHub Pages. The tool is used by the ASP.NET Core documentation authors to create cross-reference (XREF) links to API documentation for article markdown:
1818

0 commit comments

Comments
 (0)