Hi, I am using form reognizer and trying to create a custom model. But while saving the project, am getting below error.
Error: Check if you have unexpired read/write/delete permission to blob container/blob
Below configurations are done for a storage account.
1) CORS is added with all 8 allowed methods
2) For container within storage account, access policy is added with racwdl permissions
3) For container, 'shared access signature' was created with all 8 (racwdl) permissions. Start date 30 mins prior the current time and expiry day of 1 week later. And used the URL generated here to setup connections in Form recognier custom model project creation.
Can you please let me know how to resolve this error. thanks,