You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/copilot/example-prompts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ To get started with Copilot for Azure, try a few prompts from this list. Feel fr
51
51
|[Azure Monitor](get-monitoring-information.md)| Provides charts on platform metrics for a specific resource. | "Give me a chart of OS disk latency statistics for the last week." |
52
52
|[Azure Monitor](get-monitoring-information.md)| Queries logs using natural language | "Show me container logs that include word 'error' for the last day for namespace 'xyz'." |
53
53
|[Azure Monitor](get-monitoring-information.md)| Runs an investigation on a specific resource. | "Had an alert in my HCI at 8 am this morning, run an anomaly investigation for me." |
54
+
|[Azure Monitor](get-monitoring-information.md)| Lists alerts using natural language. | "Show me all alerts triggered during the last 24 hours." |
55
+
|[Azure Monitor](get-monitoring-information.md)| Provides a summary of alerts, including the number of critical alerts. | "Tell me more about these alerts. How many critical alerts are there?" |
54
56
|[Azure App Service](troubleshoot-app-service.md)| Analyzes performance issues with an app. | "Troubleshoot performance issues with my app." |
55
57
|[Azure App Service](troubleshoot-app-service.md)| Diagnoses high CPU usage issues. | "It seems like there's a high CPU issue with my web app." |
56
58
|[Azure App Service](troubleshoot-app-service.md)| Enables auto-heal for web apps. | "Enable auto heal on my web app." |
@@ -66,8 +68,6 @@ To get started with Copilot for Azure, try a few prompts from this list. Feel fr
66
68
|[Azure Kubernetes Service](work-aks-clusters.md)| Shows existing backups. | "I want to view the backups on my AKS cluster." |
67
69
|[Azure Kubernetes Service](work-aks-clusters.md)| Manages the backup extension. | "Manage backup extension on my AKS cluster." |
68
70
|[Azure Kubernetes Service](work-aks-clusters.md)| Upgrades the AKS pricing tier. | "Upgrade AKS cluster pricing tier to Standard." |
69
-
|[Azure Monitor](get-monitoring-information.md)| Lists alerts using natural language. | "Show me all alerts triggered during the last 24 hours." |
70
-
|[Azure Monitor](get-monitoring-information.md)| Provides a summary of alerts, including the number of critical alerts. | "Tell me more about these alerts. How many critical alerts are there?" |
71
71
|[Azure SQL Databases](https://aka.ms/sqlcopilot)| Use natural language to manage Azure SQL Databases | "I want to automate Azure SQL Database scaling based on performance metrics using Azure Functions." |
72
72
|[Azure Storage](improve-storage-accounts.md)| Checks if a storage account follows security best practices. | "Does this storage account follow security best practices?" |
73
73
|[Azure Storage](improve-storage-accounts.md)| Provides recommendations to make a storage account more secure. | "How can I make this storage account more secure?" |
0 commit comments