@brucezcsi Thanks for reaching out.
No, it is not continuously polling, it uses a message handler to listen for new messages on the queue or topic. When a new message is detected, the message handler is triggered, and the function is executed. The message handler is implemented using the Service Bus SDK, which provides a message pump that listens for new messages on the queue or topic. However, the message pump is not continuously polling the queue or topic. Instead, it uses a long-polling mechanism to wait for new messages. This means that the message pump will only receive new messages when they are available and will not continuously poll the queue or topic.
Let me know if you have any queries or concerns.