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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ To get started with Copilot for Azure, try a few prompts from this list. Feel fr
41
41
|[Azure CLI](generate-cli-scripts.md)| Lists all resources of a certain kind using Azure CLI. | "How do I list all my VMs using Azure CLI?" |
42
42
|[Azure CLI](generate-cli-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
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 multiple 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 back up an Azure SQL single database to an Azure storage container using Azure PowerShell?" |
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 multiple 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 back up an Azure SQL single database to an Azure storage container using Azure PowerShell?" |
47
47
|[Interactive deployments](use-guided-deployments.md)| Provides a detailed guide on deploying an AKS cluster on Azure. | "Provide me with a detailed guide on deploying an AKS cluster on Azure." |
48
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
49
|[Azure Monitor](get-monitoring-information.md)| Detects anomalies in a specific resource. | "Is there any anomaly in my AKS resource?" |
0 commit comments