Skip to content

Commit fa4993a

Browse files
updates
1 parent b3a0a06 commit fa4993a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/sre-agent/prompts.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Azure SRE Agent helps you manage and troubleshoot your Azure resources through n
2525

2626
## App Services
2727

28-
### Resource Discovery
28+
### Resource discovery
2929

30-
- List all my web apps
30+
- List all my web apps.
3131
- What services or resources is my web app connected to?
3232
- Which resource group is my app part of?
3333
- Which apps are hosted on Linux vs Windows in my environment?
3434
- 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.
3636
- Can you list all environment variables or app settings for this app?
3737
- What App Service Plan is this app running on, and who else shares it?
3838
- 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
4141
- Which apps have health checks enabled, and what are their probe paths?
4242
- Can you list the auto scale rules configured across all of my App Services?
4343
- 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.
4545
- What changed in my web app last week?
4646
- What are some best practices I can apply to my web app?
4747

4848
### Diagnostics \& troubleshooting
4949

5050
- 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.
5252
- Why is my web app timed out?
5353
- Why is my web app throwing 500 errors?
5454
- 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.
5656

5757
## Container Apps
5858

59-
### Resource Discovery
59+
### Resource discovery
6060

61-
- List all my container apps
61+
- List all my container apps.
6262
- What is the ingress configuration for my container app?
6363
- Which revision of my container app is currently active?
6464
- 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.
6767
- What container images are used in each of my container apps?
6868
- Which apps have Dapr enabled?
6969
- What secrets or environment variables are defined for my app?
7070
- Can you list the CPU and memory allocation for each container app?
7171
- Which apps are connected to other services via Dapr pub/sub?
7272
- Are any of my apps configured to run on a virtual network?
7373
- 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.
7575
- Which of my container apps use managed identities?
7676
- Which apps use multiple revisions at once?
7777
- 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
8686

8787
## Azure Kubernetes Service
8888

89-
### Resource Discovery
89+
### Resource discovery
9090

9191
- Which node pools are configured for my AKS cluster?
9292
- 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
134134
- What's the failure rate for my API operations in my API Management?
135135
- Is there anything wrong with my API Managements VNet configuration?
136136
- 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

Comments
 (0)