Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
520 views
in Technique[技术] by (71.8m points)

namespaces - Test Azure Service Bus locally without any subscription or login

Is there a way to play with and discover Azure Service Bus on the local emulator without registering to the real Azure Services?

I was following a tutorial on the use of the Azure Service Bus but at a certain point a Namespace and an Issuer Name and Key is required. I don't have that data since I'm not registered to Azure Services and I don't want to do it now (I will get my trial when I will feel ready to develop/test something real).

question from:https://stackoverflow.com/questions/13087872/test-azure-service-bus-locally-without-any-subscription-or-login

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Unfortunately there is not an emulated Azure Service Bus you can run locally. The Azure Service Bus requires an active Azure Subscription. You will need a trial, MSDN subscription, or pay for a pay-as-you go subscription. The relay itself is extremely cheap - $0.01 per 10,000 messages. Dive in and start experimenting with your Azure 90 day trial. If you run out of trial, I'm sure MS would work with you if you could justify the extension.

One of the reasons I expect that it doesn't work without a subscription is that the service bus requires Azure ACS for authentication (this is the source of the Issuer Name and Key you are looking for) which also lacks emulation to my knowledge.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...