Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aspnetcore/blazor/host-and-deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ To host a Blazor app in IIS, see the following resources:
* IIS hosting
* <xref:tutorials/publish-to-iis>
* <xref:host-and-deploy/iis/index>
* <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.
* <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.
* <xref:blazor/host-and-deploy/server/index>: 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.
* <xref:blazor/host-and-deploy/webassembly/iis>: 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 <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`.
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down