Skip to content

Commit ade03fa

Browse files
authored
Merge pull request #203186 from MikeRayMSFT/arc-doc-buc
Update code examples
2 parents cb6865b + 1e85f74 commit ade03fa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/azure-arc/data/create-data-controller-indirect-azure-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Follow the steps below to create an Azure Arc data controller using the Azure po
5050
Creating the controller will take a few minutes to complete. You can monitor the progress in another terminal window with the following commands:
5151

5252
> [!NOTE]
53-
> The example commands below assume that you created a data controller and Kubernetes namespace with the name 'arc'. If you used a different namespace/data controller name, you can replace 'arc' with your name.
53+
> The example commands below assume that you created a data controller named `arc-dc` and Kubernetes namespace named `arc`. If you used different values update the script accordingly.
5454
5555
```console
56-
kubectl get datacontroller/arc --namespace arc
56+
kubectl get datacontroller/arc-dc --namespace arc
5757
```
5858

5959
```console

articles/azure-arc/data/create-data-controller-indirect-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,10 @@ Once you have run the command, continue on to [Monitoring the creation status](#
300300
Creating the controller will take a few minutes to complete. You can monitor the progress in another terminal window with the following commands:
301301

302302
> [!NOTE]
303-
> The example commands below assume that you created a data controller and Kubernetes namespace with the name `arc`. If you used a different namespace/data controller name, you can replace `arc` with your name.
303+
> The example commands below assume that you created a data controller named `arc-dc` and Kubernetes namespace named `arc`. If you used different values update the script accordingly.
304304
305305
```console
306-
kubectl get datacontroller/arc --namespace arc
306+
kubectl get datacontroller/arc-dc --namespace arc
307307
```
308308

309309
```console

articles/azure-arc/data/create-data-controller-using-kubernetes-native-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ kubectl create --namespace arc -f C:\arc-data-services\data-controller.yaml
244244
Creating the controller will take a few minutes to complete. You can monitor the progress in another terminal window with the following commands:
245245

246246
> [!NOTE]
247-
> The example commands below assume that you created a data controller and Kubernetes namespace with the name `arc`. If you used a different namespace/data controller name, you can replace `arc` with your name.
247+
> The example commands below assume that you created a data controller named `arc-dc` and Kubernetes namespace named `arc`. If you used different values update the script accordingly.
248248

249249
```console
250-
kubectl get datacontroller/arc --namespace arc
250+
kubectl get datacontroller/arc-dc --namespace arc
251251
```
252252

253253
```console

0 commit comments

Comments
 (0)