From 28c10e5fde2d08b272d9e95f9b02c1579348a411 Mon Sep 17 00:00:00 2001 From: Burke Holland Date: Thu, 21 May 2020 09:42:58 -0500 Subject: [PATCH 1/3] Update for Azure Static Web Apps --- docusaurus/docs/deployment.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docusaurus/docs/deployment.md b/docusaurus/docs/deployment.md index dfb2e13d6aa..2ab71edfbbc 100644 --- a/docusaurus/docs/deployment.md +++ b/docusaurus/docs/deployment.md @@ -174,9 +174,15 @@ If the build succeeds, the app is deployed and hosted on a global CDN with an am ## [Azure](https://azure.microsoft.com/) -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. +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. -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. +1. Create a new Static Web App [here](https://ms.portal.azure.com/#create/Microsoft.StaticApp). +1. Add in the details and connect to your Github repo. +1. Make sure the "build" folder is set correctly on the "build" tab and create the resource. + +Azure Static Web Apps will automatically configure a Github Action in your repo and begin the deployment. + +See the [Azure Static Web Apps documentation](https://aka.ms/swadocs) for more information on routing, API's, authentication and authorization, custom domains and more. ## [Firebase](https://firebase.google.com/) From 7184e70a915eee1d46344a06cdffae53ac2a866f Mon Sep 17 00:00:00 2001 From: Burke Holland Date: Thu, 21 May 2020 16:49:50 -0500 Subject: [PATCH 2/3] Github -> GitHub Great catch! --- docusaurus/docs/deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus/docs/deployment.md b/docusaurus/docs/deployment.md index 2ab71edfbbc..c180d607d68 100644 --- a/docusaurus/docs/deployment.md +++ b/docusaurus/docs/deployment.md @@ -174,13 +174,13 @@ If the build succeeds, the app is deployed and hosted on a global CDN with an am ## [Azure](https://azure.microsoft.com/) -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. +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. 1. Create a new Static Web App [here](https://ms.portal.azure.com/#create/Microsoft.StaticApp). 1. Add in the details and connect to your Github repo. -1. Make sure the "build" folder is set correctly on the "build" tab and create the resource. +1. Make sure the build folder is set correctly on the "build" tab and create the resource. -Azure Static Web Apps will automatically configure a Github Action in your repo and begin the deployment. +Azure Static Web Apps will automatically configure a GitHub Action in your repo and begin the deployment. See the [Azure Static Web Apps documentation](https://aka.ms/swadocs) for more information on routing, API's, authentication and authorization, custom domains and more. From 1eac1fb67594ff480779da667c09802d5dae9a9d Mon Sep 17 00:00:00 2001 From: Burke Holland Date: Fri, 22 May 2020 15:24:30 -0500 Subject: [PATCH 3/3] Apply suggestions from code review Thank you! Co-authored-by: Minh Nguyen --- docusaurus/docs/deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus/docs/deployment.md b/docusaurus/docs/deployment.md index c180d607d68..4d81bda8d40 100644 --- a/docusaurus/docs/deployment.md +++ b/docusaurus/docs/deployment.md @@ -177,12 +177,12 @@ If the build succeeds, the app is deployed and hosted on a global CDN with an am 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. 1. Create a new Static Web App [here](https://ms.portal.azure.com/#create/Microsoft.StaticApp). -1. Add in the details and connect to your Github repo. +1. Add in the details and connect to your GitHub repo. 1. Make sure the build folder is set correctly on the "build" tab and create the resource. Azure Static Web Apps will automatically configure a GitHub Action in your repo and begin the deployment. -See the [Azure Static Web Apps documentation](https://aka.ms/swadocs) for more information on routing, API's, authentication and authorization, custom domains and more. +See the [Azure Static Web Apps documentation](https://aka.ms/swadocs) for more information on routing, APIs, authentication and authorization, custom domains and more. ## [Firebase](https://firebase.google.com/)