Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure ServiceBus Connector "Unable to initialize operation....." #5961

Closed
WarrenKinley opened this issue Oct 25, 2024 · 1 comment
Closed

Comments

@WarrenKinley
Copy link

WarrenKinley commented Oct 25, 2024

Describe the Bug with repro steps

I found a closed issue that describes the same issue that I have started seeing yesterday: #2334

This has started in multiple workflows in multiple logic apps and I think it started during yesterday.

And my connections:

{ "managedApiConnections": { "servicebusManaged": { "api": { "id": "/subscriptions/@appsetting('subscriptionId')/providers/Microsoft.Web/locations/uksouth/managedApis/servicebus" }, "authentication": { "type": "ManagedServiceIdentity" }, "connection": { "id": "/subscriptions/@appsetting('subscriptionId')/resourceGroups/@appsetting('coreResourceGroupName')/providers/Microsoft.Web/connections/@appsetting('coreServiceBusConnectionName')" }, "connectionProperties": { "authentication": { "audience": "https://servicebus.azure.net", "type": "ManagedServiceIdentity" } }, "connectionRuntimeUrl": "@appsetting('coreServiceBusConnectionNameUrl')" } } }

What type of Logic App Is this happening in?

Standard (Portal)

Which operating system are you using?

Windows

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

{

"definition": {

"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",

"actions": {

"Message_Received_Peek-Lock":

{

"type": "ApiConnection",

"inputs": {

"host": {

"connection": {

"referenceName": "servicebusManaged"

}

},

"method": "get",

"path": "/@{encodeURIComponent(parameters('studentConfig')?['serviceBusSubscriber']?['topicName'])}/subscriptions/@{encodeURIComponent(parameters('studentConfig')?['serviceBusSubscriber']?['subscriptionName'])}/messages/batch/peek",

"queries": {

"subscriptionType": "Main",

"sessionId": "",

"maxMessageCount": "@parameters('studentConfig')?['serviceBusSubscriber']?['recurrenceTrigger']?['messageBatchSize']"

}

}

},

"contentVersion": "1.0.0.0",

"outputs": {},

"triggers": {

"Recurrence": {

"recurrence": {

"frequency": "Second",

"interval": "100"

},

"runtimeConfiguration": {

"concurrency": {

"maximumWaitingRuns": 5,

"runs": 5

}

},

"type": "Recurrence"

}

}

},

"kind": "Stateful"

}

Screenshots or Videos

Image

Browser

Edge or Vivaldi

Additional context

No response

@rllyy97
Copy link
Contributor

rllyy97 commented Oct 28, 2024

Hi @WarrenKinley, thank you for reporting this issue, we have received a few reports of this issue and have created a parent ticket here that you can use to track progress: #5977

@rllyy97 rllyy97 closed this as completed Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants