{ "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "logicAppName": { "type": "string", "value": "logicappTest-stage", "metadata": { "description": "Name of the Logic App." } }, "logicAppLocation": { "type": "string", "value": "eastus", "allowedValues": [ "[resourceGroup().location]", "asia", "asiapacific", "australia", "australiacentral", "australiacentral2", "australiaeast", "australiasoutheast", "brazil", "brazilsouth", "brazilsoutheast", "canada", "canadacentral", "canadaeast", "centralindia", "centralus", "centraluseuap", "centralusstage", "chinaeast", "chinanorth", "eastasia", "eastasiastage", "eastus", "eastus2", "eastus2euap", "eastus2stage", "eastusstage", "europe", "francecentral", "francesouth", "germanycentral", "germanynorth", "germanynortheast", "germanywestcentral", "global", "india", "japan", "japaneast", "japanwest", "jioindiawest", "koreacentral", "koreasouth", "northcentralus", "northcentralusstage", "northeurope", "norwayeast", "norwaywest", "southafricanorth", "southafricawest", "southcentralus", "southcentralusstage", "southeastasia", "southeastasiastage", "southindia", "switzerland", "switzerlandnorth", "switzerlandwest", "uaecentral", "uaenorth", "uk", "uksouth", "ukwest", "unitedstates", "usdodeast", "usdodwest", "usgovarizona", "usgoviowa", "usgovtexas", "usgovvirginia", "usseceast", "ussecwest", "west", "westcentralus", "westeurope", "westindia", "westus", "westus2", "westus2stage", "westus3", "westusstage" ], "metadata": { "description": "Location of the Logic App." } }, "loganalyticsTest1-ResourceGroup": { "type": "string", "value": "loganalyticsSolution" }, "loganalyticsTest1-LogicAppName": { "type": "string", "value": "loganalyticsTest2" }, "keyvault_name": { "type": "string", "value": "keyvault" }, "keyvault_displayName": { "type": "string", "value": "akv-conn" }, "keyvault_vaultName": { "type": "string", "value": "*****", "metadata": { "description": "Name of the vault" } }, "keyvault_token:clientId": { "type": "string", "value": "************************", "metadata": { "description": "Client (or Application) ID of the Azure Active Directory application." } }, "keyvault_token:clientSecret": { "type": "securestring", "value": "*************************", "metadata": { "description": "Client secret of the Azure Active Directory application." } }, "keyvault_token:TenantId": { "type": "string", "value": "*****************", "metadata": { "description": "The tenant ID for the Azure Active Directory application." } }, "keyvault_token:resourceUri": { "type": "string", "value": "", "metadata": { "description": "The resource you are requesting authorization to use, for instance https://vault.azure.net" } }, "keyvault_token:grantType": { "type": "string", "value": "client_credentials", "allowedValues": [ "code", "client_credentials" ], "metadata": { "description": "Grant type" } } } }