{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9b394580-dd76-490f-bc6e-89f8056fed5b",
    "slug": "azurite",
    "name": "Azurite",
    "description": "A lightweight Azure Storage emulator for Blob, Queue, and Table services.",
    "url": "https://railway.com/deploy/azurite",
    "upstream": {
      "image": "mcr.microsoft.com/azure-storage/azurite"
    }
  },
  "services": [
    {
      "name": "azurite",
      "source": {
        "image": "mcr.microsoft.com/azure-storage/azurite"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "azurite",
      "description": "Railway HTTP target port for Blob Storage",
      "secret": false,
      "strategy": "default",
      "default": "10000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "azurite"
      }
    },
    "cli": "railway deploy --template azurite",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9b394580-dd76-490f-bc6e-89f8056fed5b",
            "serializedConfig": {
              "services": {
                "7e2bef01-63aa-47cb-b42a-2c934bf5a8b8": {
                  "name": "azurite",
                  "deploy": {
                    "startCommand": "sh -c 'azurite --location /data --blobHost 0.0.0.0 --blobPort 10000 --queueHost 0.0.0.0 --queuePort 10001 --tableHost 0.0.0.0 --tablePort 10002'"
                  },
                  "source": {
                    "image": "mcr.microsoft.com/azure-storage/azurite"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Railway HTTP target port for Blob Storage",
                      "defaultValue": "10000"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:10000": {
                        "port": 10000
                      }
                    }
                  },
                  "volumeMounts": {
                    "7e2bef01-63aa-47cb-b42a-2c934bf5a8b8": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-08T05:54:19.399Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T06:01:13.354Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ecfee4add04c40f9b5b4",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 52,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "azurite"
  }
}
