Skip to content

Commit 096b2d8

Browse files
authored
Merge pull request #273143 from JnHs/jh-copilot-pic1
refresh images
2 parents 2cc8bde + 147d3c7 commit 096b2d8

File tree

9 files changed

+8
-11
lines changed

9 files changed

+8
-11
lines changed

articles/copilot/generate-cli-scripts.md

Lines changed: 6 additions & 5 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/25/2024
55
ms.topic: conceptual
66
ms.service: copilot-for-azure
77
ms.custom: ignite-2023, ignite-2023-copilotinAzure, devx-track-azurecli
@@ -33,20 +33,21 @@ Here are a few examples of the kinds of prompts you can use to generate Azure CL
3333
- "Create VNet service endpoints for Azure Database for PostgreSQL using CLI"
3434
- "I want to create a function app with a named storage account connection using Azure CLI"
3535
- "How to create an App Service app and deploy code to a staging environment using CLI?"
36+
- "I want to use Azure CLI to deploy and manage AKS using a private service endpoint."
3637

3738
## Examples
3839

3940
In this example, the prompt "**I want to use Azure CLI to create a web application**" provides a list of steps, along with the necessary Azure CLI commands.
4041

4142
:::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.":::
4243

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

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.":::
46+
:::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.":::
4647

47-
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**."
48+
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)**".
4849

49-
:::image type="content" source="media/generate-cli-scripts/cli-aks.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) providing commands to deploy and manage AKS using a private service endpoint.":::
50+
:::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.":::
5051

5152
## Next steps
5253

articles/copilot/improve-storage-accounts.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Improve security and resiliency of storage accounts using Microsoft Copilot for Azure (preview)
33
description: Learn how Microsoft Copilot for Azure (preview) can improve the security posture and data resiliency of storage accounts.
4-
ms.date: 11/15/2023
4+
ms.date: 04/25/2024
55
ms.topic: conceptual
66
ms.service: copilot-for-azure
77
ms.custom:
@@ -36,18 +36,14 @@ Here are a few examples of the kinds of prompts you can use to improve and prote
3636

3737
## Examples
3838

39-
When you're working with a storage account, you can ask "**How can I make this storage account more secure?**" Microsoft Copilot for Azure (preview) asks if you'd like to run a security check. After the check, you'll see specific recommendations about things you can do to align your storage account with security best practices.
39+
You can ask "**How can I make this storage account more secure?**" If you're already working with a storage account, Microsoft Copilot for Azure (preview) asks if you'd like to run a security check on that resource. If it's not clear which storage account you're asking about, you'll be prompted to select one. After the check, you'll see specific recommendations about things you can do to align your storage account with security best practices.
4040

4141
:::image type="content" source="media/improve-storage-accounts/storage-account-security.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) providing suggestions on storage account security best practices.":::
4242

4343
You can also say things like "**Prevent this storage account from data loss during a disaster recovery situation**." After confirming you'd like Microsoft Copilot for Azure (preview) to run a data resiliency check, you'll see specific recommendations for protecting its data.
4444

4545
:::image type="content" source="media/improve-storage-accounts/storage-account-data-resiliency.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) providing suggestions to improve storage account data resiliency.":::
4646

47-
If it's not clear which storage account you're asking about, Microsoft Copilot for Azure (preview) will ask you to clarify. In this example, when you ask "**How can I stop my storage account from being deleted?**", Microsoft Copilot for Azure (preview) prompts you to select a storage account. After that, it proceeds based on your selection.
48-
49-
:::image type="content" source="media/improve-storage-accounts/storage-account-data-resiliency-select.png" alt-text="Screenshot showing Microsoft Copilot for Azure (preview) prompting to select a storage account before providing suggestions to improve data resiliency.":::
50-
5147
## Next steps
5248

5349
- Explore [capabilities](capabilities.md) of Microsoft Copilot for Azure (preview).
Binary file not shown.
170 KB
Loading
21.9 KB
Loading
36.2 KB
Loading
-29.6 KB
Loading
-26.3 KB
Loading

0 commit comments

Comments
 (0)