Skip to content

Commit 37de71f

Browse files
committed
Resolving build warning
1 parent 81023fc commit 37de71f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ This article shows you how to use Draft with the DevX extension to draft a Docke
2020
* You need an Azure resource group and an AKS cluster with an attached ACR. To attach an ACR to your AKS cluster, use `az aks update -n <cluster-name> -g <resource-group-name> --attach-acr <acr-name>` or follow the instructions in [Authenticate with ACR from AKS][aks-acr-authenticate].
2121
* Download and install the [Azure Kubernetes Service DevX Extension for Visual Studio Code][devx-extension].
2222

23-
## Use Draft with the DevX extension for Visual Studio Code
23+
## Draft with the DevX extension for Visual Studio Code
2424

2525
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:
2626

27-
- Get started
28-
- Draft a DockerFile
29-
- Draft a Kubernetes Deployment and Service
30-
- Build an Image on Azure Container Registry
27+
* Get started
28+
* Draft a DockerFile
29+
* Draft a Kubernetes Deployment and Service
30+
* Build an Image on Azure Container Registry
3131

3232
### Get started
3333

0 commit comments

Comments
 (0)