Skip to content

Commit 6cda230

Browse files
authored
Merge pull request #178027 from cephalin/ignite-updates
tweak intros
2 parents 16e4a80 + 937fd5a commit 6cda230

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

articles/app-service/environment/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Azure App Service Environment is an Azure App Service feature that provides
1717

1818
- Windows web apps
1919
- Linux web apps
20-
- Docker containers
20+
- Docker containers (Windows and Linux)
2121
- Functions
2222

2323
App Service environments (ASEs) are appropriate for application workloads that require:

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ zone_pivot_groups: app-service-containers-windows-linux
1212
# Run a custom container in Azure
1313

1414
::: zone pivot="container-windows"
15-
[Azure App Service](overview.md) provides pre-defined application stacks on Windows like ASP.NET or Node.js, running on IIS. The preconfigured Windows container environment locks down the operating system from administrative access, software installations, changes to the global assembly cache, and so on. For more information, see [Operating system functionality on Azure App Service](operating-system-functionality.md). If your application requires more access than the preconfigured environment allows, you can deploy a custom Windows container instead.
15+
[Azure App Service](overview.md) provides pre-defined application stacks on Windows like ASP.NET or Node.js, running on IIS. However, the preconfigured application stacks [lock down the operating system and prevent low-level access](operating-system-functionality.md). Custom Windows containers do not have these restrictions, and let developers fully customize the containers and give containerized applications full access to Windows functionality.
1616

1717
This quickstart shows how to deploy an ASP.NET app, in a Windows image, to [Docker Hub](https://hub.docker.com/) from Visual Studio. You run the app in a custom container in Azure App Service.
1818

19-
> [!NOTE]
20-
> Windows Containers is limited to Azure Files and does not currently support Azure Blob.
21-
22-
2319
## Prerequisites
2420

2521
To complete this tutorial:

0 commit comments

Comments
 (0)