As promised, I am showing the steps for Azure Service Bus preview on the new Microsoft Azure Portal and the service bus queue creation steps here.
So first of all, Login to Azure portal (I believe you have the required access/subscription to azure portal, if not please contact your organisation azure admin and activate your subscription or sign up for free account).
It will take few seconds for activation. Once the namespace is available then click on it and create new queue.
Point to Remember (PTR): If you are integrating the queue with BizTalk 2013 then un-check "Enable Partition" checkbox. this queue feature is not supported by on-premise BizTalk 2013.
Your queue would be ready in few seconds and look like-
Now you have to configure the Shared access policy (SAS) so that other systems can access your newly created queue. Create the shared access policy as the below screenshots and select the permission (Manage/Send/Listen) based on the your usage.
Once the SAS is configured it would look like-
Endpoint=sb://amitsbtest.servicebus.windows.net/;SharedAccessKeyName=SBQSAStest1;SharedAccessKey=xxxxxxxxxxx
This key will be used for configuring BizTalk ports to send/receive the data from this queue.
Azure Service Bus messaging samples on GitHub
BizTalk configuration for the new Azure portal Service Bus queues are same as I described in my earlier blog Part 1
Happy Integrating!
So first of all, Login to Azure portal (I believe you have the required access/subscription to azure portal, if not please contact your organisation azure admin and activate your subscription or sign up for free account).
Microsoft recently released the Service Bus Messaging Preview in the new Azure portal. It has been a long awaiting request. This release will help organizations keep their Azure components in one place and manage the Authentication and Authorization accordingly (unlike the classic azure service bus portal). Please visit the Azure documentation to learn more on this.
Coming back to the topic...
After opening the Azure portal, click on the More Services button on the left menu and search for the service bus link. This should look like the below screenshot.
Note: ACS Service Bus authentication feature is neither supported by the classic portal nor by the new Azure portal. If you want to use this feature for your service bus queues then use Azure PowerShell scripts to create the service Bus queue with ACS authentication.
Manage Service Bus with PowerShell
Manage Service Bus with PowerShell
You can see the Service Bus namespace "AmitSBTest" we have created in Azure Service Bus integration with on-premise BizTalk 2013R2 - Part 1. All the service bus namespaces you created in the classic Azure portal will be visible in the new Azure portal.
Now create a new service bus namespace first. This namespace will be part of your service bus queue URL.
Enter your service bus namespace (in place of AmitSBtest1) and select Pricing tier, subscription, resource group and cloud location as required. Optionally you can pin it to dashboard.
Your queue would be ready in few seconds and look like-
There are several other properties and configuration settings available for you in the new Azure Portal. You can explore them on the portal itself or visit the Azure Documentation, blogs etc. to learn more about the new Azure Service Bus features.
Once the SAS is configured it would look like-
Endpoint=sb://amitsbtest.servicebus.windows.net/;SharedAccessKeyName=SBQSAStest1;SharedAccessKey=xxxxxxxxxxx
This key will be used for configuring BizTalk ports to send/receive the data from this queue.
Azure Service Bus messaging samples on GitHub
BizTalk configuration for the new Azure portal Service Bus queues are same as I described in my earlier blog Part 1
Happy Integrating!





















