Skip to content

Commit 2536434

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

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

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

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,40 @@ Before you begin, make sure you have the following resources:
1919
* An active folder with code open in Visual Studio Code.
2020
* 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

22-
## Create a Dockerfile with the Azure Kubernetes Service (AKS) extension
22+
## Create a Dockerfile using the Azure Kubernetes Service (AKS) extension
2323

24-
To use the command pallete to create a Dockerfile, press "crtl + shift + p" on your keyboard to open the command pallete. Then type "Automated Deployments: Create a Dockerfile". Once the screen pops up, the following information must be filled out.
24+
You can access the screen to create a Dockerfile using the command palette or the explorer view.
2525

26-
To use the explorer view, right click on the explorer pane where your active folder is open and select "Create a Dockerfile".
26+
### [Command palette](#tab/command-palette)
2727

28-
Both methods will bring you to a screen where the following information must be filled out.
28+
1. On your keyboard, press `Ctrl+Shift+P` to open the command palette.
29+
2. In the search bar, search for and select **Automated Deployments: Create a Dockerfile**.
30+
3. Enter the following information:
2931

30-
* **Location**: Choose a location where you would like to save your Dockerfile.
31-
* **Programming language**: Select the programming language your app is written in.
32-
* **Programming language version**: Select the programming language version.
33-
* **Application Port**: Select the port.
34-
* **Cluster**: Choose the port on which your application listens for incoming network connections.
32+
* **Location**: Select a location where you want to save your Dockerfile.
33+
* **Programming language**: Select the programming language your app is written in.
34+
* **Programming language version**: Select the programming language version.
35+
* **Application Port**: Select the port.
36+
* **Cluster**: Select the port in which your application listens to for incoming network connections.
3537

36-
Once all information is filled out, press create. Your dockerfile will now be created in your app folder.
38+
4. Select **Create**.
3739

38-
For more information, see [AKS extension for Visual Studio Code features](https://code.visualstudio.com/docs/azure/aksextensions#_features).
40+
### [Explorer view](#tab/explorer-view)
41+
42+
1. Right click on the explorer pane where your active folder is open and select **Create a Dockerfile**.
43+
2. Enter the following information:
44+
45+
* **Location**: Select a location where you want to save your Dockerfile.
46+
* **Programming language**: Select the programming language your app is written in.
47+
* **Programming language version**: Select the programming language version.
48+
* **Application Port**: Select the port.
49+
* **Cluster**: Select the port in which your application listens to for incoming network connections.
50+
51+
3. Select **Create**.
52+
53+
---
54+
55+
For more information, see [AKS extension for Visual Studio Code features][aks-vscode-features].
3956

4057
## Product support and feedback
4158

0 commit comments

Comments
 (0)