You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Browser
Edge or Vivaldi
Additional context
No response
The text was updated successfully, but these errors were encountered: