Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Added rota new logic app parameter files to test,stg env
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravipati89 committed Feb 27, 2023
1 parent 4a452ab commit 2876977
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions infrastructure/logic-app/rota/parameters-copyfiles-stg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workflows_hmi_la_dturota_copy_files_dev_name": {
"value": "hmi-la-dturota-copy-files-stg"
},
"environmentName":{
"value": "staging"
},
"azureBlobIdCopyFiles":{
"value": "/subscriptions/74dacd4f-a248-45bb-a2f0-af700dc4cf68/providers/Microsoft.Web/locations/uksouth/managedApis/azureblob"
},
"storageAccountName":{
"value": "hmidtustg"
},
"storageAccessKey":{
"reference": {
"keyVault": {
"id": "/subscriptions/74dacd4f-a248-45bb-a2f0-af700dc4cf68/resourceGroups/hmi-sharedinfra-stg-rg/providers/Microsoft.KeyVault/vaults/hmi-shared-kv-stg"
},
"secretName": "dtu-storage-account-key"
}
}
}
}
26 changes: 26 additions & 0 deletions infrastructure/logic-app/rota/parameters-copyfiles-test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workflows_hmi_la_dturota_copy_files_dev_name": {
"value": "hmi-la-dturota-copy-files-test"
},
"environmentName":{
"value": "test"
},
"azureBlobIdCopyFiles":{
"value": "/subscriptions/3eec5bde-7feb-4566-bfb6-805df6e10b90/providers/Microsoft.Web/locations/uksouth/managedApis/azureblob"
},
"storageAccountName":{
"value": "hmidtutest"
},
"storageAccessKey":{
"reference": {
"keyVault": {
"id": "/subscriptions/3eec5bde-7feb-4566-bfb6-805df6e10b90/resourceGroups/hmi-sharedinfra-test-rg/providers/Microsoft.KeyVault/vaults/hmi-shared-kv-test"
},
"secretName": "dtu-storage-account-key"
}
}
}
}

0 comments on commit 2876977

Please sign in to comment.