From c4f6a81d0d00a24e4d475217663a19bcc9555ba4 Mon Sep 17 00:00:00 2001 From: SahilChowkekar Date: Fri, 8 Sep 2023 13:47:12 -0700 Subject: [PATCH] update the Readme.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2bf108..e2d4f02 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,8 @@ docker push testdockersahil.azurecr.io/studentperformance:latest 3. Under the "Actions" tab, you will see the deployment happening. 3. After the deployment is successful, click on the "Evaluated Environment URL" to access your web app. ## Step 10: Accessing Your Web App -- Alternatively, you can access your web app by going to your Azure Web App in the Azure portal and clicking on the "Browse" or "Default Domain" option.\ +- Alternatively, you can access your web app by going to your Azure Web App in the Azure portal and clicking on the "Browse" or "Default Domain" option. +\ These guidelines provide a step-by-step approach to deploying your Student Performance Indicator Web App to Azure Web App using Docker and GitHub Actions. Be sure to replace placeholders with your actual Azure and GitHub details.