Skip to content

Commit 5dc1b2f

Browse files
edits
1 parent 5a7fe10 commit 5dc1b2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/container-registry/quickstart-connected-registry-arc-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ By deploying the connected Registry Arc extension, you can synchronize container
8989
9090
For secure deployment of the connected registry extension, generate the connection string, including a new password, transport protocol, and create the `protected-settings-extension.json` file required for the extension deployment with [az acr connected-registry get-settings][az-acr-connected-registry-get-settings] command:
9191
92-
```[Linux][#tab/linux]
92+
```bash
9393
cat << EOF > protected-settings-extension.json
9494
{
9595
"connectionString": "$(az acr connected-registry get-settings \
@@ -102,7 +102,7 @@ By deploying the connected Registry Arc extension, you can synchronize container
102102
EOF
103103
```
104104
105-
```[Windows][#tab/windows]
105+
```bash
106106
cat << EOF > protected-settings-extension.json
107107
{
108108
"connectionString": "$(az acr connected-registry get-settings \
@@ -115,7 +115,7 @@ By deploying the connected Registry Arc extension, you can synchronize container
115115
EOF
116116
```
117117
118-
```[PowerShell][#tab/powershell]
118+
```azurepowershell
119119
echo "{\"connectionString\":\"$(az acr connected-registry get-settings \
120120
--name myconnectedregistry \
121121
--registry myacrregistry \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Known issues: Connected Registry Arc Extension"
33
description: "Learn how to troubleshoot the most common problems for a Connected Registry Arc Extension and resolve issues with ease."
44
author: tejaswikolli-web
5-
ms.author: tejaswikolli; gaking
5+
ms.author: gaking
66
ms.service: azure-container-registry
77
ms.topic: troubleshooting-known-issue #Don't change.
88
ms.date: 05/09/2024

0 commit comments

Comments
 (0)