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 85 Posted Wednesday at 05:56 AM 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 85 Posted Wednesday at 07:41 AM 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 Wednesday at 03:44 PM 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 Wednesday at 08:03 PM 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
Rollo62 578 Posted yesterday at 06:35 AM On 6/4/2025 at 7:56 AM, Die Holländer said: ... about Azure Cloud Development with Delphi I saw a statement (at time 40:38) : "Azure IDE helper plugin under development by Glenn Dufke" ... I haven't looked into this, but perhaps its related to the Azure stuff and a later extension: https://code-kungfu.com/getting-started-with-azure-function-apps-in-delphi.html https://github.com/code-kungfu/Delphi-AzureFunctionApps https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-other?tabs=go%2Cwindows#create-an-azure-functions-project Share this post Link to post
Die Holländer 85 Posted yesterday at 09:42 AM 2 hours ago, Rollo62 said: I haven't looked into this, but perhaps its related to the Azure stuff and a later extension: Yes, these are basically the pages reflecting what Glenn shows in the Youtube video. As you can see almost all of the development, configuration, testing and deploying is based on Visual Studio Code (extensions) and only the "Hello world" webbroker exe is made in Delphi. I was hoping that the "Azure IDE helper plugin" will bypass the Visual Studio Code part. Another thing is that it's also difficult to go through the Azure deploying part by it's dashboard that supports now about 100 zillion Cloud possibilities, options and configurations. 1 Share this post Link to post