Parameters/KeyVaultParameters.json

{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "keyVaultName": {
      "value": "CloudDeployKV"
    },
    "location": {
      "value": "centraluseuap"
    },
    "localAdminSecretName": {
      "value": "LocalAdminCredential"
    },
    "localAdminSecretValue": {
      "value": "Test"
    },
    "domainAdminSecretName": {
      "value": "AzureStackLCMUserCredential"
    },
    "domainAdminSecretValue": {
      "value": "Test"
    },
    "arbDeploymentSpnName": {
      "value": "DefaultARBApplication"
    },
    "arbDeploymentSpnValue": {
      "value": "Test"
    },
    "storageWitnessName": {
      "value": "WitnessStorageKey"
    },
    "storageWitnessValue": {
      "value": "test"
    },
    "softDeleteRetentionDays": {
      "value": 7
    },
    "keyValuePairs": {
      "value":[
        {
          "key": "key1",
          "value": "value1"
        },
        {
          "key": "key2",
          "value": "value2"
        }
      ]
    }
  }
}