Skip to content

Commit e0391c2

Browse files
committed
update
1 parent a832b2a commit e0391c2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

articles/aks/learn/quick-kubernetes-deploy-bicep-extensibility-kubernetes-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Deploy Azure applications to Azure Kubernetes Services by using Bicep extensibility Kubernetes provider.
2+
title: Quickstart - Deploy Azure applications to Azure Kubernetes Services by using Bicep extensibility Kubernetes provider
33
description: Learn how to quickly create a Kubernetes cluster and deploy Azure applications in Azure Kubernetes Service (AKS) by using Bicep extensibility Kubernetes provider.
44
services: container-service
55
ms.topic: quickstart

articles/azure-resource-manager/bicep/bicep-extensibility-kubernetes-provider.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Bicep extensibility Kubernetes provider
33
description: Learn how to Bicep Kubernetes provider to deploy .NET applications to Azure Kubernetes Service clusters.
44
ms.topic: conceptual
5-
ms.date: 02/03/2023
5+
ms.date: 02/06/2023
66
---
77

88
# Bicep extensibility Kubernetes provider (Preview)
@@ -23,7 +23,7 @@ This preview feature can be enabled by configuring the [bicepconfig.json](./bice
2323

2424
## Import Kubernetes provider
2525

26-
Deployments of Kubernetes must be contained within a [Bicep module file](./modules.md). To import the Kubernetes provider, use the [import statement](./bicep-import-providers.md). After importing the provider, you can refactor the Bicep module file as usual, such as by using variables, parameters, and output. By contract, The Kubernetes manifest in YML does not include any programmability support.
26+
Kubernetes deployments must be contained within a [Bicep module file](./modules.md). To import the Kubernetes provider, use the [import statement](./bicep-import-providers.md). After importing the provider, you can refactor the Bicep module file as usual, such as by using variables, parameters, and output. By contract, the Kubernetes manifest in YML does not include any programmability support.
2727

2828
The following sample imports the Kubernetes provider:
2929

@@ -63,6 +63,5 @@ From Visual Studio Code, you can import Kubernetes manifest files to create Bice
6363

6464
## Next steps
6565

66-
- [Add module settings in Bicep config](bicep-config-modules.md)
67-
- [Add linter settings to Bicep config](bicep-config-linter.md)
68-
- Learn about the [Bicep linter](linter.md)
66+
- [Quickstart - Deploy Azure applications to Azure Kubernetes Services by using Bicep extensibility Kubernetes provider](../../aks/learn/quick-kubernetes-deploy-bicep-extensibility-kubernetes-provider.md)
67+

0 commit comments

Comments
 (0)