Skip to content

Commit 17480f9

Browse files
burkehollandNMinhNguyen
authored andcommitted
Update deployment docs for Azure Static Web Apps (facebook#9042)
Co-authored-by: Minh Nguyen <[email protected]>
1 parent c9bb741 commit 17480f9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docusaurus/docs/deployment.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,15 @@ If the build succeeds, the app is deployed and hosted on a global CDN with an am
174174

175175
## [Azure](https://azure.microsoft.com/)
176176

177-
See [this](https://medium.com/@to_pe/deploying-create-react-app-on-microsoft-azure-c0f6686a4321) blog post on how to deploy your React app to Microsoft Azure.
177+
Azure Static Web Apps creates an automated build and deploy pipeline for your React app powered by GitHub Actions. Applications are geo-distributed by default with multiple points of presence. PR's are built automatically for staging environment previews.
178178

179-
See [this](https://medium.com/@strid/host-create-react-app-on-azure-986bc40d5bf2#.pycfnafbg) blog post or [this](https://github.com/ulrikaugustsson/azure-appservice-static) repo for a way to use automatic deployment to Azure App Service.
179+
1. Create a new Static Web App [here](https://ms.portal.azure.com/#create/Microsoft.StaticApp).
180+
1. Add in the details and connect to your GitHub repo.
181+
1. Make sure the build folder is set correctly on the "build" tab and create the resource.
182+
183+
Azure Static Web Apps will automatically configure a GitHub Action in your repo and begin the deployment.
184+
185+
See the [Azure Static Web Apps documentation](https://aka.ms/swadocs) for more information on routing, APIs, authentication and authorization, custom domains and more.
180186

181187
## [Firebase](https://firebase.google.com/)
182188

0 commit comments

Comments
 (0)