'Error 'Please check your account info and/or permissions and try again.. Client request id: 'undefined''
I am trying go get storage account blob list via azure logic apps. But I am facing this error.
I tried few things like changing logic app and the storage account into different regions as recommended here.
Solution 1:[1]
By digging deeper, I was able to get away from this error by pointing to the right connection.
- Changed the connection
- Point to right connection which you have access for or add a new one.
- If new connection, then enter the proper Azure Storage account name you want to connect with.
Solution 2:[2]
I test with set my storage account with allow access from selected networks instead of allow access from all networks, but the "List blobs" action shows "Forbidden" error, it doesn't show the error message Please check your account infor...... which you mentioned in your question.
But when I create the storage connection manually with incorrect infor(such as a wrong storage name), it shows same error message with yours.
Unlike your situation, the error message shows when I create the connection in my side but shows in you "List blobs" action. I'm not sure which way did you create the logic app and the storage connection in logic app, so please check if you provide the correct info when you create the logic app and the storage connection.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Deepak paramesh |
| Solution 2 | Hury Shen |





