I have an internal WCF service that needs to connect with an Azure queue. Does the BizTalk 2010 AppFabric connect tool support storage queues? According to the following MSDN blog it requires a relay endpoint. http://blogs.msdn.com/b/biztalk_server_team_blog/archive/2010/10/21/biztalk-server-appfabric-connect-for-services.aspx. Is this article still valid?

Can I access Azure storage queues with this approach? If not, what is the other best approach? I could do the following but I was hoping there would be a more elegant solution.

1) Using a reverse proxy expose the internal WCF service as an external WCF service through the firewall

2) Create .NET code that reads the Azure storage queue and calls the WCF service. If the service call is successful the message is deleted from the queue.

Thanks Richard

link|improve this question
feedback

1 Answer

Check out this blog post describing a first cut of an LOB adapter for Azure Storage, this is certainly one very good approach.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.