Add Azure Static Web Apps from VSC (#33720)
parent
ccad0bfcca
commit
bb93fd024f
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue