Service Bus subscription creation
Failed creating Service Bus subscription "NAME" with error code: InternalServerError and with message: CorrelationId: 49f92880-ed43-49e1-88c5-c839b8536f84.Since two days I'm got this error. What's...
View ArticleReliable Communication from On-Prem .NET services to Azure Service Bus
Hi,We have a number of Azure WebJobs that integrate with on-prem apps using Service Bus in a store-and-forward scenario. The overall architecture is that we receive HTTP messages that come in from the...
View ArticleService Bus Topic To Azure SQL table
can I move messages from service bus topic to azure sql table
View ArticleOutofmemory DownloadText() downloading Blob
with this code:CloudBlockBlob blockBlob = syncMsgContainer.GetBlockBlobReference(blobId); return blockBlob.DownloadText();We get this error intermittently. Is there any suggestions on...
View ArticleRead event hub captured Data
Hello,I am trying to read the data from captured event hub streaming data using spark. but couldn't able to do that.after selecting the field which i need by using the following...
View ArticleAzure Event Hub - Unable to open authentication session on connection while...
Hi,I was trying to send data to my azure event hub using python code sample provided in the tutorial. import loggingimport timefrom azure.eventhub import EventHubClient, EventDatalogger =...
View ArticleUnable to send message to Service Bus Queue
Hi,I am following the below MS link to create my first client application that could send messages to Service Bus Queue. I am a beginner to start using Service...
View ArticleAcceptMessageSession - serverWaitTime What is this?
Hi,I am developing code to send messages and receive responses via service bus. Messages and responses are paired via a SesionID.I am trying to understand the various timeouts that are availableMy code...
View ArticleAzure Service Bus Topic Receiving messages
Referring to https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/GettingStarted/Microsoft.Azure.ServiceBus/BasicSendReceiveUsingTopicSubscriptionClient, I understand how Azure...
View ArticleAuto-delete service bus subscriptions on Idle
Hi, we are using (on-premise) Windows Service Bus as a messaging channel (publisher/subscriber model) for our applications and services. There's one specific scenario i would like to describe here...
View ArticleCreating filters for Subscription in a Azure Service Bus(Topics)
Hi,Is there a way to create filters for Subscription in a Azure Service Bus(Topics) using 'Azure Management Portal'.I am a beginner in using 'Azure Management Portal'./Biranchi
View ArticleProblem with Azure service bus policy alias
Hi All,I am trying to audit if the partition is enabled or not using azure policy. But it is not listing the resources either in compliance or Non-compliance.Policy Rule :"policyRule": {"if": {"allOf":...
View ArticleThe remote server returned an error: (401) Unauthorized. claim is empty when...
Hi Team, I try to connect service bus topic connection string in service bus explorer.(ServiceBusExplorer-4.0.109) and i am getting below exception. Exception: The remote server returned an error:...
View ArticleData Engineer
Hi Below is my Scenario:We have a Azure stream analytics that streams messages into the Azure service Bus via pub-sub in the clients environment.Our project demands us to move that data from the azure...
View ArticleHow can i restrict to delete the topics from service bus explorer
Hi, I have RootManager connection string and i connected it in service bus explorer and it's allowing me to delete the topics from service bus explorer. Once i deleted then the topics permanently...
View ArticleEvent grid subscriptions inside event grid domains created through API goes...
I am using the following python packagesazure-eventgrid 1.3.0 azure-mgmt-eventgrid 2.0.0 azure-storage-queue...
View ArticleHow to migrate massive amount of queues & topics under multiple service...
we have lots of service buses and currently we would like to consolidate them into 1 premium tier service bus.What is the best way to consolidate them and migrate over?It seems currently MS doc only...
View ArticleHow to provide the Root Manager Connection String In Service Bus
Hi, I have below scenario.I created a service bus in azure portal and i have a RootManager Connection String with below access.Now i connected the RootManager connection string in Service Bus...
View ArticleNew-AzServiceBusTopic errors with 'Forbidden' error
I am using a Service principle to create a Service Bus topic using Azure powershell New-AzServiceBusTopiccommand. The Service principle has a custom role assigned to it which has the Action/permission...
View ArticleEventGrid vs EventHub
I am working on a service fabric application and want to publish few events from this application and subscribe or process those publish events in another application. I have tried EventGrid concept...
View Article