Skip to content

Commit cc29b37

Browse files
authored
Merge pull request #164528 from shashankbarsin/users/shasb/doc-updates
Update custom locations doc to referencing extension install
2 parents c5c407d + ec18954 commit cc29b37

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

articles/azure-arc/kubernetes/custom-locations.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,26 +100,15 @@ If you are logged into Azure CLI using a service principal, to enable this featu
100100

101101
1. Deploy the Azure service cluster extension of the Azure service instance you eventually want on your cluster:
102102

103-
* Azure Arc enabled Data Services
103+
* [Azure Arc enabled Data Services](../data/deploy-data-controller-direct-mode.md#create-the-arc-data-services-extension)
104104

105-
```azurecli
106-
az k8s-extension create --name <extensionInstanceName> --extension-type microsoft.arcdataservices --cluster-type connectedClusters -c <clusterName> -g <resourceGroupName> --scope cluster --release-namespace arc --config Microsoft.CustomLocation.ServiceAccount=sa-bootstrapper
107-
```
108105
> [!NOTE]
109106
> Outbound proxy without authentication and outbound proxy with basic authentication are supported by the Arc enabled Data Services cluster extension. Outbound proxy that expects trusted certificates is currently not supported.
110107

111108

112-
* [Azure App Service on Azure Arc](../../app-service/overview-arc-integration.md)
109+
* [Azure App Service on Azure Arc](../../app-service/manage-create-arc-environment.md#install-the-app-service-extension)
113110

114-
```azurecli
115-
az k8s-extension create --name <extensionInstanceName> --extension-type 'Microsoft.Web.Appservice' --cluster-type connectedClusters -c <clusterName> -g <resourceGroupName> --scope cluster --release-namespace appservice-ns --configuration-settings "Microsoft.CustomLocation.ServiceAccount=default" --configuration-settings "appsNamespace=appservice-ns"
116-
```
117-
118-
* [Event Grid on Kubernetes](../../event-grid/kubernetes/overview.md)
119-
120-
```azurecli
121-
az k8s-extension create --name <extensionInstanceName> --extension-type Microsoft.EventGrid --cluster-type connectedClusters -c <clusterName> -g <resourceGroupName> --scope cluster --release-namespace eventgrid-ext --configuration-protected-settings-file protected-settings-extension.json --configuration-settings-file settings-extension.json
122-
```
111+
* [Event Grid on Kubernetes](../../event-grid/kubernetes/install-k8s-extension.md)
123112

124113
1. Get the Azure Resource Manager identifier of the Azure Arc enabled Kubernetes cluster, referenced in later steps as `connectedClusterId`:
125114

0 commit comments

Comments
 (0)