You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/energy-data-services/how-to-deploy-osdu-admin-ui.md
+9-18Lines changed: 9 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ ms.date: 02/15/2024
12
12
13
13
This guide shows you how to deploy the OSDU Admin UI on top of your Azure Data Manager for Energy instance.
14
14
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.
16
16
17
17
## Prerequisites
18
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 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).
20
20
- Add the App Registration permissions to enable Admin UI to function properly:
@@ -28,18 +28,18 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
28
28
29
29
## Environment setup
30
30
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.
32
32
33
33
[](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)
34
34
35
35
1. Accept the cloning prompt.
36
36
37
37
[](./media/how-to-deploy-osdu-admin-ui/clone-the-repository.png#lightbox)
38
38
39
-
1. When prompted for a container configuration template,
39
+
1. When prompted for a container configuration template.
1. After a few minutes, the devcontainer is running.
45
45
@@ -49,7 +49,7 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
49
49
50
50
[](./media/how-to-deploy-osdu-admin-ui/open-terminal.png#lightbox)
51
51
52
-
1. Install Angular CLI, Azure CLI, Node.js, NPM and NVM:
52
+
1. Install Angular CLI, Azure CLI, Node.js, npm, and NVM.
@@ -62,23 +62,14 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
62
62
```
63
63
[](./media/how-to-deploy-osdu-admin-ui/install-screen.png#lightbox)
64
64
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.
66
66
```azurecli-interactive
67
67
az login
68
68
```
69
69
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.
71
71
72
72
[](./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
-
```
82
73
83
74
## Configure environment variables
84
75
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
217
208
## References
218
209
219
210
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