JonathanGiles / jonathangiles.net-comments

0 stars 0 forks source link

posts/2018/building-a-serverless-url-shortener-with-azure-functions-and-java-part-one/index #143

Open JonathanGiles opened 4 years ago

JonathanGiles commented 4 years ago

Building a serverless url shortener with Azure Functions and Java, part one

https://jonathangiles.net/posts/2018/building-a-serverless-url-shortener-with-azure-functions-and-java-part-one/

JonathanGiles commented 4 years ago

Auto-imported comment, original author: Richard Cowin Comment posted on: September 3, 2018

Could you write to the Table Store using a @TableOutput binding instead? Or does this not give you as much control?

ravilohan commented 2 years ago
  1. Could you please help me understand how the instance level synchronization is helping here?
  2. Will every request is served by a new function instance and which create a new AzureTableStore instance per request? Thanks.