Azure-Samples / iot-hub-c-m0wifi-getstartedkit

Get started with the Adafruit Feather M0 Wifi Azure IoT Starter Kit
MIT License
5 stars 8 forks source link

Provisioning failed due to Bing Maps #36

Closed Petezah closed 8 years ago

Petezah commented 8 years ago

I get "Bad Request - Error converting varchar to int" during Remote Monitoring provisioning. There seems to be no clear way to mitigate. Probably, I don't need Bing Maps to complete the tutorial on this page, but I'm also not sure what I'm missing out on either.

hegate commented 8 years ago

@Petezah providing more context: specifically, that error indicates that you've gone above the limit on the number of free remote monitoring solutions per subscription (2). Take a look at this section here: https://azure.microsoft.com/en-gb/documentation/articles/iot-suite-faq/

How many Free Bing Maps APIs can I provision in a subscription? Two. You can create only two Free Bing Maps APIs in a subscription. The remote monitoring solution is provisioned by default with a Free Bing Maps API. As a result, you can only provision up to two remote monitoring solutions in a subscription with no modifications.

As mentioned before, please try deleting (on the console) the solution, and try using an existing one.

Let me know if this fixes the issue.

Thanks, H,