Skip to content

Commit f84058c

Browse files
committed
update CLI images
1 parent bdbb5d5 commit f84058c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

articles/copilot/generate-cli-scripts.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Generate Azure CLI scripts using Microsoft Copilot for Azure (preview)
33
description: Learn about scenarios where Microsoft Copilot for Azure (preview) can generate Azure CLI scripts for you to customize and use.
4-
ms.date: 03/25/2024
4+
ms.date: 04/24/2024
55
ms.topic: conceptual
66
ms.service: copilot-for-azure
77
ms.custom: ignite-2023, ignite-2023-copilotinAzure, devx-track-azurecli
@@ -40,9 +40,13 @@ In this example, the prompt "**I want to use Azure CLI to create a web applicati
4040

4141
:::image type="content" source="media/generate-cli-scripts/cli-web-app.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) providing Azure CLI commands to create a web app.":::
4242

43-
Similarly, you can say "**I want to create a virtual machine using Azure CLI**" to get a step-by-step guide with commands.
43+
When you follow that request with "**Provide full script**", the commands are shown together in one script.
4444

45-
:::image type="content" source="media/generate-cli-scripts/cli-vm.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) providing Azure CLI commands to create a VM.":::
45+
:::image type="content" source="media/generate-cli-scripts/cli-web-app-full.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) providing a full Azure CLI script to create a web app.":::
46+
47+
You can also start off by letting Microsoft Copilot for Azure (preview) know that you want the commands all together. For example, you could say "**I want a script to create a low cost VM (all in one codeblock for me to copy and paste)**".
48+
49+
:::image type="content" source="media/generate-cli-scripts/cli-vm.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) providing an Azure CLI script to create a VM.":::
4650

4751
For more detailed scenarios, you can use prompts like "**I want to use Azure CLI to deploy and manage AKS using a private service endpoint**."
4852

120 KB
Loading
21.9 KB
Loading
36.2 KB
Loading

0 commit comments

Comments
 (0)