tests/functional/Microsoft.Logic/workflows/deploy/deploy.parameters.json
{ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "storageAccountSku": { "value": "Standard_LRS" }, "storageAccountKind": { "value": "StorageV2" }, "storageAccountContainerName": { "value": "my-container" }, "logicAppPollingIntervalInMinutes": { "value": 30 }, "azureMgmtUri": { "value": "https://management.azure.com:443/" } } } |