From 88bf6f16bc9dda2c89ffd6066231d446b93d2943 Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Mon, 5 May 2025 12:06:47 -0400 Subject: [PATCH 1/3] Standalone WASM with IIS cross-links and content --- aspnetcore/blazor/host-and-deploy/index.md | 2 +- .../host-and-deploy/webassembly/azure-static-web-apps.md | 8 ++++---- .../blazor/host-and-deploy/webassembly/azure-storage.md | 8 ++++---- .../blazor/host-and-deploy/webassembly/github-pages.md | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/aspnetcore/blazor/host-and-deploy/index.md b/aspnetcore/blazor/host-and-deploy/index.md index d85fb9221f0e..974cdc1551e0 100644 --- a/aspnetcore/blazor/host-and-deploy/index.md +++ b/aspnetcore/blazor/host-and-deploy/index.md @@ -69,7 +69,7 @@ To host a Blazor app in IIS, see the following resources: * * * : Server apps running on IIS, including IIS with Azure Virtual Machines (VMs) running Windows OS and Azure App Service. -* : 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. +* : Provides guidance for standalone Blazor WebAssembly apps hosted on IIS (and for hosted Blazor WebAssembly apps in .NET 7 or earlier). * IIS sub-application hosting * 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). * Follow the sub-application configuration guidance in . 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`. diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/azure-static-web-apps.md b/aspnetcore/blazor/host-and-deploy/webassembly/azure-static-web-apps.md index 35929ea56127..1d79f9294dd8 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/azure-static-web-apps.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/azure-static-web-apps.md @@ -1,18 +1,18 @@ --- -title: Host and deploy ASP.NET Core Blazor WebAssembly with Azure Static Web Apps +title: Host and deploy ASP.NET Core standalone Blazor WebAssembly with Azure Static Web Apps author: guardrex -description: Learn how to host and deploy Blazor WebAssembly with Microsoft Azure Static Web Apps. +description: Learn how to host and deploy standalone Blazor WebAssembly with Microsoft Azure Static Web Apps. monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc ms.date: 03/31/2025 uid: blazor/host-and-deploy/webassembly/azure-static-web-apps --- -# Host and deploy ASP.NET Core Blazor WebAssembly with Azure Static Web Apps +# Host and deploy ASP.NET Core standalone Blazor WebAssembly with Azure Static Web Apps [!INCLUDE[](~/includes/not-latest-version.md)] -This article explains how to host and deploy Blazor WebAssembly with [Microsoft Azure Static Web Apps](https://azure.microsoft.com/products/app-service/static). +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). ## Deploy from Visual Studio diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/azure-storage.md b/aspnetcore/blazor/host-and-deploy/webassembly/azure-storage.md index 65b9d5c563a9..b56ca16951d9 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/azure-storage.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/azure-storage.md @@ -1,18 +1,18 @@ --- -title: Host and deploy ASP.NET Core Blazor WebAssembly with Azure Storage +title: Host and deploy ASP.NET Core standalone Blazor WebAssembly with Azure Storage author: guardrex -description: Learn how to host and deploy Blazor WebAssembly using Microsoft Azure Storage. +description: Learn how to host and deploy standalone Blazor WebAssembly using Microsoft Azure Storage. monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc ms.date: 03/31/2025 uid: blazor/host-and-deploy/webassembly/azure-storage --- -# Host and deploy ASP.NET Core Blazor WebAssembly with Azure Storage +# Host and deploy ASP.NET Core standalone Blazor WebAssembly with Azure Storage [!INCLUDE[](~/includes/not-latest-version.md)] -This article explains how to host and deploy Blazor WebAssembly using [Microsoft Azure Storage](/azure/storage/common/storage-introduction). +This article explains how to host and deploy standalone Blazor WebAssembly using [Microsoft Azure Storage](/azure/storage/common/storage-introduction). Azure Storage static file hosting allows serverless Blazor app hosting. Custom domain names, the Azure Content Delivery Network (CDN), and HTTPS are supported. diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md b/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md index 02b6e224daf6..184a311235c6 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md @@ -1,18 +1,18 @@ --- -title: Host and deploy ASP.NET Core Blazor WebAssembly with GitHub Pages +title: Host and deploy ASP.NET Core standalone Blazor WebAssembly with GitHub Pages author: guardrex -description: Learn how to host and deploy Blazor WebAssembly using GitHub Pages. +description: Learn how to host and deploy standalone Blazor WebAssembly using GitHub Pages. monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc ms.date: 03/31/2025 uid: blazor/host-and-deploy/webassembly/github-pages --- -# Host and deploy ASP.NET Core Blazor WebAssembly with GitHub Pages +# Host and deploy ASP.NET Core standalone Blazor WebAssembly with GitHub Pages [!INCLUDE[](~/includes/not-latest-version.md)] -This article explains how to host and deploy Blazor WebAssembly using [GitHub Pages](https://pages.github.com/). +This article explains how to host and deploy standalone Blazor WebAssembly using [GitHub Pages](https://pages.github.com/). 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: From 2f3bd6c5c4184cc3082034421ed924a4f2ccc628 Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Mon, 5 May 2025 12:13:36 -0400 Subject: [PATCH 2/3] Updates --- aspnetcore/blazor/host-and-deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/host-and-deploy/index.md b/aspnetcore/blazor/host-and-deploy/index.md index 974cdc1551e0..afe57355596e 100644 --- a/aspnetcore/blazor/host-and-deploy/index.md +++ b/aspnetcore/blazor/host-and-deploy/index.md @@ -68,7 +68,7 @@ To host a Blazor app in IIS, see the following resources: * IIS hosting * * -* : Server apps running on IIS, including IIS with Azure Virtual Machines (VMs) running Windows OS and Azure App Service. +* : Blazor Web Apps (.NET 8 or later) and Blazor Server apps (.NET 7 or earlier) running on IIS, including IIS with Azure Virtual Machines (VMs) running Windows OS and Azure App Service. * : Provides guidance for standalone Blazor WebAssembly apps hosted on IIS (and for hosted Blazor WebAssembly apps in .NET 7 or earlier). * IIS sub-application hosting * 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). From de2f8fdf840cf055944a54a435a7e6a5c0a648ce Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Mon, 5 May 2025 12:17:44 -0400 Subject: [PATCH 3/3] Updates --- aspnetcore/blazor/host-and-deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/host-and-deploy/index.md b/aspnetcore/blazor/host-and-deploy/index.md index afe57355596e..b98b401cb769 100644 --- a/aspnetcore/blazor/host-and-deploy/index.md +++ b/aspnetcore/blazor/host-and-deploy/index.md @@ -69,7 +69,7 @@ To host a Blazor app in IIS, see the following resources: * * * : Blazor Web Apps (.NET 8 or later) and Blazor Server apps (.NET 7 or earlier) running on IIS, including IIS with Azure Virtual Machines (VMs) running Windows OS and Azure App Service. -* : Provides guidance for standalone Blazor WebAssembly apps hosted on IIS (and for hosted Blazor WebAssembly apps in .NET 7 or earlier). +* : Standalone Blazor WebAssembly apps (all .NET releases) and hosted Blazor WebAssembly apps (.NET 7 or earlier). * IIS sub-application hosting * 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). * Follow the sub-application configuration guidance in . 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`.