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
|[Azure portal](capabilities.md#manage-portal-settings)| Changes Azure portal theme. | "Change my theme to dark mode." |
28
+
|[Learn](capabilities.md#get-information)| Explains documentation and purposes of Azure services. | "What are the benefits and applications of Azure API Management?" |
29
+
|[Learn](capabilities.md#get-information)| Explains how to implement Azure services. | "How can I process real-time events in my application with Azure?" |
30
+
|[Learn](capabilities.md#get-information)| Outlines steps for performing tasks. | "Outline steps to secure Azure Blob Storage with private endpoints and Azure Private Link." |
31
+
|[Learn](capabilities.md#get-information)| Generates code from documentation. | "How to upload a storage container with JavaScript." |
32
+
|[Learn](capabilities.md#get-information)| Creates guides from multiple documentation sources. | "I want to use Azure functions to build an OpenAI application." |
33
+
|[Azure Resource Graph](get-information-resource-graph.md)| Lists the number of critical alerts. | "How many critical alerts do I have?" |
34
+
|[Azure Resource Graph](get-information-resource-graph.md)| Retrieves live resource information. | "Which VMs are running right now? Please restart them." |
35
+
|[Azure Resource Graph](get-information-resource-graph.md)| Identifies states of resources. | "Which resources are non-compliant?" |
36
+
|[Azure Resource Graph](get-information-resource-graph.md)| Lists resources created or modified in the last 24 hours. | "List resources that have been created or modified in the last 24 hours." |
37
+
|[Cost Management](analyze-cost-management.md)| Compares the current month's cost to the previous month's cost. | "How does our cost this month compare to last month's." |
38
+
|[Cost Management](analyze-cost-management.md)| Forecasts cost for the next 3 months. | "Forecast my cost for the next 3 months." |
|[Azure CLI](generate-cli-scripts.md) and [PowerShell](generate-powershell-scripts.md)| Generates a cheatsheet for managing resources with CLI. | "Generate a cheatsheet for managing VMs with CLI." |
41
+
|[Azure CLI](generate-cli-scripts.md) and [PowerShell](generate-powershell-scripts.md)| Lists all resources of a certain kind using Azure CLI. | "How do I list all my VMs using Azure CLI?" |
42
+
|[Azure CLI](generate-cli-scripts.md) and [PowerShell](generate-powershell-scripts.md)| Creates resources with CLI. | "Create a virtual network with two subnets using the address space of 10.0.0.0/16 using az cli." |
43
+
|[Azure CLI](generate-cli-scripts.md)| Deploys resources with CLI. | "I want to use Azure CLI to deploy and manage AKS using a private service endpoint." |
44
+
|[PowerShell](generate-powershell-scripts.md)| Create resources with Powershell. | "How can I create a new resource group using PowerShell?" |
45
+
|[PowerShell](generate-powershell-scripts.md)| Deploy muliple resources with Powershell. | "Help me write a PS script where after creating VM, deploy an AKS cluster on it." |
46
+
|[PowerShell](generate-powershell-scripts.md)| Manage resources with Powershell. | "How to backup an Azure SQL single database to an Azure storage container using Azure PowerShell?" |
47
+
|[Interactive deployments](use-guided-deployments.md)| Provides a detailed guide on deploying an AKS cluster on Azure. | "Provide me a detailed guide on deploying an AKS cluster on Azure." |
48
+
|[Interactive deployments](use-guided-deployments.md)| Explains steps to create a Linux VM on Azure and SSH into it. | "What are the steps to create a Linux VM on Azure and how do I SSH into it?" |
49
+
|[Azure Monitor](get-monitoring-information.md)| Detects anomalies in a specific resource. | "Is there any anomaly in my AKS resource?" |
50
+
|[Azure Monitor](get-monitoring-information.md)| Performs root cause analysis. | "Why is this resource not working properly?" |
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
+
|[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
+
|[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." |
27
54
|[Azure App Service](troubleshoot-app-service.md)| Analyzes performance issues with an app. | "Troubleshoot performance issues with my app." |
28
55
|[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." |
29
56
|[Azure App Service](troubleshoot-app-service.md)| Enables auto-heal for web apps. | "Enable auto heal on my web app." |
@@ -32,13 +59,6 @@ To get started with Copilot for Azure, try a few prompts from this list. Feel fr
32
59
|[Azure App Service](troubleshoot-app-service.md)| Summarizes diagnostics. | "Give me a summary of these diagnostics." |
33
60
|[Azure App Service](troubleshoot-app-service.md)| Takes a memory dump of the app. | "Take a memory dump." |
34
61
|[Azure App Service](troubleshoot-app-service.md)| Tracks uptime and downtime of a web app. | "Can I track uptime and downtime of my web app over a specific time period?" |
35
-
|[Azure CLI](generate-cli-scripts.md) and [PowerShell](generate-powershell-scripts.md)| Generates a cheatsheet for managing resources with CLI. | "Generate a cheatsheet for managing VMs with CLI." |
36
-
|[Azure CLI](generate-cli-scripts.md) and [PowerShell](generate-powershell-scripts.md)| Lists all resources of a certain kind using Azure CLI. | "How do I list all my VMs using Azure CLI?" |
37
-
|[Azure CLI](generate-cli-scripts.md) and [PowerShell](generate-powershell-scripts.md)| Creates resources with CLI. | "Create a virtual network with two subnets using the address space of 10.0.0.0/16 using az cli." |
38
-
|[Azure CLI](generate-cli-scripts.md)| Deploys resources with CLI. | "I want to use Azure CLI to deploy and manage AKS using a private service endpoint." |
39
-
|[PowerShell](generate-powershell-scripts.md)| Create resources with Powershell. | "How can I create a new resource group using PowerShell?" |
40
-
|[PowerShell](generate-powershell-scripts.md)| Deploy muliple resources with Powershell. | "Help me write a PS script where after creating VM, deploy an AKS cluster on it." |
41
-
|[PowerShell](generate-powershell-scripts.md)| Manage resources with Powershell. | "How to backup an Azure SQL single database to an Azure storage container using Azure PowerShell?" |
42
62
|[Azure Kubernetes Service](work-aks-clusters.md)| Adds the user's IP address to the allowlist. | "Add my IP address to the allowlist of my AKS cluster's network policies." |
43
63
|[Azure Kubernetes Service](work-aks-clusters.md)| Configures AKS backups. | "Configure AKS backup." |
44
64
|[Azure Kubernetes Service](work-aks-clusters.md)| Scales the number of replicas of a deployment. | "Scale the number of replicas of my deployment my-deployment to 5." |
@@ -48,34 +68,14 @@ To get started with Copilot for Azure, try a few prompts from this list. Feel fr
48
68
|[Azure Kubernetes Service](work-aks-clusters.md)| Upgrades the AKS pricing tier. | "Upgrade AKS cluster pricing tier to Standard." |
49
69
|[Azure Monitor](get-monitoring-information.md)| Lists alerts using natural language. | "Show me all alerts triggered during the last 24 hours." |
50
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?" |
51
-
|[Azure Monitor](get-monitoring-information.md)| Detects anomalies in a specific resource. | "Is there any anomaly in my AKS resource?" |
52
-
|[Azure Monitor](get-monitoring-information.md)| Performs root cause analysis. | "Why is this resource not working properly?" |
53
-
|[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." |
54
-
|[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'." |
55
-
|[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." |
56
-
|[Azure portal](capabilities.md#manage-portal-settings)| Changes Azure portal theme. | "Change my theme to dark mode." |
57
-
|[Azure Resource Graph](get-information-resource-graph.md)| Lists the number of critical alerts. | "How many critical alerts do I have?" |
58
-
|[Azure Resource Graph](get-information-resource-graph.md)| Retrieves live resource information. | "Which VMs are running right now? Please restart them." |
59
-
|[Azure Resource Graph](get-information-resource-graph.md)| Identifies states of resources. | "Which resources are non-compliant?" |
60
-
|[Azure Resource Graph](get-information-resource-graph.md)| Lists resources created or modified in the last 24 hours. | "List resources that have been created or modified in the last 24 hours." |
61
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." |
62
72
|[Azure Storage](improve-storage-accounts.md)| Checks if a storage account follows security best practices. | "Does this storage account follow security best practices?" |
63
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?" |
64
74
|[Azure Storage](improve-storage-accounts.md)| Checks for vulnerabilities in a storage account. | "Is this storage account vulnerable?" |
65
75
|[Azure Storage](improve-storage-accounts.md)| Prevents deletion of a storage account. | "How can I prevent this storage account from being deleted?" |
66
76
|[Azure Storage](improve-storage-accounts.md)| Protects data from loss or theft. | "How do I protect this storage account's data from data loss or theft?" |
67
77
|[Azure Virtual Machines](deploy-vms-effectively.md)| Creates a cost-efficient virtual machine configuration. | "Help me create a cost-efficient virtual machine." |
68
-
|[Cost Management](analyze-cost-management.md)| Compares the current month's cost to the previous month's cost. | "How does our cost this month compare to last month's." |
69
-
|[Cost Management](analyze-cost-management.md)| Forecasts cost for the next 3 months. | "Forecast my cost for the next 3 months." |
|[Execute commands](capabilities.md)| Restarts VMs with the tag 'env' | "Restart my VMs that have the tag 'env'" |
72
-
|[Interactive deployments](use-guided-deployments.md)| Provides a detailed guide on deploying an AKS cluster on Azure. | "Provide me a detailed guide on deploying an AKS cluster on Azure." |
73
-
|[Interactive deployments](use-guided-deployments.md)| Explains steps to create a Linux VM on Azure and SSH into it. | "What are the steps to create a Linux VM on Azure and how do I SSH into it?" |
74
-
|[Learn](capabilities.md#get-information)| Explains documentation and purposes of Azure services. | "What are the benefits and applications of Azure API Management?" |
75
-
|[Learn](capabilities.md#get-information)| Explains how to implement Azure services. | "How can I process real-time events in my application with Azure?" |
76
-
|[Learn](capabilities.md#get-information)| Outlines steps for performing tasks. | "Outline steps to secure Azure Blob Storage with private endpoints and Azure Private Link." |
77
-
|[Learn](capabilities.md#get-information)| Generates code from documentation. | "How to upload a storage container with JavaScript." |
78
-
|[Learn](capabilities.md#get-information)| Creates guides from multiple documentation sources. | "I want to use Azure functions to build an OpenAI application." |
79
79
|[Service health](understand-service-health.md)| Checks for any outage impacting the user. | "Is there any outage impacting me?" |
0 commit comments