Cloud troubleshooting doesnโ€™t have to feel like guesswork anymore โ‰๏ธ๐Ÿค”

Hi Cloud Marathoner friends!

We have a new Cloud Lunch and Learn session dedicated to help you troubleshoot the Cloud platform issues with less hassle by understanding and using Azure Copilot insights.

what is azure copliot?

In short, Azure Copilot helps you to investigate and troubleshoot issues with AI-enhanced operations. In fact, you can ask Azure Copilot for help with designing, operating, optimizing, and troubleshooting your Azure apps and infrastructure. Azure Copilot is there to help you and orchestrate data across both the cloud and the edge services.

If you never used this AI assistant build into the Azure portal, then check it out here and get started > Azure Copilot Overview | Microsoft Learn

What is covered in this session?

This session comes with a handsโ€‘on session at Cloud Lunch and Learn, where we explore how #Azure Copilot can help you troubleshoot faster and with more confidence.

๐Ÿ” ๐—ช๐—ต๐—ฎ๐˜ ๐˜†๐—ผ๐˜‚โ€™๐—น๐—น ๐—น๐—ฒ๐—ฎ๐—ฟ๐—ป:
โœ… How Azure Copilot supports issue detection, analysis, and remediation
โœ… How Copilot interprets logs, metrics, and alerts to surface real root causes
โœ… Troubleshooting networking, identity, and deployment issues with live demos
โœ… Using natural language prompts effectively (and safely)
โœ… How to validate Copilotโ€™s recommendations using Azure Monitor and diagnostics
โœ… Why trustโ€‘butโ€‘verify is the most important troubleshooting mindset

๐Ÿ’ก This session is all about pairing AIโ€‘driven insights with proven Azure troubleshooting practices โ€” so you can reduce Mean Time to Repair (MTTR) without losing control or confidence ๐Ÿ˜‰

Demo #1 – enabling access

Description, steps and screenshots are coming soon

Demo #2 – IdentifyinG your active VMs

Description, steps and screenshots are coming soon

resources
| where type =~ 'Microsoft.Compute/virtualMachines'
| extend powerState = tostring(properties.extended.instanceView.powerState.code)
| where powerState == 'PowerState/running'
| project name, resourceGroup, location, powerState, subscriptionId

Demo #2 – IdentifyinG your active VMs


Loading

Leave a Reply