You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhat randomly, we're causing the following exception when running in Azure Functions:
Microsoft.Azure.Cosmos.Table: An attempt was made to access a socket in a way forbidden by its access permissions. System.Net.Http: An attempt was made to access a socket in a way forbidden by its access permissions. System.Private.CoreLib: An attempt was made to access a socket in a way forbidden by its access permissions.
This happens most consistently in the GetTableAsync method, so perhaps the way we're scheduling the async work to get or create the table is interfering somehow.
The text was updated successfully, but these errors were encountered:
Somewhat randomly, we're causing the following exception when running in Azure Functions:
This happens most consistently in the
GetTableAsync
method, so perhaps the way we're scheduling the async work to get or create the table is interfering somehow.The text was updated successfully, but these errors were encountered: