Skip to content

Commit 3779c12

Browse files
edits
1 parent 82698df commit 3779c12

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/container-registry/tutorial-connected-registry-arc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this tutorial, you:
3434
> [!div class="checklist"]
3535
> - [Deploy Connected registry extension using preinstalled cert-manager.](#deploy-connected-registry-extension-using-your-preinstalled-cert-manager)
3636
> - [Deploy Connected registry extension using Bring Your Own Certificate (BYOC).](#deploy-connected-registry-extension-using-bring-your-own-certificate-byoc)
37-
> - [Deploy Connected registry with Kubernetes secret management.](#deploy-connected-registry-with-Kubernetes-secret-management)
37+
> - [Deploy Connected registry with Kubernetes secret management.](#deploy-connected-registry-with-kubernetes-secret-management)
3838
> - [Deploy the Connected registry Arc extension with inherent trust distribution or reject Connected registry trust distribution.](#deploy-the-connected-registry-using-your-own-trust-distribution-and-disable-the-connected-registrys-default-trust-distribution)
3939
4040
## Prerequisites
@@ -49,7 +49,7 @@ In this tutorial, we demonstrate how to use a preinstalled cert-manager service
4949

5050
Run the [az-k8s-extension-create][az-k8s-extension-create] command in the [quickstart][quickstart] and set the `cert-manager.enabled=true` and `cert-manager.install=false` parameters to determine the cert-manager service is installed and enabled:
5151

52-
```azurecli
52+
```azurecli
5353
az k8s-extension create --cluster-name myarck8scluster \
5454
--cluster-type connectedClusters \
5555
--extension-type Microsoft.ContainerRegistry.ConnectedRegistry \
@@ -58,7 +58,7 @@ Run the [az-k8s-extension-create][az-k8s-extension-create] command in the [quick
5858
--config service.clusterIP=192.100.100.1 \
5959
--config cert-manager.install=false \
6060
--config-protected-file protected-settings-extension.json
61-
```
61+
```
6262

6363
## Deploy connected registry extension using bring your own certificate (BYOC)
6464

articles/container-registry/tutorial-connected-registry-upgrade.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To complete this tutorial, you need the following resources:
3131

3232
Follow the [quickstart][quickstart] to edit the [az-k8s-extension-create][az-k8s-extension-create] command and include the `--auto-upgrade-minor-version true` parameter. This parameter automatically upgrades the extension to the latest version whenever a new version is available.
3333

34-
```azurecli
34+
```azurecli
3535
az k8s-extension create --cluster-name myarck8scluster \
3636
--cluster-type connectedClusters \
3737
--extension-type Microsoft.ContainerRegistry.ConnectedRegistry \
@@ -40,7 +40,7 @@ Follow the [quickstart][quickstart] to edit the [az-k8s-extension-create][az-k8s
4040
--config service.clusterIP=192.100.100.1 \
4141
--config-protected-file protected-settings-extension.json \
4242
--auto-upgrade-minor-version true
43-
```
43+
```
4444

4545
## Deploy the connected registry extension with auto roll back enabled
4646

@@ -49,7 +49,7 @@ Follow the [quickstart][quickstart] to edit the [az-k8s-extension-create][az-k8s
4949
5050
Follow the [quickstart][quickstart] to edit the [az k8s-extension update] command and add --version with your desired version. This example uses version 0.6.0. This parameter updates the extension version to the desired pinned version.
5151

52-
```azurecli
52+
```azurecli
5353
az k8s-extension update --cluster-name myarck8scluster \
5454
--cluster-type connectedClusters \
5555
--extension-type Microsoft.ContainerRegistry.ConnectedRegistry \
@@ -59,21 +59,21 @@ Follow the [quickstart][quickstart] to edit the [az k8s-extension update] comman
5959
--config-protected-file <JSON file path> \
6060
--auto-upgrade-minor-version true \
6161
--version 0.6.0
62-
```
62+
```
6363

6464
## Deploy the connected registry extension using manual upgrade steps
6565

6666
Follow the [quickstart][quickstart] to edit the [az-k8s-extension-update][az-k8s-extension-update] command and add--version with your desired version. This example uses version 0.6.1. This parameter upgrades the extension version to 0.6.1.
6767

68-
```azurecli
68+
```azurecli
6969
az k8s-extension update --cluster-name myarck8scluster \
7070
--cluster-type connectedClusters \
7171
--name myconnectedregistry \
7272
--resource-group myresourcegroup \
7373
--config service.clusterIP=192.100.100.1 \
7474
--auto-upgrade-minor-version false \
7575
--version 0.6.1
76-
```
76+
```
7777

7878
## Next steps
7979

0 commit comments

Comments
 (0)