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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
88
88
1. Enter the required environment variables on the terminal.
89
89
```bash
90
90
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.
92
92
export RESOURCE_GROUP="" ## Name of resource group
93
93
export LOCATION="" ## Azure region to deploy to, i.e. "westeurope"
94
94
```
@@ -129,7 +129,7 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
0 commit comments