Skip to content

Commit 6b04731

Browse files
Merge pull request #261990 from schaffererin/use-draft-aks
Updated date in metadata
2 parents 655d72e + 14f48f7 commit 6b04731

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/draft-devx-extension-aks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Use Draft and the DevX extension for Visual Studio Code with Azure Kubern
33
description: Learn how to use Draft and the DevX extension for Visual Studio Code with Azure Kubernetes Service (AKS)
44
author: schaffererin
55
ms.topic: article
6-
ms.date: 05/17/2023
6+
ms.date: 12/27/2023
77
ms.author: schaffererin
88
---
99

1010
# Use Draft and the DevX extension for Visual Studio Code with Azure Kubernetes Service (AKS)
1111

12-
[Draft][draft] is an open-source project that streamlines Kubernetes development by taking a non-containerized application and generating the DockerFiles, Kubernetes manifests, Helm charts, Kustomize configurations, and other artifacts associated with a containerized application. The Azure Kubernetes Service (AKS) DevX extension for Visual Studio Code enhances non-cluster experiences, allowing you to create deployment files to deploy your applications to AKS. Draft is the available feature included in the DevX extension.
12+
[Draft][draft] is an open-source project that streamlines Kubernetes development. It takes a non-containerized application and generates the DockerFiles, Kubernetes manifests, Helm charts, Kustomize configurations, and other artifacts associated the application. The Azure Kubernetes Service (AKS) DevX extension for Visual Studio Code enhances non-cluster experiences, allowing you to create deployment files to deploy your applications to AKS. Draft is the available feature included in the DevX extension.
1313

1414
This article shows you how to use Draft with the DevX extension to draft a DockerFile, draft a Kubernetes deployment and service, and build an image on Azure Container Registry (ACR).
1515

@@ -20,7 +20,7 @@ This article shows you how to use Draft with the DevX extension to draft a Docke
2020

2121
## Draft with the DevX extension for Visual Studio Code
2222

23-
To get started with Draft in Visual Studio Code, press **Ctrl + Shift + P** in your Visual Studio Code window and enter **AKS Developer**. From here, you'll see available Draft commands:
23+
To get started with Draft in Visual Studio Code, press **Ctrl + Shift + P** in your Visual Studio Code window and enter **AKS Developer**. From here, you see the available Draft commands:
2424

2525
* Get started
2626
* Draft a DockerFile

0 commit comments

Comments
 (0)