Skip to content

Commit 0a8df04

Browse files
authored
Merge pull request #115397 from VikasPullagura-MSFT/patch-85
(Azure CXP) resolves MicrosoftDocs/azure-docs#54947
2 parents 1378c22 + 38475cb commit 0a8df04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-instances/container-instances-multi-container-yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ properties:
6868
type: Public
6969
ports:
7070
- protocol: tcp
71-
port: '80'
71+
port: 80
7272
- protocol: tcp
73-
port: '8080'
73+
port: 8080
7474
tags: null
7575
type: Microsoft.ContainerInstance/containerGroups
7676
```

0 commit comments

Comments
 (0)