From 287697747b5b115e1fb4d8dc567159c4523e27cf Mon Sep 17 00:00:00 2001 From: Manoj Ravipati Date: Mon, 27 Feb 2023 16:08:29 +0000 Subject: [PATCH] Added rota new logic app parameter files to test,stg env --- .../rota/parameters-copyfiles-stg.json | 26 +++++++++++++++++++ .../rota/parameters-copyfiles-test.json | 26 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 infrastructure/logic-app/rota/parameters-copyfiles-stg.json create mode 100644 infrastructure/logic-app/rota/parameters-copyfiles-test.json diff --git a/infrastructure/logic-app/rota/parameters-copyfiles-stg.json b/infrastructure/logic-app/rota/parameters-copyfiles-stg.json new file mode 100644 index 000000000..ac517ee49 --- /dev/null +++ b/infrastructure/logic-app/rota/parameters-copyfiles-stg.json @@ -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" + } + } + } +} \ No newline at end of file diff --git a/infrastructure/logic-app/rota/parameters-copyfiles-test.json b/infrastructure/logic-app/rota/parameters-copyfiles-test.json new file mode 100644 index 000000000..d9f00f20e --- /dev/null +++ b/infrastructure/logic-app/rota/parameters-copyfiles-test.json @@ -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" + } + } + } +} \ No newline at end of file