Q2: What are the various azure services you have used for integration?
Q3: What is the difference between Azure Logic app standard and consumption plan?
Q4: Is it possible to implement Try Catch in logicApps. Give step by step process.
Q5: Does cold Start is an issue with Azure Function in Production also? - No, its an issue with consumption plan, if we are going to better/ higher plans this is not going to be an issue.
Q6: In Azure service bus what is the use of message id and session id?. Message Id is for idempotency, to remove the chance of message duplicity. SessionID is used to maintain order. Producer sends the same sessionID for multiple messages eg msg1, msg2. At service bus side, it will check the presence of session and create an order of messages that are coming under same sessionid.
Q7: I have one file (which is large in size like 50MB) that I want to publish to multiple subscribers. How I can achevie this using azure services? What will be the good architectural strategy considering file size could be more
Answer:
PRoducer > upload file in blob storage > Generate SAS signature > publish messg to Azure Service bus for Subscribers> Subscribers receive the message, see the SAS url and download the file.
Q8: In one case I am getting good size of message to be published and in second case I am getting too many messages. What architecture flow I must think of?
Q9: Tell me about the APIM architecture?
Q10: What is Design first approach in APIM? How it is different from code first approach?
Q11: Tell when the scenarion when I must used Azure data factory?
No comments:
Post a Comment