Single input endpoint can be accessed in different worker role
问题 I have a input endpoint(name - 23456), Can i access the 23456 endpoint into different worker role? For eg :- In "23456" endpoint, i have this data's 23,34,45,56,78 . Worker roles - "A" and "B" When i access the endpoint through "A" worker role, i will get 23 as values. When i access the endpoint through "B" worker role, What value i will get 34 or 23? I could like to understand the working flow of input endpoint. Please help me to understand. 回答1: Input endpoints are load-balanced across all