Skip to content

Commit de47766

Browse files
committed
[AKS] remove draft links
1 parent d478e01 commit de47766

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/aks/configure-kubenet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ When you create an AKS cluster, a network security group and route table are cre
195195

196196
## Next steps
197197

198-
With an AKS cluster deployed into your existing virtual network subnet, you can now use the cluster as normal. Get started with [building apps using Azure Dev Spaces][dev-spaces] or [using Draft][use-draft], or [deploy apps using Helm][use-helm].
198+
With an AKS cluster deployed into your existing virtual network subnet, you can now use the cluster as normal. Get started with [building apps using Azure Dev Spaces][dev-spaces], [deploy existing apps using Helm][use-helm], or [creating new apps using Helm][develop-helm].
199199

200200
<!-- LINKS - External -->
201201
[dev-spaces]: https://docs.microsoft.com/azure/dev-spaces/
@@ -213,8 +213,8 @@ With an AKS cluster deployed into your existing virtual network subnet, you can
213213
[az-network-vnet-subnet-show]: /cli/azure/network/vnet/subnet#az-network-vnet-subnet-show
214214
[az-role-assignment-create]: /cli/azure/role/assignment#az-role-assignment-create
215215
[az-aks-create]: /cli/azure/aks#az-aks-create
216+
[develop-helm]: quickstart-helm.md
216217
[use-helm]: kubernetes-helm.md
217-
[use-draft]: kubernetes-draft.md
218218
[virtual-nodes]: virtual-nodes-cli.md
219219
[vnet-peering]: ../virtual-network/virtual-network-peering-overview.md
220220
[express-route]: ../expressroute/expressroute-introduction.md

articles/aks/intro-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To get started with ingress traffic, see [HTTP application routing][aks-http-rou
8484

8585
## Development tooling integration
8686

87-
Kubernetes has a rich ecosystem of development and management tools such as Helm, Draft, and the Kubernetes extension for Visual Studio Code. These tools work seamlessly with AKS.
87+
Kubernetes has a rich ecosystem of development and management tools such as Helm and the Kubernetes extension for Visual Studio Code. These tools work seamlessly with AKS.
8888

8989
Additionally, Azure Dev Spaces provides a rapid, iterative Kubernetes development experience for teams. With minimal configuration, you can run and debug containers directly in AKS. To get started, see [Azure Dev Spaces][azure-dev-spaces].
9090

0 commit comments

Comments
 (0)