This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added rota new logic app parameter files to test,stg env
- Loading branch information
1 parent
4a452ab
commit 2876977
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
infrastructure/logic-app/rota/parameters-copyfiles-stg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
26
infrastructure/logic-app/rota/parameters-copyfiles-test.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |