Azure Functions
Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in other Azure services, SaaS products, and on-premises systems. With Azure Functions, your applications scale based on demand and you pay only for the resources you consume. Azure Functions provides an intuitive, browser-based user interface allowing you to create scheduled or triggered pieces of code implemented in a variety of programming languages.
-
Proxies should support backend.request.body expressions in requestOverrides
Would be great to be able to create or change the request BODY dutring request overrides processing like it is possible for headers and the method already. Expressions could override parts of the body, create a body when e.g. overriding a GET to a POST or update body parts / subparts. Even deletion of body or body parts would be usable...
18 votesThis is a great idea!
I’ve linked it up to a github issue for the same feature. https://github.com/Azure/azure-functions-host/issues/1968
-Alex
Azure Functions Team -
managed mysql connection pooling proxy for azure function
In short: AWS RDS Proxy equivalent solution for Azure.
Using managed RDBMS like mySQL from FaaS is often said to be a bad practice because of difficulties of handling connection; FaaS might finish before closing its connection, might consumes too much connections when requests burst.
Instead, using connectionless database is encouraged, but in many usecases, RDB's functionality is still preferred over connectionless DB(such as CosmosDB), because of its flexibility of queries and transaction.
AWS resolves this dilemma by providing a managed connection pooling point called RDS Proxy.
6 votesNo plans on this at the moment, but keep the votes coming. We do recommend connection pooling where clients support it, such as best effort use of statics or, for .NET, dependency injection of the client.
-
ฉันอยากทราบรายละเอียด
ฉันอยากทราบรายละเอียดว่าข้อมูลฉันเป็นส่วนตัวไหม
1 vote
- Don't see your idea?