Skip to content

Commit c944c8f

Browse files
Fixes
1 parent 63d67b7 commit c944c8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
6060
npm install -g @angular/[email protected] && \
6161
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
6262
```
63-
[![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)
63+
[![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

6565
1. Log into Azure CLI by executing the command on the terminal. It takes you to the sign-in screen.
6666
```azurecli-interactive
@@ -177,8 +177,8 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
177177
}
178178
```
179179

180-
> [!NOTE]
181-
> [OSDU Connector API](https://community.opengroup.org/osdu/ui/admin-ui-group/admin-ui-totalenergies/connector-api-totalenergies) is built as an interface between consumers and OSDU APIs wrapping some API chain calls and objects. Currently, it manages all operations and actions on project and scenario objects.
180+
> [!NOTE]
181+
> [OSDU Connector API](https://community.opengroup.org/osdu/ui/admin-ui-group/admin-ui-totalenergies/connector-api-totalenergies) is built as an interface between consumers and OSDU APIs wrapping some API chain calls and objects. Currently, it manages all operations and actions on project and scenario objects.
182182

183183
1. If you aren't able to give app permissions in the Prerequisite step because of the subscription constraints, remove `User.ReadBasic.All` and `Application.Read.All` from the `src/config/environments/environment.ts`. Removing these permissions would disable the Admin UI from converting the OIDs of users and applications into the user names and application names respectively.
184184

0 commit comments

Comments
 (0)