Skip to content

Commit 551a283

Browse files
committed
Fix GitHub file syntax errors
1 parent 2bd8a42 commit 551a283

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/container-registry/container-registry-customer-managed-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ az keyvault key create \
149149

150150
In the command output, take note of the key's ID, `kid`. You use this ID in the next step:
151151

152-
```json
152+
```output
153153
[...]
154154
"key": {
155155
"crv": null,
@@ -315,7 +315,7 @@ You can also use a Resource Manager template to create a registry and enable enc
315315

316316
The following template creates a new container registry and a user-assigned managed identity. Copy the following contents to a new file and save it using a filename such as `CMKtemplate.json`.
317317

318-
```JSON
318+
```json
319319
{
320320
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
321321
"contentVersion": "1.0.0.0",

articles/container-registry/container-registry-oras-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ az acr create \
6969

7070
In the command output, note the `zoneRedundancy` property for the registry. When enabled, the registry is zone redundant, and ORAS Artifact enabled:
7171

72-
```json
72+
```output
7373
{
7474
[...]
7575
"zoneRedundancy": "Enabled",

0 commit comments

Comments
 (0)