Azure Worker role Inner Exception of 'One of the request inputs is out of range.'

给你一囗甜甜゛ 提交于 2019-12-04 18:27:38

I found it.

Looking at the HTTP requests and responses that I've been getting from successful Queue requests and the failing Table requests, it seems if the Account Name has any uppercase letters, everything fails.

To fix this, I changed the Account Name to be all lower case and everything worked

Another cause of OutOfRangeInput HTTP 400 errors with storage tables is having incorrect account parameters. I've observed that error when I forgot to fix up the cscfg file and deployed with

<Setting name="StorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=TODO;AccountKey=TODO" />
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!