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
@@ -37,9 +37,9 @@ To get started with Copilot for Azure, try a few prompts from this list. Feel fr
37
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
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." |
40
+
|[Azure CLI](generate-cli-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)| 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)| 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
44
|[PowerShell](generate-powershell-scripts.md)| Create resources with Powershell. | "How can I create a new resource group using PowerShell?" |
45
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." |
0 commit comments