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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,6 @@ This guide shows you how to deploy the OSDU Admin UI on top of your Azure Data M
15
15
16
16
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.
17
17
18
-
## Deployment options
19
-
20
-
There are two deployment options for the OSDU Admin UI:
21
-
22
-
1.**[Quick-deploy](#quick-deploy)**: One-select deploy using Azure Container Apps. This deployment is the easiest and quickest way to deploy the OSDU Admin UI. It supports both public and private deployments.
23
-
24
-
1.**[Custom deployment](#custom-deployment)**: Build and deploy the OSDU Admin UI using Azure Storage Account. This deployment option is more customizable and allows you to configure the deployment to your needs.
25
-
26
18
## Prerequisites
27
19
28
20
- An [Azure Data Manager for Energy instance](quickstart-create-microsoft-energy-data-services-instance.md).
@@ -33,7 +25,15 @@ There are two deployment options for the OSDU Admin UI:
33
25
34
26
Upon first sign-in to the Admin UI, it requests 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).
35
27
36
-
## Quick-deploy
28
+
## Deployment options
29
+
30
+
There are two deployment options for the OSDU Admin UI:
31
+
32
+
1.**[Quick-deploy using Azure Container Apps](#quick-deploy)**: One-click deploy using Azure Container Apps. This deployment is the easiest and quickest way to deploy the OSDU Admin UI. It supports both public and private deployments.
33
+
34
+
1.**[Custom deployment using Azure Storage Account Static Website](#custom-deployment)**: Build and deploy the OSDU Admin UI using Azure Storage Account. This deployment option is more customizable and allows you to configure the deployment to your needs.
35
+
36
+
## Quick-deploy with Azure Container Apps
37
37
38
38
1. Select the `Deploy to Azure` button to deploy the OSDU Admin UI using Azure Container Apps.
39
39
@@ -69,7 +69,7 @@ There are two deployment options for the OSDU Admin UI:
69
69
| Enable Private Network |*Optional:* Enable private network access to the OSDU Admin UI. | No |
70
70
| Enable Logging |*Optional:* Enable logging for the OSDU Admin UI. | No |
71
71
72
-
## Custom deployment
72
+
## Custom deployment using Azure Storage Account Static Website
0 commit comments