Skip to content

Commit d4a29eb

Browse files
authored
Merge pull request #206863 from JnHs/jh-arck8-ov8322
update API info and links
2 parents a476016 + a6dd05b commit d4a29eb

File tree

3 files changed

+25
-14
lines changed

3 files changed

+25
-14
lines changed

articles/azure-arc/kubernetes/index.yml

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ landingContent:
3737
links:
3838
- text: Connect a cluster to Azure Arc
3939
url: quickstart-connect-cluster.md
40+
- linkListType: learn
41+
links:
42+
- text: Module - Intro to Azure Arc-enabled Kubernetes
43+
url: /learn/modules/intro-to-arc-enabled-kubernetes
4044

4145
- title: Deploy configurations using GitOps
4246
linkLists:
@@ -46,7 +50,14 @@ landingContent:
4650
url: tutorial-use-gitops-flux2.md
4751
- text: Implement CI/CD with GitOps (Flux v2)
4852
url: tutorial-gitops-flux2-ci-cd.md
49-
53+
54+
- title: Proof of concept
55+
linkLists:
56+
- linkListType: sample
57+
links:
58+
- text: Jumpstart
59+
url: https://azurearcjumpstart.io/azure_arc_jumpstart/azure_arc_k8s/
60+
5061
- title: Manage your cluster
5162
linkLists:
5263
- linkListType: how-to-guide
@@ -61,17 +72,19 @@ landingContent:
6172
url: tutorial-arc-enabled-open-service-mesh.md
6273
- text: Access secrets from Azure Key Vault
6374
url: tutorial-akv-secrets-provider.md
64-
65-
- title: Proof of concept
66-
linkLists:
67-
- linkListType: sample
68-
links:
69-
- text: Jumpstart
70-
url: https://azurearcjumpstart.io/azure_arc_jumpstart/azure_arc_k8s/
7175

7276
- title: Reference architecture
7377
linkLists:
7478
- linkListType: architecture
7579
links:
7680
- text: Manage deployments and configurations for hybrid Kubernetes clusters
7781
url: /azure/architecture/hybrid/arc-hybrid-kubernetes
82+
83+
- title: API reference
84+
linkLists:
85+
- linkListType: reference
86+
links:
87+
- text: Azure CLI
88+
url: /cli/azure/connectedk8s
89+
- text: Azure PowerShell
90+
url: /powershell/module/az.connectedkubernetes#connected-kubernetes

articles/azure-arc/kubernetes/quickstart-connect-cluster.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Connect an existing Kubernetes cluster to Azure Arc"
33
description: In this quickstart, you learn how to connect an Azure Arc-enabled Kubernetes cluster.
44
ms.topic: quickstart
5-
ms.date: 08/01/2022
5+
ms.date: 08/03/2022
66
ms.custom: template-quickstart, mode-other, devx-track-azurecli, devx-track-azurepowershell
77
ms.devlang: azurecli
88
---
@@ -67,10 +67,6 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
6767
Install-Module -Name Az.ConnectedKubernetes
6868
```
6969
70-
> [!IMPORTANT]
71-
> While the **Az.ConnectedKubernetes** PowerShell module is in preview, you must install it separately using
72-
> the `Install-Module` cmdlet.
73-
7470
* [Log in to Azure PowerShell](/powershell/azure/authenticate-azureps) using the identity (user or service principal) that you want to use for connecting your cluster to Azure Arc.
7571
* The identity used needs to at least have 'Read' and 'Write' permissions on the Azure Arc-enabled Kubernetes resource type (`Microsoft.Kubernetes/connectedClusters`).
7672
* The [Kubernetes Cluster - Azure Arc Onboarding built-in role](../../role-based-access-control/built-in-roles.md#kubernetes-cluster---azure-arc-onboarding) is useful for at-scale onboarding as it has the granular permissions required to only connect clusters to Azure Arc. This role doesn't have the permissions to update, delete, or modify any other clusters or other Azure resources.

articles/azure-arc/kubernetes/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@
114114
- name: Azure Policy built-ins
115115
displayName: samples, policies, definitions
116116
href: policy-reference.md
117+
- name: Azure CLI
118+
href: /cli/azure/connectedk8s
117119
- name: Azure PowerShell
118-
href: /powershell/module/Az.ConnectedKubernetes/
120+
href: /powershell/module/az.connectedkubernetes#connected-kubernetes
119121
- name: Resources
120122
items:
121123
- name: Region availability

0 commit comments

Comments
 (0)