From bb93fd024f110369909c5be78439aa61aeb310d8 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:02:12 -0400 Subject: [PATCH] Add Azure Static Web Apps from VSC (#33720) --- aspnetcore/blazor/host-and-deploy/webassembly.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aspnetcore/blazor/host-and-deploy/webassembly.md b/aspnetcore/blazor/host-and-deploy/webassembly.md index b82468f7d0..0cf678f9eb 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly.md @@ -343,9 +343,10 @@ Deploying a standalone Blazor WebAssembly app to Azure App Service for Linux isn ### Azure Static Web Apps -Deploy a Blazor WebAssembly app to Azure Static Web Apps using either of the following approaches: +Use one of the following approaches to deploy a Blazor WebAssembly app to Azure Static Web Apps: * [Deploy from Visual Studio](#deploy-from-visual-studio) +* [Deploy from Visual Studio Code](#deploy-from-visual-studio-code) * [Deploy from GitHub](#deploy-from-github) #### Deploy from Visual Studio @@ -364,6 +365,10 @@ To deploy from Visual Studio, create a publish profile for Azure Static Web Apps After the publish profile is created, deploy the app to the Azure Static Web Apps instance using the publish profile by selecting the **Publish** button. +#### Deploy from Visual Studio Code + +To deploy from Visual Studio Code, see [Quickstart: Build your first static site with Azure Static Web Apps](/azure/static-web-apps/getting-started?tabs=blazor). + #### Deploy from GitHub To deploy from a GitHub repository, see [Tutorial: Building a static web app with Blazor in Azure Static Web Apps](/azure/static-web-apps/deploy-blazor).