Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Listening and sending from/to Azure Relay Hybrid Connections #3325

Closed
swingtempo opened this issue Sep 12, 2018 · 6 comments
Closed

Add Listening and sending from/to Azure Relay Hybrid Connections #3325

swingtempo opened this issue Sep 12, 2018 · 6 comments
Assignees
Labels
Docs Relay Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@swingtempo
Copy link

Maybe I'm missing something - I couldn't find any docs. I saw that there are APIs added to manage Azure relays, but I couldn't find APIs or docs on how to actually communicate via an Azure relay. For example the node js SDK has APIs like:
https.createRelayListenUri(ns, path);
https.createRelayedServer()

that can send and receive via the hybrid connection. i.e. all you need are:
const ns = "{RelayNamespace}";
const path = "{HybridConnectionName}";
const keyrule = "{SASKeyName}";
const key = "{SASKeyValue}";

and you can connect. I couldn't find anything like that in the Python SDK. If it exists, can you point me to the APIs (and create an example)? Or if not, can you add them?

@lmazuel
Copy link
Member

lmazuel commented Sep 12, 2018

@v-Ajnava could you provide some help here? Thank you!

@v-Ajnava
Copy link
Member

@jayongg , we don't have Runtime Python SDK for Relay, but we do have sample for Relay server in Python which supports HTTP to send

Sample Link: Azure/azure-relay#28

@v-Ajnava v-Ajnava assigned swingtempo and v-Ajnava and unassigned v-Ajnava Sep 14, 2018
@swingtempo
Copy link
Author

Thanks - may I get this registered as a feature request?

@bsiegel bsiegel added the Service Attention Workflow: This issue is responsible by Azure service team. label Sep 26, 2018
@jfggdl
Copy link

jfggdl commented May 31, 2019

@swingtempo, thanks for creating this issue and letting us know your interest in a Python SDK. We have created an internal tracking item and according to user interest we will consider implementing a Python SDK for Azure Relay.

I will be closing this issue, but please feel free to reopen it if you have additional questions.

@jfggdl jfggdl closed this as completed May 31, 2019
@dlstucki
Copy link

I added a note to the internal item tracking this feature that it got another vote.

@bleuknight
Copy link

I would like to also emphasize the need for this

@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Docs Relay Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

7 participants