1

we are working on an integration with service bus. We don't have an account with azure, so we can't run our own server, but our client does.

For testing purposes, are there any openly available service bus topics I can subscribe to and test our code? the content actually does not matter, we just want to make sure our code can connect and read messages.

If this is not possible, how is the approach for testing our subscription code for azure service bus? Do we need to open a azure account?

thanks!

otmezger
  • 10,410
  • 21
  • 64
  • 90

1 Answers1

1

You do need your own subscription to create and test Service Bus Topics.

To create your free Azure Subscription refer here.

Arunprabhu
  • 1,454
  • 9
  • 15
  • thanks @arunprabhu. do you know if the service bus service is included in the free subscription? it is not specified in the page you posted. thanks. – otmezger Oct 25 '18 at 09:26
  • 1
    You will get $200 free for 30 days. You can create any type of service which falls under $200. So you can create Service Bus under it. – Arunprabhu Oct 25 '18 at 09:32