Windows Azure Notification Hub Error
问题 I have just gotten this error. Everything was working fine up until this morning. Error: 400 - The request api-version is invalid because the the notification hub was created in an older version. Re-create the notification hub. TrackingId:aaed084f-8c8a-49f1-8246-122763437b63_G7,TimeStamp:5/15/2016 3:56:13 AM" In my node.js table script I am connecting to the hub like so: var azure = require('azure'); var hub = azure.createNotificationHubService('hubName','connectionString'); And sending like