{
    "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
    "contentVersion": "1.0.0.0",
    "parameters": {
      "project_sufix": {
        "value": "your_project_suffix"
      },
      "az_location": {
        "value": "your_azure_location"
      },
      "github_client_id": {
        "value": "your_github_client_id"
      },
      "github_client_secret": {
        "value": "your_github_client_secret"
      },
      "logging": {
        "value": true
      }
    }
  }
  