Skip to content

Commit 208c264

Browse files
authored
Merge pull request #206416 from atikmapari/Broken-link-twright
Broken link fixed
2 parents 0fc571d + e4ac2be commit 208c264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/data/least-privilege.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Permissions required to perform this action:
6464
- Create
6565
- All the permissions being granted to the service account (see the arcdata-deployer.yaml below for details)
6666

67-
Save a copy of [arcdata-deployer.yaml](https://raw.githubusercontent.com/microsoft/azure_arc/main/arc_data_services/deploy/yaml/arcdata-deployer.yaml), and replace the placeholder `{{NAMESPACE}}` in the file with the namespace created in the previous step, for example: `arc`. Run the following command to create the deployer service account with the edited file.
67+
Save a copy of [arcdata-deployer.yaml](https://raw.githubusercontent.com/microsoft/azure_arc/main/arc_data_services/arcdata-deployer.yaml), and replace the placeholder `{{NAMESPACE}}` in the file with the namespace created in the previous step, for example: `arc`. Run the following command to create the deployer service account with the edited file.
6868

6969
```console
7070
kubectl apply --namespace arc -f arcdata-deployer.yaml
@@ -202,4 +202,4 @@ You have several additional options for creating the Azure Arc data controller:
202202
- [Create a data controller in indirect connectivity mode with CLI](create-data-controller-indirect-cli.md)
203203
- [Create a data controller in indirect connectivity mode with Azure Data Studio](create-data-controller-indirect-azure-data-studio.md)
204204
- [Create a data controller in indirect connectivity mode from the Azure portal via a Jupyter notebook in Azure Data Studio](create-data-controller-indirect-azure-portal.md)
205-
- [Create a data controller in indirect connectivity mode with Kubernetes tools such as `kubectl` or `oc`](create-data-controller-using-kubernetes-native-tools.md)
205+
- [Create a data controller in indirect connectivity mode with Kubernetes tools such as `kubectl` or `oc`](create-data-controller-using-kubernetes-native-tools.md)

0 commit comments

Comments
 (0)