Step 1: Get Your Canary Edge API Key
Sign up at canaryedge.com and generate an API key from the dashboard.Step 2: Update Your Endpoint
Replace the Azure endpoint with Canary Edge:Step 3: Update Authentication
Canary Edge accepts the sameOcp-Apim-Subscription-Key header that Azure uses:
Step 4: Verify
Send the same request you were sending to Azure. The response format is identical:Endpoint Mapping
| Azure Endpoint | Canary Edge Endpoint |
|---|---|
/timeseries/entire/detect | /v1/timeseries/entire/detect |
/timeseries/last/detect | /v1/timeseries/last/detect |
/timeseries/changepoint/detect | /v1/timeseries/changepoint/detect |
What’s Different
- Better accuracy — Canary Edge’s advanced engine catches anomalies that threshold-based methods miss
- No resource provisioning — No Azure resource groups, no Cognitive Services setup
- Per-machine fine-tuning — Optional model customization via
/v1/train - Transparent pricing — Pay per API call via Stripe, no Azure commitment required