Skip to content

Commit 55ba2da

Browse files
authored
Apply suggestions from code review
Fix Acrolinx issues
1 parent ec0ed72 commit 55ba2da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/copilot/example-prompts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ To get started with Copilot for Azure, try a few prompts from this list. Feel fr
4141
| [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?" |
4242
| [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." |
4343
| [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?" |
4747
| [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." |
4848
| [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?" |
4949
| [Azure Monitor](get-monitoring-information.md) | Detects anomalies in a specific resource. | "Is there any anomaly in my AKS resource?" |

0 commit comments

Comments
 (0)