From 8baddea3f8a7f1978b95d3e88f357d280d0d4310 Mon Sep 17 00:00:00 2001 From: Amritpal Singh Date: Sun, 30 Oct 2022 14:29:42 +0530 Subject: [PATCH] Update README.md --- 3-terrarium/solution/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3-terrarium/solution/README.md b/3-terrarium/solution/README.md index 2cfef7af..a0f9dd67 100644 --- a/3-terrarium/solution/README.md +++ b/3-terrarium/solution/README.md @@ -18,7 +18,9 @@ You can deploy, or publish your terrarium to the web using Azure Static Web Apps 1. Fork this repo -2. Press this button => [![Deploy to Azure button](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/?feature.customportal=false&WT.mc_id=academic-77807-sagibbon#create/Microsoft.StaticApp) +2. Press this button + +[![Deploy to Azure button](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/?feature.customportal=false&WT.mc_id=academic-77807-sagibbon#create/Microsoft.StaticApp) 3. Walk through the wizard creating your app. Make sure you set the app root to either be `/solution` or the root of your codebase. There's no API in this app, so don't worry about adding that. A .github folder will be created in your forked repo that will help Azure Static Web Apps' build service build and publish your app to a new URL.