Skip to content

Commit efaf05e

Browse files
committed
video links
1 parent 98679cf commit efaf05e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

articles/copilot/generate-kubernetes-yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create Kubernetes YAML files for AKS clusters using Microsoft Copilot in Azure
33
description: Learn how Microsoft Copilot in Azure can help you create Kubernetes YAML files for you to customize and use.
4-
ms.date: 05/28/2024
4+
ms.date: 07/29/2024
55
ms.topic: how-to
66
ms.service: copilot-for-azure
77
ms.custom:
@@ -18,7 +18,7 @@ Microsoft Copilot in Azure (preview) can help you create [Kubernetes YAML files]
1818

1919
When you ask Copilot in Azure for help with Kubernetes YAML files, it prompts you to open the YAML deployment editor. From there, you can use Copilot in Azure help you create, edit, and format the desired YAML file to create your cluster.
2020

21-
The following video shows how Copilot in Azure how Copilot can assist in writing, formatting, and troubleshooting Kubernetes YAML files, making the process more efficient and user-friendly.
21+
This video shows how Copilot in Azure can assist in writing, formatting, and troubleshooting Kubernetes YAML files.
2222

2323
> [!VIDEO https://learn-video.azurefd.net/vod/player?show=microsoft-copilot-in-azure&ep=microsoft-copilot-in-azure-series-inline-yaml-editing]
2424

articles/copilot/work-aks-clusters.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Work with AKS clusters efficiently using Microsoft Copilot in Azure
33
description: Learn how Microsoft Copilot in Azure can help you be more efficient when working with Azure Kubernetes Service (AKS).
4-
ms.date: 05/28/2024
4+
ms.date: 07/29/2024
55
ms.topic: how-to
66
ms.service: copilot-for-azure
77
ms.custom:
@@ -16,6 +16,10 @@ Microsoft Copilot in Azure (preview) can help you work more efficiently with [Az
1616

1717
When you ask Microsoft Copilot in Azure for help with AKS, it automatically pulls context when possible, based on the current conversation or on the page you're viewing in the Azure portal. If the context isn't clear, you'll be prompted to specify a cluster.
1818

19+
This video shows how Copilot in Azure can assist with AKS cluster management and configurations.
20+
21+
> [!VIDEO https://learn-video.azurefd.net/vod/player?show=microsoft-copilot-in-azure&ep=microsoft-copilot-in-azure-series-kubectl]
22+
1923
[!INCLUDE [scenario-note](includes/scenario-note.md)]
2024

2125
[!INCLUDE [preview-note](includes/preview-note.md)]
@@ -24,6 +28,10 @@ When you ask Microsoft Copilot in Azure for help with AKS, it automatically pull
2428

2529
You can use Microsoft Copilot in Azure to run kubectl commands based on your prompts. When you make a request that can be achieved by a kubectl command, you'll see the command along with the option to execute it directly in the **Run command** pane. This pane lets you [run commands on your cluster through the Azure API](/azure/aks/access-private-cluster?tabs=azure-portal), without directly connecting to the cluster. You can also copy the generated command and run it directly.
2630

31+
This video shows how Copilot in Azure can assist with kubectl commands for managing AKS clusters.
32+
33+
> [!VIDEO https://learn-video.azurefd.net/vod/player?show=microsoft-copilot-in-azure&ep=microsoft-copilot-in-azure-series-kubectl]
34+
2735
### Cluster command sample prompts
2836

2937
Here are a few examples of the kinds of prompts you can use to run kubectl commands on an AKS cluster. Modify these prompts based on your real-life scenarios, or try additional prompts to get different kinds of information.

0 commit comments

Comments
 (0)