How to create service bus namespace using asp.net MVC?

Anonymous
2020-06-27T08:30:17.02+00:00

Hi Team,

How to create service bus namespace using asp.net MVC?
Can you tell me that it is possible or not?
And if it possible then please suggest the way.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sean Feldman 211 Reputation points MVP
    2020-06-28T03:43:43.197+00:00

    Creation of a Service Bus namespace is not dependant on ASP.NET MVC or any other hosting framework.
    You can provision a namespace using the management SDK. You'll find it as a NuGet package https://www.nuget.org/packages/Microsoft.Azure.Management.ResourceManager

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.