You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/deploy-blazor.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,17 @@ ms.custom: engagement-fy23
6
6
author: craigshoemaker
7
7
ms.service: azure-static-web-apps
8
8
ms.topic: tutorial
9
-
ms.date: 07/21/2023
9
+
ms.date: 09/27/2024
10
10
ms.author: cshoe
11
11
---
12
12
13
13
# Deploy a Blazor app on Azure Static Web Apps
14
14
15
15
Azure Static Web Apps publishes a website to a production environment by building apps from a GitHub repository supported by a serverless backend. The following tutorial shows how to deploy C# Blazor WebAssembly app that displays weather data returned by a serverless API.
16
16
17
+
> [!NOTE]
18
+
> For steps to deploy a Blazor app via Visual Studio, see [Deploy a Blazor app on Azure Static Web Apps](/aspnet/core/blazor/host-and-deploy/webassembly).
0 commit comments