From f9e8496a246f24c3a6a196710f6575ff326342be Mon Sep 17 00:00:00 2001 From: Horea Porutiu Date: Thu, 2 Nov 2023 18:33:59 +0100 Subject: [PATCH] add azure video (#221) --- examples/nextjs-oauth/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/nextjs-oauth/README.md b/examples/nextjs-oauth/README.md index 1a884124e..0ee08a393 100644 --- a/examples/nextjs-oauth/README.md +++ b/examples/nextjs-oauth/README.md @@ -37,13 +37,17 @@ https://github.com/miroapp/app-examples/assets/10428517/cdda8f44-bf25-420e-ae84- - Your development environment includes [Node.js 14.13](https://nodejs.org/en/download) or a later version. - All examples use `npm` as a package manager and `npx` as a package runner. -# ☁️ Deploy the app on AWS Amplify +# ☁️ Deploy the app on AWS or Azure -If you want to understand how to deploy the app to AWS Amplify, please watch the video below. Otherwise, +If you want to understand how to deploy the app to AWS Amplify or Azure (Static Web Apps), please watch the video below. Otherwise, skip to the next section to see how to run this locally. [![Deploy the App to AWS Amplify](https://img.youtube.com/vi/-7pPvRzvYjM/0.jpg)](https://youtu.be/-7pPvRzvYjM) +If you want to understand how to deploy the app to Microsoft Azure (Static Web Apps) please watch the video below. + +[![Deploy the App to Microsoft Azure](https://img.youtube.com/vi/5Fq9chq0t4I/0.jpg)](https://youtu.be/5Fq9chq0t4I) + # 🏃🏽‍♂️ Run the app locally 1. Run `yarn install` to install dependencies.