From 48f68a2a1c428fda8b7caaf72a995465388419ca Mon Sep 17 00:00:00 2001 From: Josh <4635851+KronemeyerJoshua@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:03:41 -0700 Subject: [PATCH] Fixed typo and broken image links --- infra/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/README.md b/infra/README.md index 2ef27840..964a6226 100644 --- a/infra/README.md +++ b/infra/README.md @@ -35,15 +35,15 @@ If you have chosen to enable authentication and authorization for your deploymen **NOTICE:** If you haven't enabled this, but your Tenant requires this, you may still need to configure as noted above. -## Find your deploment URL +## Find your deployment URL Once deployed, you can find the URL of your installation by: 1) Browse to your new Resource Group at https://portal.azure.com and locate the "App Service" -![Location of App Service in Portal](./docs/images/deployment_app_service_location.jpg) +![Location of App Service in Portal](../docs/images/deployment_app_service_location.jpg) 2) After clicking on the App Service, you will see the "Default domain" listed. This is the link to your installation. -![Default Domain of App Service in Portal](./docs/images/deployment_default_domain.jpg) +![Default Domain of App Service in Portal](../docs/images/deployment_default_domain.jpg) ## Next steps