Skip to content

Commit f5947bd

Browse files
committed
update
1 parent fad6ee9 commit f5947bd

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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
@@ -234,7 +234,7 @@ Use the following procedure to add the application definition:
234234

235235
2. From the deployment output, look for the **outputs** section. For example:
236236

237-
```bicep
237+
```json
238238
"outputs": {
239239
"controlPlaneFQDN": {
240240
"type": "String",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import '[email protected]' with {
4040
- **namespace**: Specify the namespace of the provider.
4141
- **KubeConfig**: Specify a base64 encoded value of the [Kubernetes cluster admin credentials](/rest/api/aks/managed-clusters/list-cluster-admin-credentials).
4242

43-
The following sample shows how to pass `kubeConfig` value from parent Bicep file:
43+
The following sample shows how to pass `kubeConfig` value from a parent Bicep file:
4444

4545
```bicep
4646
resource aks 'Microsoft.ContainerService/managedClusters@2022-05-02-preview' existing = {
@@ -59,7 +59,7 @@ The AKS cluster can be a new resource or an existing resource. The [Import Kuber
5959

6060
## Visual Studio Code import
6161

62-
From Visual Studio Code, you can import Kubernetes manifest files to create Bicep module files. For more information, see [Visual Studio Code](./visual-studio-code.md#bicep-commands)
62+
From Visual Studio Code, you can import Kubernetes manifest files to create Bicep module files. For more information, see [Visual Studio Code](./visual-studio-code.md#bicep-commands).
6363

6464
## Next steps
6565

articles/azure-resource-manager/bicep/bicep-import-providers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ import '<provider-name>@<provider-version>' with {
1919
}
2020
```
2121

22-
See [Bicep extensibility Kubernetes provider](./bicep-extensibility-kubernetes-provider.md) for an example of using the Import statement.
22+
## Kubernetes provider
23+
24+
See [Bicep extensibility Kubernetes provider](./bicep-extensibility-kubernetes-provider.md).
2325

2426
## Next steps
2527

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
href: variables.md
264264
displayName: configuration
265265
- name: Import (import)
266-
href: bicep-import-schemas.md
266+
href: bicep-import-providers.md
267267
- name: Resources (resource)
268268
href: resource-declaration.md
269269
- name: Existing resources (existing)

0 commit comments

Comments
 (0)