


Hi everyone,
I'm having an issue with Microsoft Sentinel playbooks and Logic Apps that I haven't been able to resolve.
Environment
- Microsoft Sentinel
- Azure Logic Apps
- Region: South Africa North
- Subscription: Visual Studio Enterprise Subscription
- Sentinel enabled and operational
- Resource providers registered
- Creating playbooks from Sentinel Automation
Problem
When I create a playbook (Incident Trigger or Alert Trigger), the playbook opens in Logic Apps, but the Sentinel trigger shows:
Unable to initialize operation
When I click Add an action and search for:
- Microsoft Sentinel
- Azure Sentinel
- Sentinel
the search spinner keeps running and no Sentinel actions are returned.
What works
Built-in actions load normally:
- Compose
- HTTP
- Variables
- Scope
These appear immediately.
What I've already checked
✅ Incognito/InPrivate browser
✅ Sign out / sign in
✅ Waited over 8 hours and retried
✅ Resource providers registered:
- Microsoft.Web
- Microsoft.Logic
- Microsoft.SecurityInsights
- Microsoft.OperationalInsights
✅ Sentinel API connection created successfully
In API Connections I can see:
-
azuresentinel-Evict-CompromisedIdentity
- Status = Ready
✅ Playbook JSON includes:
JSON
1
"azuresentinel": {
2
"id": "/providers/Microsoft.Web/locations/southafricanorth/managedApis/azuresentinel"
3
}
Show more lines
✅ Created both:
- Playbook with Incident Trigger
- Playbook with Alert Trigger
Both exhibit the same issue.
Symptoms
- Sentinel trigger appears on the canvas.
- Trigger displays "Unable to initialize operation".
- Sentinel actions never appear in Add Action search.
- Built-in actions continue to work.
Question
Has anyone encountered a situation where:
- The Sentinel connector and API connection exist and are healthy,
- Built-in Logic App actions load correctly,
- But Microsoft Sentinel triggers/actions fail to initialize and never appear in the action catalog?
Is this a known Logic Apps designer issue, Sentinel connector issue, or regional backend issue?
Any guidance would be appreciated.
Thanks!Hi everyone,
I'm having an issue with Microsoft Sentinel playbooks and Logic Apps that I haven't been able to resolve.
Environment
- Microsoft Sentinel
- Azure Logic Apps
- Region: South Africa North
- Subscription: Visual Studio Enterprise Subscription
- Sentinel enabled and operational
- Resource providers registered
- Creating playbooks from Sentinel Automation
Problem
When I create a playbook (Incident Trigger or Alert Trigger), the playbook opens in Logic Apps, but the Sentinel trigger shows:
Unable to initialize operation
When I click Add an action and search for:
- Microsoft Sentinel
- Azure Sentinel
- Sentinel
the search spinner keeps running and no Sentinel actions are returned.
What works
Built-in actions load normally:
- Compose
- HTTP
- Variables
- Scope
These appear immediately.
What I've already checked
✅ Incognito/InPrivate browser
✅ Sign out / sign in
✅ Waited over 8 hours and retried
✅ Resource providers registered:
- Microsoft.Web
- Microsoft.Logic
- Microsoft.SecurityInsights
- Microsoft.OperationalInsights
✅ Sentinel API connection created successfully
In API Connections I can see:
-
azuresentinel-Evict-CompromisedIdentity
- Status = Ready
✅ Playbook JSON includes:
JSON
1
"azuresentinel": {
2
"id": "/providers/Microsoft.Web/locations/southafricanorth/managedApis/azuresentinel"
3
}
Show more lines
✅ Created both:
- Playbook with Incident Trigger
- Playbook with Alert Trigger
Both exhibit the same issue.
Symptoms
- Sentinel trigger appears on the canvas.
- Trigger displays "Unable to initialize operation".
- Sentinel actions never appear in Add Action search.
- Built-in actions continue to work.
Question
Has anyone encountered a situation where:
- The Sentinel connector and API connection exist and are healthy,
- Built-in Logic App actions load correctly,
- But Microsoft Sentinel triggers/actions fail to initialize and never appear in the action catalog?
Is this a known Logic Apps designer issue, Sentinel connector issue, or regional backend issue?
Any guidance would be appreciated.
Thanks!
Update
Further troubleshooting has been completed.
Environment
- Subscription: Visual Studio Enterprise Subscription
- Original Region: South Africa North
- Additional Test Region: North Europe
Additional Findings
- Deleted and recreated the Sentinel playbook.
- Created both:
- Microsoft Sentinel Incident playbook
- Microsoft Sentinel Alert playbook
- Both show:
Unable to initialize operation
- Verified:
- Microsoft.Web registered
- Microsoft.Logic registered
- Microsoft.SecurityInsights registered
- Microsoft.OperationalInsights registered
- Verified Sentinel API Connection is created successfully and shows Ready status.
- Created a completely new Logic App in a new Resource Group in North Europe.
- In the new Logic App:
- Microsoft Sentinel does not appear in trigger search.
- Office 365 Outlook does not appear in trigger search.
- Microsoft Teams does not appear in trigger search.
- Built-in actions such as:
- Compose
- HTTP
- Variables load correctly.
Conclusion
The issue appears to affect all shared/managed connectors, not just Microsoft Sentinel.
The Logic Apps Designer appears unable to discover shared connectors, while built-in actions continue to function normally.
Has anyone seen this behavior before, or can a Microsoft engineer verify whether this is a backend issue affecting connector discovery for this tenant/subscription?
Update
Further troubleshooting has been completed.
Environment
- Subscription: Visual Studio Enterprise Subscription
- Original Region: South Africa North
- Additional Test Region: North Europe
Additional Findings
- Deleted and recreated the Sentinel playbook.
- Created both:
- Microsoft Sentinel Incident playbook
- Microsoft Sentinel Alert playbook
- Both show:
Unable to initialize operation
- Verified:
- Microsoft.Web registered
- Microsoft.Logic registered
- Microsoft.SecurityInsights registered
- Microsoft.OperationalInsights registered
- Verified Sentinel API Connection is created successfully and shows Ready status.
- Created a completely new Logic App in a new Resource Group in North Europe.
- In the new Logic App:
- Microsoft Sentinel does not appear in trigger search.
- Office 365 Outlook does not appear in trigger search.
- Microsoft Teams does not appear in trigger search.
- Built-in actions such as:
- Compose
- HTTP
- Variables load correctly.
Conclusion
The issue appears to affect all shared/managed connectors, not just Microsoft Sentinel.
The Logic Apps Designer appears unable to discover shared connectors, while built-in actions continue to function normally.
Has anyone seen this behavior before, or can a Microsoft engineer verify whether this is a backend issue affecting connector discovery for this tenant/subscription?
Additional update:
I created a completely new Logic App in North Europe and tested connector discovery. Microsoft Sentinel, Microsoft Teams, and Office 365 Outlook did not appear in search results.
I was later able to create a new Sentinel playbook which successfully triggered and executed.
However, after additional testing, the connector discovery problem returned and Microsoft Sentinel again disappeared from the search experience.
I also captured a failed Sentinel action returning:
Invalid subscription id or resource group or API connection
along with request ID:
235c546b-291a-40ac-bc13-377ed98fd618
Given that:
- The issue reproduces across South Africa North and North Europe.
- Other shared connectors (Outlook, Teams) are also affected.
- A Sentinel workflow was able to execute at least once.
could this indicate an intermittent Logic Apps connector catalog/metadata service issue rather than a Sentinel-specific problem?