Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
085e93fe
Commit
085e93fe
authored
Aug 24, 2021
by
MANISH KUMAR
Browse files
Update configuration-data.md
parent
1662ccb4
Pipeline
#60382
passed with stages
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/configuration-data.md
View file @
085e93fe
...
...
@@ -29,11 +29,11 @@ Login to Azure CLI using the OSDU Environment Service Principal.
az login
--service-principal
-u
$ARM_CLIENT_ID
-p
$ARM_CLIENT_SECRET
--tenant
$ARM_TENANT_ID
```
__
Upload Configuration Data
__
##
Upload Configuration Data
3 services that required configuration data to be loaded into the configuration storage account file shares.
_
Unit
_
###
Unit
```
bash
FILE_SHARE
=
"unit"
...
...
@@ -49,7 +49,7 @@ az storage file upload \
--source
${
FILE
}
```
_
CRS Catalog
_
###
CRS Catalog
```
bash
FILE_SHARE
=
"crs"
...
...
@@ -65,7 +65,7 @@ az storage file upload \
--source
${
FILE
}
```
_
CRS Conversion
_
###
CRS Conversion
```
bash
FILE_SHARE
=
"crs-conversion"
...
...
@@ -83,7 +83,7 @@ az storage file upload-batch \
--pattern
${
SOURCE_FOLDER
}
```
_
Ingest Manifest DAGS
_
#
Ingest Manifest DAGS
```
bash
FILE_SHARE
=
"airflowdags"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment