File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -497,10 +497,10 @@ The following lists show supported and unsupported Docker Compose configuration
497
497
498
498
#### Syntax Limitations
499
499
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
504
504
505
505
> [!NOTE]
506
506
> 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
524
524
Or, see additional resources:
525
525
526
526
- [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)
Original file line number Diff line number Diff line change @@ -845,6 +845,14 @@ groups:
845
845
title : Windows with Maven
846
846
- id : platform-windows-development-environment-azure-portal
847
847
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
848
856
- id : app-service-containers-windows-linux-portal
849
857
title : App Service with custom containers
850
858
prompt : Choose a custom container platform and deployment environment
You can’t perform that action at this time.
0 commit comments