Skip to content

Commit e2fedec

Browse files
authored
Update how-to-deploy-osdu-admin-ui.md
1 parent f4a9eb3 commit e2fedec

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ This guide shows you how to deploy the OSDU Admin UI on top of your Azure Data M
1515
The OSDU Admin UI enables platform administrators to manage the Azure Data Manager for Energy data partition you connect it to. The management tasks include entitlements (user and group management), legal tags, schemas, reference data, view, and visualize objects on a map.
1616

1717
## Prerequisites
18-
- Install [Visual Studio Code with Dev Containers](https://code.visualstudio.com/docs/devcontainers/tutorial).
19-
- 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.
18+
- 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.
2019
- An [Azure Data Manager for Energy instance](quickstart-create-microsoft-energy-data-services-instance.md).
21-
- An [Microsoft Entra ID App Registration](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app).
22-
- 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](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.
2321

2422
> [!IMPORTANT]
2523
> The following API permissions are required on the App Registration for the Admin UI to function properly.
@@ -79,7 +77,7 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
7977
az account show
8078
```
8179
82-
1. If needed, use the code below to change subscription.
80+
1. If needed, use this code to change subscription.
8381
```azurecli
8482
az account set --subscription <subscription-id>
8583
```

0 commit comments

Comments
 (0)