{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "namePrefix": {
      "value": "groundcover-azure-ingester"
    },
    "GCIngestionKey": {
      "value": "gcik_YOUR_INGESTION_KEY"
    },
    "GCEndpoint": {
      "value": "YOUR_GROUNDCOVER_HOST"
    },
    "GCEnvironment": {
      "value": "production"
    },
    "containerImageUri": {
      "value": "public.ecr.aws/groundcovercom/groundcover-azure-ingester:1.3.0"
    },
    "ecrRegistryPassword": {
      "value": ""
    },
    "eventHubNamespaceName": {
      "value": "your-eventhub-namespace"
    },
    "eventHubName": {
      "value": "appinsights-logs"
    },
    "eventHubConsumerGroup": {
      "value": "azure-function"
    },
    "createEventHubConsumerGroup": {
      "value": true
    },
    "useManagedIdentityForEventHub": {
      "value": true
    },
    "eventHubConnectionString": {
      "value": ""
    },
    "applicationInsightsNames": {
      "value": [
        "app-1",
        "app-2"
      ]
    },
    "deployDiagnosticSetting": {
      "value": true
    },
    "deployActivityLogDiagnosticSetting": {
      "value": false
    },
    "grantActivityLogTagReader": {
      "value": false
    }
  }
}
