Skip to content

Commit 23a1587

Browse files
Merge pull request #204895 from msangapu-msft/configure
fix pivot
2 parents 456aedf + 01bd856 commit 23a1587

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

articles/app-service/configure-custom-container.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -497,10 +497,10 @@ The following lists show supported and unsupported Docker Compose configuration
497497
498498
#### Syntax Limitations
499499
500-
- the "version x.x" always needs to be the first yaml statement in the file
501-
- the ports section must use quoted numbers
502-
- the image > volume section must be quoted and cannot have a permissions definitions
503-
- the volumes section must not have an empty curly brace after the volume name
500+
- "version x.x" always needs to be the first YAML statement in the file
501+
- ports section must use quoted numbers
502+
- image > volume section must be quoted and cannot have permissions definitions
503+
- volumes section must not have an empty curly brace after the volume name
504504
505505
> [!NOTE]
506506
> Any other options not explicitly called out are ignored in Public Preview.
@@ -524,4 +524,4 @@ The following lists show supported and unsupported Docker Compose configuration
524524
Or, see additional resources:
525525
526526
- [Environment variables and app settings reference](reference-app-settings.md)
527-
- [Load certificate in Windows/Linux containers](configure-ssl-certificate-in-code.md#load-certificate-in-linuxwindows-containers)
527+
- [Load certificate in Windows/Linux containers](configure-ssl-certificate-in-code.md#load-certificate-in-linuxwindows-containers)

articles/zone-pivot-groups.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,14 @@ groups:
845845
title: Windows with Maven
846846
- id: platform-windows-development-environment-azure-portal
847847
title: Windows with Azure portal
848+
- id: app-service-containers-windows-linux
849+
title: App Service with custom containers
850+
prompt: Choose a custom container platform
851+
pivots:
852+
- id: container-linux
853+
title: Linux container
854+
- id: container-windows
855+
title: Windows container
848856
- id: app-service-containers-windows-linux-portal
849857
title: App Service with custom containers
850858
prompt: Choose a custom container platform and deployment environment

0 commit comments

Comments
 (0)