Skip to content

Commit 2f0b197

Browse files
Bug fix(#19567) readme file changes
1 parent 6c11840 commit 2f0b197

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

docs/DeploymentGuide.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,25 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
173173
- This deployment will take *4-6 minutes* to provision the resources in your account and set up the solution with sample data.
174174
- If you encounter an error or timeout during deployment, changing the location may help, as there could be availability constraints for the resources.
175175
176-
5. Once the deployment has completed successfully, open the [Azure Portal](https://portal.azure.com/), go to the deployed resource group, find the App Service, and get the app URL from `Default domain`.
176+
177+
5. Once the deployment has completed successfully:
178+
179+
- open the [Azure Portal](https://portal.azure.com/)
180+
181+
- Navigate to the deployed Resource Group
182+
183+
- Locate the Web Container App (App Service for the frontend)
184+
185+
- You can find the **Web Application URL** in the **Overview** section. For reference, please see the screenshot below.
186+
![](./images/cp-web-container-app.png)
187+
188+
- Locate the API Container App (App Service for the backend)
189+
190+
- You can find the **API Application URL** in the **Overview** section.For reference, please see the screenshot below.
191+
![](./images/cp-api-container-app.png)
192+
193+
194+
> Note: Before accessing the application, ensure that all **[Post Deployment Steps](#post-deployment-steps)** are fully completed, as they are critical for the proper configuration of **Data Ingestion** and **Authentication** functionalities.
177195
178196
6. If you are done trying out the application, you can delete the resources by running `azd down`.
179197
7.86 KB
Loading
7.66 KB
Loading

0 commit comments

Comments
 (0)