Starter Prompts
Use these prompts to explore your agent's capabilities. Copy any prompt directly into your agent's chat interface.
General
What can you help me with?
Which subscriptions and resource groups are you managing?
How does SRE Agent billing work?
Visualize the split of container apps versus web apps versus AKS clusters managed across all subscriptions as a pie chart.
Azure App Service
Resource discovery
List all my web apps.
Which apps are hosted on Linux versus Windows?
Are any of my web apps running on deprecated runtime versions?
Show me a visualization of memory utilization percentage for my web app for last week.
What App Service plan is this app running on, and who else shares it?
Which apps have health checks enabled, and what are their probe paths?
Diagnostics
Why is my web app throwing 500 errors?
Can you analyze my app's availability over the last 24 hours?
Give me slow endpoints for my APIs.
My web app is down. Can you analyze it?
Azure Container Apps
Resource discovery
List all my container apps.
What container images are used in each of my container apps?
Which of my container apps has autoscaling enabled?
Show me a visualization of CPU utilization percentage for my container app for last week.
Which apps use multiple revisions at once?
Diagnostics
My container app is stuck in an activation failed state. Investigate for me.
Why is my container app throwing 500 errors?
Azure Kubernetes Service
note
If your AKS cluster restricts inbound network access, your agent cannot access Kubernetes objects like namespaces and pods.
Resource discovery
Which node pools are configured for my AKS cluster?
Which workloads are in a crash loop or failed state?
How many pods are currently running in my cluster?
Show me a visualization of requests and 500 errors for my app in AKS clusters for the past week.
Can you give me all the runtime languages of my AKS clusters?
Diagnostics
Is an OOM condition in my deployment?
Analyze requests and limits in my namespace.
Why is my deployment down?
Azure API Management
Resource discovery
Can you show me my API Management instances?
What back ends does my API Management instance have?
Does my API Management instance have any unhealthy back-end apps?
Diagnostics
Why am I getting 500 errors in my API Management instance?
Can you help me figure out why requests to our API are failing?
What's the failure rate for my API operations?
Scheduling and automation
Create a health check task that runs every day at 9 AM to check the status of my web apps.
Create a security check task that runs every week to review my application's authentication and access controls.
Related
| Resource | Description |
|---|---|
| Incident Response → | Start investigating with your agent |
| Scheduled Tasks → | Automate recurring checks |
| Incident Response → | Set up automated incident handling |