I am getting "XML specified is not syntactically valid" error. I tried with both JSON and CSV code. Same issue. any idea why i am getting this, i used exactly the same code given in this article.
Azure.RequestFailedException: 'XML specified is not syntactically valid.
RequestId:fcd98dd6-201e-0017-1d48-d3f368000000
Time:2021-11-06T19:54:38.4445463Z
Status: 400 (XML specified is not syntactically valid.)
ErrorCode: InvalidXmlDocument
I was having the same issue, both for CSV and JSON. I downgraded from Azure.Storage.Blobs 12.10.0 to 12.8.0 and it helped - queries work now. I suspect regression on the library side.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I am getting "XML specified is not syntactically valid" error. I tried with both JSON and CSV code. Same issue. any idea why i am getting this, i used exactly the same code given in this article.
Azure.RequestFailedException: 'XML specified is not syntactically valid.
RequestId:fcd98dd6-201e-0017-1d48-d3f368000000
Time:2021-11-06T19:54:38.4445463Z
Status: 400 (XML specified is not syntactically valid.)
ErrorCode: InvalidXmlDocument
I was having the same issue, both for CSV and JSON. I downgraded from Azure.Storage.Blobs 12.10.0 to 12.8.0 and it helped - queries work now. I suspect regression on the library side.