I want to create a new subscription from my backend nodejs solution
I followed this https://docs.microsoft.com/en-us/rest/api/servicebus/create-subscription
But I can not complete it I do not understand how this REST API works and I think Im missing the authorization.
In postman this:
PUT https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/Topics/Subscriptions/{Subscription Name}
Returns:
ForbiddenError
The server failed to authenticate the request. Verify that the certificate is valid and is associated with this subscription.
@azure/arm-servicebus
to create it : npmjs.com/package/@azure/arm-servicebus – Jim Xu