Skip to content

Commit 63d67b7

Browse files
authored
Update how-to-deploy-osdu-admin-ui.md
1 parent e9ad603 commit 63d67b7

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

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

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.date: 02/15/2024
1212

1313
This guide shows you how to deploy the OSDU Admin UI on top of your Azure Data Manager for Energy instance.
1414

15-
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, and view objects and visualize those on a map.
15+
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
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 WSL, we recommend using a Dev Container to eliminate potential conflicts of tooling versions, environments etc.
19-
- Provision an [Azure Data Manager for Energy instance](quickstart-create-microsoft-energy-data-services-instance.md).
19+
- An [Azure Data Manager for Energy instance](quickstart-create-microsoft-energy-data-services-instance.md).
2020
- Add the App Registration permissions to enable Admin UI to function properly:
2121
- [Application.Read.All](/graph/permissions-reference#applicationreadall)
2222
- [User.Read](/graph/permissions-reference#applicationreadall)
@@ -28,18 +28,18 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
2828

2929
## Environment setup
3030
1. Use the Dev Container in Visual Studio Code to deploy the OSDU Admin UI to eliminate conflicts from your local machine.
31-
1. Click on Open to clone the repository.
31+
1. Select `Remote - Containers | Open` to open a Development Container and clone the OSDU Admin UI repository.
3232

3333
[![Open in Remote - Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://community.opengroup.org/osdu/ui/admin-ui-group/admin-ui-totalenergies/admin-ui-totalenergies)
3434

3535
1. Accept the cloning prompt.
3636

3737
[![Screenshot that shows cloning the repository.](./media/how-to-deploy-osdu-admin-ui/clone-the-repository.png)](./media/how-to-deploy-osdu-admin-ui/clone-the-repository.png#lightbox)
3838

39-
1. When prompted for a container configuration template,
39+
1. When prompted for a container configuration template.
4040
1. Select [Ubuntu](https://github.com/devcontainers/templates/tree/main/src/ubuntu).
4141
2. Accept the default version.
42-
3. Do not add any additional features.
42+
3. Don't add any extra features.
4343

4444
1. After a few minutes, the devcontainer is running.
4545

@@ -49,7 +49,7 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
4949

5050
[![Screenshot that shows opening terminal.](./media/how-to-deploy-osdu-admin-ui/open-terminal.png)](./media/how-to-deploy-osdu-admin-ui/open-terminal.png#lightbox)
5151

52-
1. Install Angular CLI, Azure CLI, Node.js, NPM and NVM:
52+
1. Install Angular CLI, Azure CLI, Node.js, npm, and NVM.
5353

5454
```bash
5555
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && \
@@ -62,23 +62,14 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
6262
```
6363
[![Screenshot that shows installation](./media/how-to-deploy-osdu-admin-ui/install-screen.png)](./media/how-to-deploy-osdu-admin-ui/install-screen.png#lightbox)
6464

65-
1. Log into Azure CLI by executing the command on the terminal. It takes you to the login screen.
65+
1. Log into Azure CLI by executing the command on the terminal. It takes you to the sign-in screen.
6666
```azurecli-interactive
6767
az login
6868
```
6969

70-
1. It takes you to the login screen. Enter your credentials and upon success, you see a success message.
70+
1. It takes you to the sign-in screen. Enter your credentials and upon success, you see a success message.
7171

7272
[![Screenshot that shows successful login.](./media/how-to-deploy-osdu-admin-ui/login.png)](./media/how-to-deploy-osdu-admin-ui/login.png#lightbox)
73-
74-
1. Make sure the correct subscription is selected by running the following command:
75-
```azurecli-interactive
76-
az account show
77-
```
78-
1. If you need to change subscription:
79-
```azurecli-interactive
80-
az account set --subscription <subscription-id>
81-
```
8273

8374
## Configure environment variables
8475
1. Fetch `client-id` as authAppId, `resource-group`, `subscription-id`, and `location`.
@@ -217,4 +208,4 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
217208
## References
218209

219210
For information about OSDU Admin UI, see [OSDU GitLab](https://community.opengroup.org/osdu/ui/admin-ui-group/admin-ui-totalenergies/admin-ui-totalenergies).<br>
220-
For other deployment methods (Terraform or Azure DevOps pipeline), see [OSDU Admin UI DevOps](https://community.opengroup.org/osdu/ui/admin-ui-group/admin-ui-totalenergies/admin-ui-totalenergies/-/tree/main/OSDUApp/devops/azure).
211+
For other deployment methods (Terraform or Azure DevOps CI/CD pipeline), see [OSDU Admin UI DevOps](https://community.opengroup.org/osdu/ui/admin-ui-group/admin-ui-totalenergies/admin-ui-totalenergies/-/tree/main/OSDUApp/devops/azure).

0 commit comments

Comments
 (0)