EugeneK 23 Posted December 18, 2024 Hi Does anyone have example of working with Azure Relay in Delphi? Share this post Link to post
fastbike 0 Posted Monday at 11:37 PM On 12/19/2024 at 5:53 AM, EugeneK said: Hi Does anyone have example of working with Azure Relay in Delphi? HI, did you get anything to work - I'm looking at using Azure Relay to expose some functionality on our network to another Azure service. Share this post Link to post
EugeneK 23 Posted Tuesday at 04:07 PM 16 hours ago, fastbike said: HI, did you get anything to work - I'm looking at using Azure Relay to expose some functionality on our network to another Azure service. No, I'm trying to reverse engineer it. It uses AMQP 1.0 over WebSockets Share this post Link to post
Die Holländer 84 Posted 22 hours ago I really hope that Embarcadero will investigate the possibilities of using Azure with Delphi. During the session in this youtube video about Azure Cloud Development with Delphi I saw a statement (at time 40:38) : "Azure IDE helper plugin under development by Glenn Dufke" I have tried to configure an Azure function myself but the Azure Portal interface has been changed a lot and I didn't succeed. I don't know if he ever completed such a plugin but I've tried to find and ask him but didn't succeed. Share this post Link to post
Die Holländer 84 Posted 20 hours ago 15 hours ago, EugeneK said: No, I'm trying to reverse engineer it. It uses AMQP 1.0 over WebSockets Maybe there is something possible with Python4Delphi and Pika... Share this post Link to post
EugeneK 23 Posted 12 hours ago 8 hours ago, Die Holländer said: Maybe there is something possible with Python4Delphi and Pika... It seems to be for AMQP v0.9.1, there is Delphi implementation for it here https://github.com/felipecaputo/delphi-amqp Share this post Link to post
EugeneK 23 Posted 8 hours ago Looks like there is commercial solution that implements AMQP 1.0, https://www.esegece.com/websockets/protocols/amqp/amqp-1-0-0 I wonder if anyone tried it? Share this post Link to post