question

amitawasthi avatar image
0 Votes"
amitawasthi asked MayankBargali-MSFT edited

I need to create the architecture diagram based on scenario can anyone suggest different Azure Paas services to be connected to meet this Architecture

Source system sends set of records

Create an interface on Azure to process/transform the data

Push the transformed data into Azure storage



API needs to authenticate the client before processing the message

Ensure Guaranteed delivery

Message should be processed at most once

Enable Azure monitor for metrics

azure-functions
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MayankBargali-MSFT avatar image
0 Votes"
MayankBargali-MSFT answered MayankBargali-MSFT edited

@amitawasthi You can use the decision tree to choose the right azure service. I will also suggest you to review the Azure Architecture document to start with the different architecture and intergation with different services with different scenarios. You can also chosse from here among different azure services along with the category to get the architecture diagram/overiew.

You can create the HTTP web services/trigger in azure webapps, function etc which can accepts request and your source system can call these HTTP endpoint to send the data. In your webservice code it will be communicating with the storage account to store the data. Different azure services has different authentication mechanisum such as function access key in case of azure function (for more details on function authentication please refer to this) and for app service you can refer to this. You can enable application insights in most of the azure services for monitoring purpose.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.