@@ -25,14 +25,14 @@ Azure SRE Agent helps you manage and troubleshoot your Azure resources through n
25
25
26
26
## App Services
27
27
28
- ### Resource Discovery
28
+ ### Resource discovery
29
29
30
- - List all my web apps
30
+ - List all my web apps.
31
31
- What services or resources is my web app connected to?
32
32
- Which resource group is my app part of?
33
33
- Which apps are hosted on Linux vs Windows in my environment?
34
34
- Are any of my web apps still running on deprecated or unsupported runtime versions?
35
- - Show me visualization of memory usage % for my web app for last week
35
+ - Show me visualization of memory usage % for my web app for last week.
36
36
- Can you list all environment variables or app settings for this app?
37
37
- What App Service Plan is this app running on, and who else shares it?
38
38
- Are there any staging slots configured for this web app?
@@ -41,37 +41,37 @@ Azure SRE Agent helps you manage and troubleshoot your Azure resources through n
41
41
- Which apps have health checks enabled, and what are their probe paths?
42
42
- Can you list the auto scale rules configured across all of my App Services?
43
43
- Which apps have diagnostic logging turned on?
44
- - Show me all web apps using .NET 6 runtime
44
+ - Show me all web apps using .NET 6 runtime.
45
45
- What changed in my web app last week?
46
46
- What are some best practices I can apply to my web app?
47
47
48
48
### Diagnostics \& troubleshooting
49
49
50
50
- Can you analyze my app's availability over the last 24 hours?
51
- - Give me slow endpoints for my APIs
51
+ - Give me slow endpoints for my APIs.
52
52
- Why is my web app timed out?
53
53
- Why is my web app throwing 500 errors?
54
54
- My web app is down. Can you analyze it?
55
- - My web is stuck and isn't loading – investigate for me
55
+ - My web is stuck and isn't loading – investigate for me.
56
56
57
57
## Container Apps
58
58
59
- ### Resource Discovery
59
+ ### Resource discovery
60
60
61
- - List all my container apps
61
+ - List all my container apps.
62
62
- What is the ingress configuration for my container app?
63
63
- Which revision of my container app is currently active?
64
64
- What changed in my container app in the last week?
65
- - Show me visualization of memory utilization % for my container app for last week
66
- - Show me visualization of CPU utilization % for my container app for last week
65
+ - Show me visualization of memory utilization % for my container app for last week.
66
+ - Show me visualization of CPU utilization % for my container app for last week.
67
67
- What container images are used in each of my container apps?
68
68
- Which apps have Dapr enabled?
69
69
- What secrets or environment variables are defined for my app?
70
70
- Can you list the CPU and memory allocation for each container app?
71
71
- Which apps are connected to other services via Dapr pub/sub?
72
72
- Are any of my apps configured to run on a virtual network?
73
73
- Which of my container apps has auto scaling enabled?
74
- - Show me all apps with public ingress enabled
74
+ - Show me all apps with public ingress enabled.
75
75
- Which of my container apps use managed identities?
76
76
- Which apps use multiple revisions at once?
77
77
- What are some best practices I can apply to my container app?
@@ -86,7 +86,7 @@ Azure SRE Agent helps you manage and troubleshoot your Azure resources through n
86
86
87
87
## Azure Kubernetes Service
88
88
89
- ### Resource Discovery
89
+ ### Resource discovery
90
90
91
91
- Which node pools are configured for my AKS cluster?
92
92
- Which workloads are in a crash loop or failed state?
@@ -134,5 +134,5 @@ Azure SRE Agent helps you manage and troubleshoot your Azure resources through n
134
134
- What's the failure rate for my API operations in my API Management?
135
135
- Is there anything wrong with my API Managements VNet configuration?
136
136
- Can you help me inspect the global policy for my API Management?
137
- - Is my {name-here} API in my API Management causing any errors?
138
- - Can you help me change/delete my {nsg-name} NSG rule on my API Management instance?
137
+ - Is my ` <NAME> ` API in my API Management causing any errors?
138
+ - Can you help me change/delete my <NSG_NAME> NSG rule on my API Management instance?
0 commit comments