Skip to content

Commit a70bade

Browse files
authored
Update how-to-deploy-osdu-admin-ui.md
correct links to other learn articles.
1 parent e2fedec commit a70bade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/energy-data-services/how-to-deploy-osdu-admin-ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
1717
## Prerequisites
1818
- Install [Visual Studio Code with Dev Containers](https://code.visualstudio.com/docs/devcontainers/tutorial). It's possible to deploy the OSDU Admin UI from your local computer using either Linux or Windows Subsystem for Linux (WSL), we recommend using a Dev Container to eliminate potential conflicts of tooling versions, environments etc.
1919
- An [Azure Data Manager for Energy instance](quickstart-create-microsoft-energy-data-services-instance.md).
20-
- An [Microsoft Entra ID App Registration](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app). <br> This App Registration can be the same as the one used for the Azure Data Manager for Energy instance.
20+
- An [Microsoft Entra ID App Registration](/entra/identity-platform/quickstart-register-app). <br> This App Registration can be the same as the one used for the Azure Data Manager for Energy instance.
2121

2222
> [!IMPORTANT]
2323
> The following API permissions are required on the App Registration for the Admin UI to function properly.
2424
> - [Application.Read.All](/graph/permissions-reference#applicationreadall)
2525
> - [User.Read](/graph/permissions-reference#applicationreadall)
2626
> - [User.Read.All](/graph/permissions-reference#userreadall)
2727
>
28-
> Upon first login to the Admin UI it will request the necessary permissions. You can also grant the required permissions in advance, see [App Registration API Permission documentation](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-configure-app-access-web-apis#application-permission-to-microsoft-graph).
28+
> Upon first login to the Admin UI it will request the necessary permissions. You can also grant the required permissions in advance, see [App Registration API Permission documentation](/entra/identity-platform/quickstart-configure-app-access-web-apis#application-permission-to-microsoft-graph).
2929
3030
## Environment setup
3131
1. Use the Dev Container in Visual Studio Code to deploy the OSDU Admin UI to eliminate conflicts from your local machine.

0 commit comments

Comments
 (0)