Skip to content

Commit f7a5e81

Browse files
Merge pull request #293389 from EirikHaughom/patch-7
Update how-to-deploy-osdu-admin-ui.md
2 parents ba56aee + a2bf07c commit f7a5e81

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ There are two deployment options for the OSDU Admin UI:
144144
```
145145
146146
## Deploy storage account
147+
147148
1. Create resource group. Skip this step if the resource group exists already.
148149
149150
```azurecli
@@ -183,7 +184,7 @@ There are two deployment options for the OSDU Admin UI:
183184
--public-access blob
184185
```
185186
186-
### Build and deploy the web app
187+
### Configure the website
187188
188189
1. Navigate to the `OSDUApp` folder.
189190
@@ -282,11 +283,14 @@ Replace the values according to the explanation.
282283
}
283284
...
284285
}
286+
285287
```
286288
287-
> [!NOTE]
288-
> [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.
289-
289+
---
290+
291+
> [!NOTE]
292+
> [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.
293+
290294
1. Build the web UI.
291295
```bash
292296
ng build
@@ -300,7 +304,7 @@ Replace the values according to the explanation.
300304
--destination '$web' \
301305
--overwrite
302306
```
303-
307+
304308
1. Fetch the website URL.
305309
```bash
306310
echo $REDIRECT_URI

0 commit comments

Comments
 (0)