diff --git a/aspnetcore/blazor/host-and-deploy/index.md b/aspnetcore/blazor/host-and-deploy/index.md index d85fb9221f0e..b98b401cb769 100644 --- a/aspnetcore/blazor/host-and-deploy/index.md +++ b/aspnetcore/blazor/host-and-deploy/index.md @@ -68,8 +68,8 @@ 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. -* : 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. +* : 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. +* : 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`. 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: