Skip to content

Commit 0d25e99

Browse files
Update articles/aks/aks-extension-vs-code-draft-dockerfile.md
Co-authored-by: Erin Schaffer <[email protected]>
1 parent 1566be1 commit 0d25e99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/aks-extension-vs-code-draft-dockerfile.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ ms.author: qpetraroia
88
ms.service: azure-kubernetes-service
99
---
1010

11-
# Use Automated Deployments to create a Dockerfile in the Azure Kubernetes Service (AKS) extension for Visual Studio Code.
11+
# Create a Dockerfile using Automated Deployments in the Azure Kubernetes Service (AKS) extension for Visual Studio Code
1212

13-
The Azure Kubernetes Service (AKS) extension for Visual Studio Code offers a streamlined and efficient way to generate Dockerfiles for your applications.
13+
In this article, you learn how to create a Dockerfile using Automated Deployments in the Azure Kubernetes Service (AKS) extension for Visual Studio Code. A Dockerfile is essential for Kubernetes because it defines the blueprint for creating Docker images. These images encapsulate your application along with its dependencies and environment settings, ensuring consistent deployment across various environments.
1414

15-
A Dockerfile is essential for Kubernetes because it defines the blueprint for creating Docker images. These images encapsulate your application along with its dependencies and environment settings, ensuring consistent deployment across various environments.
15+
## Prerequisites
1616

17-
## Before you begin
17+
Before you begin, make sure you have the following resources:
1818

19-
* Have an active folder with code open in Visual Studio Code.
20-
* Have downloaded the Azure Kubernetes Service (AKS) extension for Visual Studio Code.
19+
* An active folder with code open in Visual Studio Code.
20+
* The Azure Kubernetes Service (AKS) extension for Visual Studio Code downloaded. For more information, see [Install the Azure Kubernetes Service (AKS) extension for Visual Studio Code][install-aks-vscode].
2121

2222
## Create a Dockerfile with the Azure Kubernetes Service (AKS) extension
2323

0 commit comments

Comments
 (0)