Skip to content

Commit 15c6cc3

Browse files
authored
Update how-to-deploy-osdu-admin-ui.md
1 parent 21e783b commit 15c6cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
8888
1. Enter the required environment variables on the terminal.
8989
```bash
9090
export ADMINUI_CLIENT_ID="" ## App Registration to be used by OSDU Admin UI, usually the client ID used to provision ADME
91-
export WEBSITE_NAME="" ## Unique name of the static web app or storage account that will be generated
91+
export WEBSITE_NAME="" ## Unique name of the static web app or storage account that will be generated. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only.
9292
export RESOURCE_GROUP="" ## Name of resource group
9393
export LOCATION="" ## Azure region to deploy to, i.e. "westeurope"
9494
```
@@ -129,7 +129,7 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
129129
--public-access blob
130130
```
131131
132-
1. Add the redirect URI to the App Registration.
132+
1. Add the redirect URI to the App Registration.
133133
```azurecli
134134
export REDIRECT_URI=$(az storage account show --resource-group $RESOURCE_GROUP --name $WEBSITE_NAME --query "primaryEndpoints.web") && \
135135
echo "Redirect URL: $REDIRECT_URI" && \

0 commit comments

Comments
 (0)