azure-messaging

द्वारा Azure

Azure Messaging SDK के साथ Event Hubs और Service Bus की समस्याओं का निवारण और समाधान करें। इसमें कनेक्शन विफलता, प्रमाणीकरण त्रुटियाँ, संदेश प्रसंस्करण समस्याएँ और SDK कॉन्फ़िगरेशन समस्याएँ शामिल हैं।

npx skills add https://github.com/microsoft/GitHub-Copilot-for-Azure --skill azure-messaging

Azure Messaging SDK Troubleshooting

Quick Reference

PropertyValue
ServicesAzure Event Hubs, Azure Service Bus
MCP Toolsmcp_azure_mcp_eventhubs, mcp_azure_mcp_servicebus
Best ForDiagnosing SDK connection, auth, and message processing issues

When to Use This Skill

  • SDK connection failures, auth errors, or AMQP link errors
  • Idle timeout, connection inactivity, or slow reconnection after disconnect
  • AMQP link detach or detach-forced errors
  • Message lock lost, message lock expired, lock renewal failures, or batch lock timeouts
  • Session lock lost, session lock expired, or session receiver errors
  • Event processor or message handler stops processing
  • Duplicate events or checkpoint offset resets
  • SDK configuration questions (retry, prefetch, batch size, receive batch behavior)

MCP Tools

ToolCommandUse
mcp_azure_mcp_eventhubsNamespace/hub opsList namespaces, hubs, consumer groups
mcp_azure_mcp_servicebusQueue/topic opsList namespaces, queues, topics, subscriptions
mcp_azure_mcp_monitorlogs_queryQuery diagnostic logs with KQL
mcp_azure_mcp_resourcehealthgetCheck service health status
mcp_azure_mcp_documentationDoc searchSearch Microsoft Learn for troubleshooting docs

Diagnosis Workflow

  1. Identify the SDK and version — Check the prompt for SDK and version clues; if not stated, proceed with diagnosis and ask later if needed
  2. Check resource health — Use mcp_azure_mcp_resourcehealth to verify the namespace is healthy
  3. Review the error message — Match against language-specific troubleshooting guide
  4. Look up documentation — Use mcp_azure_mcp_documentation to search Microsoft Learn for the error or topic
  5. Check configuration — Verify connection string, entity name, consumer group
  6. Recommend fix — Apply remediation, citing documentation found

Troubleshooting Guides

Connectivity, SDK, and auth troubleshooting guides are located in the azure-diagnostics skill under troubleshooting/messaging/.

References

  • Use mcp_azure_mcp_documentation to search Microsoft Learn for latest guidance.

Azure की और Skills

azure-ai
Azure
Azure AI के लिए उपयोग करें: खोज, वाक्, OpenAI, दस्तावेज़ बुद्धिमत्ता। खोज, वेक्टर/हाइब्रिड खोज, वाक्-से-पाठ, पाठ-से-वाक्, प्रतिलेखन, OCR में सहायता करता है।
appinsights-instrumentation
Azure
Azure Application Insights के साथ वेबऐप को इंस्ट्रूमेंट करने के लिए मार्गदर्शन। टेलीमेट्री पैटर्न, SDK सेटअप और कॉन्फ़िगरेशन संदर्भ प्रदान करता है।
azure-aigateway
Azure
Azure API Management (APIM) को AI गेटवे के रूप में कॉन्फ़िगर करें ताकि AI मॉडल, MCP सर्वर और एजेंट को सुरक्षित, निगरानी और नियंत्रित किया जा सके। दर सीमित करने, सिमैंटिक कैशिंग, सामग्री सुरक्षा और लोड बैलेंसिंग में सहायता करता है।
azure-compliance
Azure
Azure अनुपालन और सुरक्षा ऑडिटिंग क्षमताएं, जिसमें सर्वोत्तम प्रथाओं का मूल्यांकन, Key Vault समाप्ति निगरानी, और संसाधन कॉन्फ़िगरेशन सत्यापन शामिल हैं।
azure-compute
Azure
कार्यभार आवश्यकताओं, प्रदर्शन आवश्यकताओं और बजट सीमाओं के आधार पर Azure VM आकार, VM स्केल सेट (VMSS) और कॉन्फ़िगरेशन की अनुशंसा करें।
azure-cost-optimization
Azure
Azure सब्सक्रिप्शन में वास्तविक लागतों, उपयोग मीट्रिक्स का विश्लेषण करके और कार्रवाई योग्य अनुकूलन अनुशंसाएँ उत्पन्न करके लागत बचत की पहचान और मात्रा निर्धारित करें।
azure-deploy
Azure
Azure में डिप्लॉयमेंट निष्पादित करें। तैयारी और सत्यापन के बाद अंतिम चरण। azd up, azd deploy, या इंफ्रास्ट्रक्चर प्रोविज़निंग कमांड चलाता है।
azure-diagnostics
Azure
Azure पर उत्पादन समस्याओं का डीबग और समस्या निवारण करें। इसमें कंटेनर ऐप्स और फंक्शन ऐप्स डायग्नोस्टिक्स, KQL के साथ लॉग विश्लेषण, स्वास्थ्य जांच और सामान्य समस्या समाधान शामिल हैं।