Skip to main content
edited body
Source Link
GRoberts
  • 81
  • 1
  • 3

I have a similar question to one already asked about SQLSQS to Azure Service Bus - https://stackoverflow.com/questions/51650073/consume-aws-sqs-and-publish-to-azure-service-bus. I want to get messages from AWS SNS (hosted by another party) into an Azure Service Bus and wondering about the best approach.

Ideally, I don't want to have to host an Azure Web App as the HTTP endpoint/middleware, but I'm not sure an Azure Logic App/Function exposed over HTTP would work without other resources also being needed. I also have a preference not to deploy anything in AWS when the rest of my solution will be in Azure.

I'm still learning about Azure so may be missing something obvious. Any experience/advice for this scenario would be appreciated.

I have a similar question to one already asked about SQL to Azure Service Bus - https://stackoverflow.com/questions/51650073/consume-aws-sqs-and-publish-to-azure-service-bus. I want to get messages from AWS SNS (hosted by another party) into an Azure Service Bus and wondering about the best approach.

Ideally, I don't want to have to host an Azure Web App as the HTTP endpoint/middleware, but I'm not sure an Azure Logic App/Function exposed over HTTP would work without other resources also being needed. I also have a preference not to deploy anything in AWS when the rest of my solution will be in Azure.

I'm still learning about Azure so may be missing something obvious. Any experience/advice for this scenario would be appreciated.

I have a similar question to one already asked about SQS to Azure Service Bus - https://stackoverflow.com/questions/51650073/consume-aws-sqs-and-publish-to-azure-service-bus. I want to get messages from AWS SNS (hosted by another party) into an Azure Service Bus and wondering about the best approach.

Ideally, I don't want to have to host an Azure Web App as the HTTP endpoint/middleware, but I'm not sure an Azure Logic App/Function exposed over HTTP would work without other resources also being needed. I also have a preference not to deploy anything in AWS when the rest of my solution will be in Azure.

I'm still learning about Azure so may be missing something obvious. Any experience/advice for this scenario would be appreciated.

Tweeted twitter.com/StackSoftEng/status/1181902133119115264

I have a similar question to one already asked about SQSSQL to Azure Service Bus - https://stackoverflow.com/questions/51650073/consume-aws-sqs-and-publish-to-azure-service-bus. I want to get messages from AWS SNS (hosted by another party) into an Azure Service Bus and wondering about the best approach.

Ideally, I don't want to have to host an Azure Web App as the httpHTTP endpoint/middleware, but I'm not sure an Azure Logic App/Function exposed over httpHTTP would work without other resources also being needed. I also have a preference not to deploy anything in AWS when the rest of my solution will be in Azure.

I'm still learning about Azure so may be missing something obvious. Any experience/advice for this scenario would be appreciated.

I have a similar question to one already asked about SQS to Azure Service Bus - https://stackoverflow.com/questions/51650073/consume-aws-sqs-and-publish-to-azure-service-bus. I want to get messages from AWS SNS (hosted by another party) into an Azure Service Bus and wondering about the best approach.

Ideally I don't want to have to host an Azure Web App as the http endpoint/middleware, but I'm not sure an Azure Logic App/Function exposed over http would work without other resources also being needed. I also have a preference not to deploy anything in AWS when the rest of my solution will be in Azure.

I'm still learning about Azure so may be missing something obvious. Any experience/advice for this scenario would be appreciated.

I have a similar question to one already asked about SQL to Azure Service Bus - https://stackoverflow.com/questions/51650073/consume-aws-sqs-and-publish-to-azure-service-bus. I want to get messages from AWS SNS (hosted by another party) into an Azure Service Bus and wondering about the best approach.

Ideally, I don't want to have to host an Azure Web App as the HTTP endpoint/middleware, but I'm not sure an Azure Logic App/Function exposed over HTTP would work without other resources also being needed. I also have a preference not to deploy anything in AWS when the rest of my solution will be in Azure.

I'm still learning about Azure so may be missing something obvious. Any experience/advice for this scenario would be appreciated.

Source Link
GRoberts
  • 81
  • 1
  • 3

Getting AWS SNS Messages into Azure Service Bus

I have a similar question to one already asked about SQS to Azure Service Bus - https://stackoverflow.com/questions/51650073/consume-aws-sqs-and-publish-to-azure-service-bus. I want to get messages from AWS SNS (hosted by another party) into an Azure Service Bus and wondering about the best approach.

Ideally I don't want to have to host an Azure Web App as the http endpoint/middleware, but I'm not sure an Azure Logic App/Function exposed over http would work without other resources also being needed. I also have a preference not to deploy anything in AWS when the rest of my solution will be in Azure.

I'm still learning about Azure so may be missing something obvious. Any experience/advice for this scenario would be appreciated.