2

I have to send & receive messages between R and Azure Service Bus. This is possible with Python, Java, .Net but there is no help for R script. As I'm limited to use only R to achieve this, is there any resource/documentation available to refer.

Konrad Rudolph
  • 530,221
  • 131
  • 937
  • 1,214
msr_003
  • 1,205
  • 2
  • 10
  • 25

1 Answers1

1

According to this documentation, Currently, R programming doesn't support the Azure Service bus service. As of now Data Science Virtual Machine, ML Services on HDInsight, Azure Databricks, Azure Machine Learning, Azure Batch and Azure SQL Managed Instance are the only Azure services that are compatible with R programming.

SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18
  • That's a useful link. Do you think implementing my requirement on Java and call this Java from R script would be feasible? I need two way communication between R and Azure Service Bus – msr_003 Apr 26 '22 at 03:58
  • @msr_003, Haven't really tried but it may work – SwethaKandikonda Apr 27 '22 at 15:54