Skip to content

Commit eda1388

Browse files
authored
Add spacing and note to deployment guide
1 parent ca764db commit eda1388

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 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
@@ -282,13 +283,14 @@ Replace the values according to the explanation.
282283
}
283284
...
284285
}
286+
285287
```
286288
289+
---
290+
287291
> [!NOTE]
288292
> [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.
289293
290-
#### Build and deploy the website
291-
292294
1. Build the web UI.
293295
```bash
294296
ng build

0 commit comments

Comments
 (0)