Add Azure Static Web Apps from VSC (#33720)

pull/33721/head
Luke Latham 2024-09-26 08:02:12 -04:00 committed by GitHub
parent ccad0bfcca
commit bb93fd024f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -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).