Quick Start Guide
Deploy Cynteo Alert Bridge to your Azure environment in minutes.
Prerequisites
Before you begin, make sure you have:
- Azure subscription (with Owner or Contributor role)
- ITSM platform account (SolarWinds, ServiceNow, etc.)
- API credentials for your platform
- SolarWinds: Generate API Token
- Other platforms: See Platform Guides
- At least one Azure Monitor alert configured
Step 1: Deploy from Azure Marketplace
1.1 Find Cynteo Alert Bridge
- Go to Azure Marketplace
- Search for “Cynteo Alert Bridge”
- Click “Get It Now”
- Click “Continue” to go to Azure Portal
1.2 Fill in Deployment Form
Basics Tab:
- Subscription: Select your Azure subscription
- Resource Group: Create new (e.g.,
rg-alert-bridge) or select existing - Region: Same region as your resources (e.g., East US)
- Application Name: Give it a friendly name (e.g.,
alert-bridge-prod)
Platform Configuration Tab:
- ITSM API Token: Paste your platform API token
- ITSM API URL: Your platform’s API endpoint
- Requester Email: Email for created incidents (e.g.,
azure-monitor@yourcompany.com) - Platform Type: Select your ITSM platform (SolarWinds, etc.)
Alert Configuration Tab:
- Priority Mapping: Configure severity-to-priority mapping
- Category: Default incident category
- Subcategory: Default incident subcategory
- Severity Filter: (Optional) Only process specific severities
Notifications Tab:
- Email: Your email for usage notifications
1.3 Review and Create
- Click “Review + create”
- Review settings
- Click “Create”
- Wait ~5 minutes for deployment
Step 2: Get Webhook URL
Once deployment completes, retrieve the webhook URL from the managed application:
- Go to Azure Portal → Resource groups
- Open your Cynteo Alert Bridge resource group
- Click the Managed Application resource
- Go to Overview → Outputs section
- Copy the “Webhook URL” value
Example URL:
https://prod-123.eastus.logic.azure.com:443/workflows/.../triggers/manual/paths/invoke?...
⚠️ Keep this URL secure - it contains authentication credentials
Step 3: Configure Azure Monitor Alert Action Group
3.1 Create Action Group
- In Azure Portal, search for “Monitor”
- Click “Alerts” → “Action groups”
- Click "+ Create"
Basics:
- Subscription: Your subscription
- Resource Group: Same as Cynteo Alert Bridge
- Action group name:
alert-bridge-itsm - Display name:
ITSM Bridge
Actions:
- Action type: Webhook
- Name:
Send to ITSM - Webhook URL: Paste URL from Step 2
- Enable common alert schema: ✅ YES (Important!)
Click “Review + create” → “Create”
3.2 Add to Alert Rules
For each alert you want sent to your ITSM platform:
- Go to Monitor → Alerts → Alert rules
- Select an alert rule
- Click “Edit”
- Under “Actions”, click "+ Action group"
- Select
alert-bridge-itsm - Click “Save”
Step 4: Test It!
4.1 Trigger a Test Alert
Option A: Use existing alert
- Wait for an alert to naturally fire
Option B: Create test alert
- Monitor → Alerts → + Create → Alert rule
- Select a resource (e.g., VM)
- Condition: CPU > 1% (will fire immediately)
- Actions: Select
alert-bridge-itsm - Save and wait 1-2 minutes
4.2 Verify in Your ITSM Platform
- Log into your ITSM platform
- Go to Incidents or Tickets
- You should see a new incident:
- Title:
Azure Alert: [Your Alert Name] - Priority: Based on severity mapping
- Description: Rich alert details and context
- Title:
If you don’t see it: Check Troubleshooting Guide
Step 5: Test Alert Resolution
5.1 Resolve the Alert
- If you created a test alert with CPU > 1%, delete the alert rule
- If using real alert, wait for condition to clear
5.2 Verify in Your ITSM Platform
- Go to the incident created in Step 4.2
- Wait ~2 minutes
- Incident should show:
- State: Resolved
- Resolution Note: “Resolved automatically by Azure Monitor…”
- Updated status with resolution details
✅ You’re Done!
Your Azure Monitor alerts are now automatically creating ITSM incidents!
Next Steps
Customize Your Integration
- Priority Mapping - Adjust severity-to-priority mapping
- Severity Filtering - Ignore specific alert severities
- Incident Categories - Customize incident categorization
Monitor Usage
- View usage in Azure Portal (Resource Group → Managed Application)
- Receive email notifications at 80% and 100% of plan limits
- Upgrade plan if needed
Get Support
- Documentation: All Guides
- Troubleshooting: Common Issues
- Email: support@cynteocloud.com
Common Questions
Q: Do I need to configure anything in my ITSM platform?
A: Just generate an API token with the required permissions. See platform-specific guides for details.
Q: Will this create duplicate tickets?
A: No, Cynteo Alert Bridge tracks alerts and updates the same ticket if an alert fires multiple times.
Q: What happens if an alert fires then resolves then fires again?
A: A new incident will be created for the second occurrence.
Q: Can I use this with multiple Azure subscriptions?
A: Yes! Deploy Cynteo Alert Bridge in each subscription, or use one deployment and add action groups in each subscription pointing to the same webhook URL.
Q: What’s included in the free trial?
A: Full functionality, up to your plan’s alert limit, for 30 days. No credit card required.
Need help? Check our troubleshooting guide or contact support.