Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Functions fails with SocketException sometimes when accessing table #58

Closed
kzu opened this issue Jul 28, 2021 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@kzu
Copy link
Member

kzu commented Jul 28, 2021

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.

Back this issue
Back this issue

@kzu kzu added the bug Something isn't working label Jul 28, 2021
@kzu kzu closed this as completed in 1b2714f Jul 28, 2021
@devlooped devlooped locked and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant