Skip to content

Commit 1e85f74

Browse files
committed
Typo -city
1 parent 89f188a commit 1e85f74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ 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 named `arc-dc` and Kubernetes namespace named `arc`. If you used different values update the script accordingly.
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
5656
kubectl get datacontroller/arc-dc --namespace arc

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ 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 named `arc-dc` and Kubernetes namespace named `arc`. If you used different values update the script accordingly.
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
306306
kubectl get datacontroller/arc-dc --namespace arc

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ 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 named `arc-dc` and Kubernetes namespace named `arc`. If you used different values update the script accordingly.
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
250250
kubectl get datacontroller/arc-dc --namespace arc

0 commit comments

Comments
 (0)