Common Issues and Solutions
Quick solutions to the most common Alert Bridge problems.
Alerts Not Creating Incidents
Symptom
Alert fires in Azure Monitor, but no incident appears in SolarWinds.
Diagnosis Steps
1. Check Action Group Configuration
- Go to Monitor → Alerts → Action groups
- Click your action group
- Verify webhook action exists
- ✅ Confirm “Enable common alert schema” is checked
2. Check Logic App Run History
- Go to Alert Bridge resource group
- Click Logic App resource
- Click “Overview” → “Runs history”
- Look for recent runs
If no runs: Action group not triggering
If runs exist: Click run to see details
3. Check Logic App Run Details
Success (green checkmark):
- Incident should be in SolarWinds
- Check SolarWinds with search for alert name
Failed (red X):
- Click failed step
- Read error message
- See specific error solutions below
Common Causes and Fixes
Cause 1: Common Alert Schema Not Enabled
Error: Cannot read property 'essentials' of undefined
Fix:
- Edit action group
- Edit webhook action
- ✅ Check “Enable the common alert schema”
- Save
Cause 2: Invalid SolarWinds API Token
Error: 401 Unauthorized or 403 Forbidden
Fix:
- Generate new API token in SolarWinds
- Go to Key Vault resource in Alert Bridge resource group
- Click “Secrets”
- Find secret (name:
solarwinds-*) - Click “New version”
- Paste new token
- Save
Cause 3: SolarWinds Category Doesn’t Exist
Error: Category not found
Fix:
- Option A: Create category in SolarWinds
- Option B: Update Logic App to use existing category (contact support)
Cause 4: Requester Email Invalid
Error: Requester not found
Fix:
- Create user in SolarWinds with that email, OR
- Update Logic App to use existing email (contact support)
Duplicate Incidents Created
Symptom
Multiple incidents created for the same alert.
Causes
1. Alert ID Changed
- Azure generates new alert ID
- Alert Bridge can’t deduplicate
Fix: Not much you can do - this is Azure Monitor behavior
2. Multiple Action Groups
- Same alert has multiple action groups pointing to Alert Bridge
Fix:
- Check alert rule → Actions
- Remove duplicate action groups
3. Storage Table Issue
- Alert tracking table corrupted
Fix: Contact support to clear tracking table
Incidents Not Resolving
Symptom
Alert resolves in Azure but incident stays open in SolarWinds.
Diagnosis
1. Check Alert Resolved Notification
- Alerts must send “Resolved” notification
- Some alert rules don’t send resolution notifications
Fix:
- Edit alert rule
- Advanced options
- ✅ Check “Automatically resolve alerts”
- Save
2. Check Logic App Resolution Logic
- Go to Logic App run history
- Find run when alert resolved
- Check if
monitorCondition = "Resolved"
If not “Resolved”: Azure not sending resolution notification
Incident Missing Information
Symptom
Incident created but description is empty or incomplete.
Cause
Legacy alert schema used instead of common alert schema.
Fix
- Edit action group
- Edit webhook action
- ✅ Ensure “Enable common alert schema” is checked
- Save
- Test with new alert
High Latency (Slow Incident Creation)
Symptom
Alerts take > 5 minutes to create incidents.
Normal Latency
- Azure Monitor detection: 1-5 minutes
- Action group trigger: < 30 seconds
- Alert Bridge processing: < 10 seconds
- SolarWinds API: < 5 seconds
- Total: Usually 2-6 minutes
If Longer Than 10 Minutes
1. Check Logic App Performance
- Go to Logic App → Overview
- Check “Failed runs”
- Check “Throttled runs”
2. Check SolarWinds API Performance
- If SolarWinds is slow, incidents will be delayed
- Contact SolarWinds support
3. Check Azure Region Issues
- Azure Service Health may show incidents
- Check Azure Status
Incidents Have Wrong Priority
Symptom
Incident priority doesn’t match alert severity.
Cause
Priority mapping configured incorrectly during deployment.
Check Current Mapping
- Go to Alert Bridge Function App
- Settings → Configuration
- Check environment variables:
PRIORITY_SEV0PRIORITY_SEV1PRIORITY_SEV2PRIORITY_SEV3
Fix
Deployment Errors
“Resource names must be unique”
Cause: Resource name conflict with existing resources.
Fix:
- Delete the resource group if it exists
- Deploy again (Alert Bridge generates new unique names)
“Insufficient permissions”
Cause: You don’t have Owner/Contributor role on subscription.
Fix:
- Ask subscription owner to grant you Contributor role
- OR ask them to deploy for you
“Managed application already exists”
Cause: Previous deployment wasn’t fully cleaned up.
Fix:
- Go to Managed applications
- Find old deployment
- Delete it
- Wait 5 minutes
- Deploy again
Usage and Billing Issues
“Exceeded alert limit”
Symptom: Email notification that you’ve reached plan limit.
What Happens
- Soft limit: No service interruption
- Alerts continue to create incidents
- Overage charges may apply (if configured)
Fix
- Upgrade plan if consistently over limit
- Or implement severity filtering
API Token Rotation
Need to Update Token
When to rotate:
- Every 90 days (security best practice)
- If token compromised
- If permissions change
How to update:
Generate new token in SolarWinds
- See SolarWinds Setup
Update in Key Vault
- Go to Key Vault in Alert Bridge resource group
- Secrets → Find your secret
- New version → Paste new token
- Save
Test
- Trigger test alert
- Verify incident created
No restart needed - Logic App uses Key Vault reference and picks up new version automatically!
Logic App Disabled or Stopped
Symptom
Alerts stop creating incidents suddenly.
Check Logic App Status
- Go to Logic App resource
- Check Status at top
- Should be “Enabled”
If Disabled
Re-enable:
- Click “Enable” button
- Wait ~30 seconds
- Test with alert
Why it happened:
- Manual disable
- Too many failures (Azure auto-disables)
- Billing issue
Cannot Find Webhook URL
Need webhook URL to create action group
How to find it:
- Azure Portal → Your resource group
- Click Logic App resource (name:
logicapp-*) - Click “Overview” tab
- Look for “Workflow URL” or “Callback URL”
- Click copy button
If URL not visible:
- You may not have permission (need Reader role)
- Ask deployment owner to share URL
SolarWinds Tickets Have Wrong Category
Symptom
Incidents created in wrong category.
Cause
Category configured during deployment.
Check Current Category
- Go to Function App
- Settings → Configuration
- Check
INCIDENT_CATEGORYvalue
Fix
Contact support to update category (requires redeployment or manual config)
Getting Help
Before Contacting Support
Please gather:
Logic App run history
- Screenshot of failed run
- Error message
Alert details
- Alert rule name
- Severity
- Time it fired
Action group config
- Screenshot showing “Enable common alert schema” status
What you’ve tried
- List of troubleshooting steps
Contact Support
Email: support@cynteocloud.com
Include:
- Problem description
- Screenshots
- Steps to reproduce
- Azure subscription ID (if sharing access)
Response time:
- Standard: < 24 hours
- Enterprise: < 4 hours
Additional Resources
Still stuck? Email support@cynteocloud.com with details.