Skip to content

Commit 6ce748a

Browse files
committed
reorder
1 parent e9e4e09 commit 6ce748a

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

articles/copilot/example-prompts.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,33 @@ To get started with Copilot for Azure, try a few prompts from this list. Feel fr
2424

2525
| Scenario | Skill description | Example prompt to try |
2626
|----------|-------------------|-----------------------|
27+
| [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." |
39+
| [Cost Management](analyze-cost-management.md) | Shows Azure credits balance. | "What's our Azure credits balance?" |
40+
| [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." |
2754
| [Azure App Service](troubleshoot-app-service.md) | Analyzes performance issues with an app. | "Troubleshoot performance issues with my app." |
2855
| [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." |
2956
| [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
3259
| [Azure App Service](troubleshoot-app-service.md) | Summarizes diagnostics. | "Give me a summary of these diagnostics." |
3360
| [Azure App Service](troubleshoot-app-service.md) | Takes a memory dump of the app. | "Take a memory dump." |
3461
| [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?" |
4262
| [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." |
4363
| [Azure Kubernetes Service](work-aks-clusters.md) | Configures AKS backups. | "Configure AKS backup." |
4464
| [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
4868
| [Azure Kubernetes Service](work-aks-clusters.md) | Upgrades the AKS pricing tier. | "Upgrade AKS cluster pricing tier to Standard." |
4969
| [Azure Monitor](get-monitoring-information.md) | Lists alerts using natural language. | "Show me all alerts triggered during the last 24 hours." |
5070
| [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." |
6171
| [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." |
6272
| [Azure Storage](improve-storage-accounts.md) | Checks if a storage account follows security best practices. | "Does this storage account follow security best practices?" |
6373
| [Azure Storage](improve-storage-accounts.md) | Provides recommendations to make a storage account more secure. | "How can I make this storage account more secure?" |
6474
| [Azure Storage](improve-storage-accounts.md) | Checks for vulnerabilities in a storage account. | "Is this storage account vulnerable?" |
6575
| [Azure Storage](improve-storage-accounts.md) | Prevents deletion of a storage account. | "How can I prevent this storage account from being deleted?" |
6676
| [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?" |
6777
| [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." |
70-
| [Cost Management](analyze-cost-management.md) | Shows Azure credits balance. | "What's our Azure credits balance?" |
7178
| [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." |
7979
| [Service health](understand-service-health.md) | Checks for any outage impacting the user. | "Is there any outage impacting me?" |
8080

8181
## Next steps

0 commit comments

Comments
 (0)