Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
653 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear Azure Community
I'm working on a project where I need to have an AWS Lambda function publish messages to an Azure Service Bus topic configured behind a private endpoint, without using the internet. My goal is to use Azure Private Link to achieve this.
Could you provide guidance on:
Setting up the necessary configurations in AWS and Azure to establish this connection.