{
  "Environments": {
    "$#.PrimaryEnvironment": {
      "Clouds": {
        "{{AZURE_CLOUD_LOOKUP}}": {
          "ResourceGroups": {
            "{{RESOURCE_NAME}}": {
              "Name": "{{RESOURCE_NAME}}",
              "Description": "{{RESOURCE_NAME}}",
              "Details": {
                "Type": "Format",
                "Template": {
                  "Parameters": "https://raw.githubusercontent.com/lowcodeunit/infrastructure/master/templates/fathym/bitnami/alfresco-community-on-azure/parameters.json",
                  "Content": "https://raw.githubusercontent.com/lowcodeunit/infrastructure/master/templates/fathym/bitnami/alfresco-community-on-azure/template.json"
                },
                "Data": {
                  "RESOURCE_NAME": "{{RESOURCE_NAME}}",
                  "SSH_PUBLIC_KEY": "{{SSH_PUBLIC_KEY}}"
                },
                "Outputs": {
                  "publicIpAddress1": "PUBLIC_IP_ADDRESS_1"
                }
              }
            }
          }
        }
      }
    }
  }
}
