Skip to content

Commit 2ef4ada

Browse files
Merge pull request #281984 from JnHs/jh-copilot-aksvid
add video links
2 parents f3b98a7 + f400180 commit 2ef4ada

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

articles/copilot/capabilities.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ Keep in mind these current limitations:
8585

8686
- [Get tips for writing effective prompts](write-effective-prompts.md) to use with Microsoft Copilot in Azure.
8787
- Learn about [managing access to Copilot in Azure](manage-access.md) in your organization.
88+
- Explore the [Microsoft Copilot in Azure video series](/shows/microsoft-copilot-in-azure/).

articles/copilot/generate-kubernetes-yaml.md

Lines changed: 6 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:
@@ -16,7 +16,11 @@ author: JnHs
1616

1717
Microsoft Copilot in Azure (preview) can help you create [Kubernetes YAML files](/azure/aks/concepts-clusters-workloads#deployments-and-yaml-manifests) to apply [Azure Kubernetes Service (AKS)](/azure/aks/intro-kubernetes) clusters. Generated YAML files adhere to best practices so that you can focus more on your applications and less on the underlying infrastructure. You can also get help when authoring your own YAML files by asking Microsoft Copilot to make changes, fix problems, or explain elements in the context of your specific scenario.
1818

19-
When you ask Microsoft Copilot in Azure for help with Kubernetes YAML files, it prompts you to open the YAML deployment editor. From there, you can use Microsoft Copilot in Azure help you create, edit, and format the desired YAML file to create your cluster.
19+
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.
20+
21+
This video shows how Copilot in Azure can assist in writing, formatting, and troubleshooting Kubernetes YAML files.
22+
23+
> [!VIDEO https://learn-video.azurefd.net/vod/player?show=microsoft-copilot-in-azure&ep=microsoft-copilot-in-azure-series-inline-yaml-editing]
2024
2125
[!INCLUDE [scenario-note](includes/scenario-note.md)]
2226

articles/copilot/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ For more information, see [Manage access to Microsoft Copilot in Azure](manage-a
3838

3939
- Learn about [some of the things you can do with Microsoft Copilot in Azure](capabilities.md).
4040
- Review our [Responsible AI FAQ for Microsoft Copilot in Azure](responsible-ai-faq.md).
41+
- Explore the [Microsoft Copilot in Azure video series](/shows/microsoft-copilot-in-azure/).

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)