Skip to content

Python function request to Table storage throttles #1155

@edgarhuichen

Description

@edgarhuichen

I deployed my Python function (V2, HTTP trigger) on the Linux consumption plan but noticed significant performance slowness. Locally the request only takes 20 seconds. However, via Azure endpoint, it takes 2 minutes.

By analyzing the log, I see the connection to Azure Table API is throttling. After each request to the table, it waits for around 7 seconds. Because my function needs to request the same table few times during each execution, it takes way longer than running it locally.

Any ideas why and how to improve the request response time?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions