Skip to content

Commit 16f9826

Browse files
authored
Merge pull request #204751 from msangapu-msft/containerapps
add notes
2 parents db81b4e + db27cc3 commit 16f9826

4 files changed

+16
-0
lines changed

articles/app-service/includes/quickstart-custom-container/quickstart-custom-container-linux-azure-portal-pivot.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ ms.author: cephalin
99

1010
[Azure App Service](../../overview.md) on Linux provides pre-defined application stacks on Linux with support for languages such as .NET, PHP, Node.js and others. You can also use a custom Docker image to run your web app on an application stack that isn't already defined in Azure. This quickstart shows you how to deploy an image from Azure Container Registry to Azure App Service.
1111

12+
> [!NOTE]
13+
> For information regarding running containerized applications in a serverless environment, please see [Container Apps](../../../container-apps/overview.md).
14+
>
15+
1216
To complete this quickstart, you need:
1317

1418
- An [Azure account](https://azure.microsoft.com/free/?utm_source=campaign&utm_campaign=vscode-tutorial-docker-extension&mktingSource=vscode-tutorial-docker-extension)

articles/app-service/includes/quickstart-custom-container/quickstart-custom-container-linux-visual-studio-code-pivot.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ ms.author: cephalin
99

1010
[Azure App Service](../../overview.md) on Linux provides pre-defined application stacks on Linux with support for languages such as .NET, PHP, Node.js and others. You can also use a custom Docker image to run your web app on an application stack that isn't already defined in Azure. This quickstart shows you how to deploy an image from an [Azure Container Registry](../../../container-registry/index.yml) (ACR) to App Service.
1111

12+
> [!NOTE]
13+
> For information regarding running containerized applications in a serverless environment, please see [Container Apps](../../../container-apps/overview.md).
14+
>
15+
1216
To complete this quickstart, you need:
1317

1418
* An [Azure account](https://azure.microsoft.com/free/?utm_source=campaign&utm_campaign=vscode-tutorial-docker-extension&mktingSource=vscode-tutorial-docker-extension)

articles/app-service/includes/quickstart-custom-container/quickstart-custom-container-windows-azure-portal-pivot.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ ms.author: cephalin
99

1010
[Azure App Service](../../overview.md) provides pre-defined application stacks on Windows like ASP.NET or Node.js, running on IIS. However, the pre-configured application stacks [lock down the operating system and prevent low-level access](../../operating-system-functionality.md). Custom Windows containers don't have these restrictions, and let developers fully customize the containers and give containerized applications full access to Windows functionality.
1111

12+
> [!NOTE]
13+
> For information regarding running containerized applications in a serverless environment, please see [Container Apps](../../../container-apps/overview.md).
14+
>
15+
1216
This quickstart shows you how to deploy an ASP.NET app in a Windows image from Azure Container Registry to Azure App Service.
1317

1418
To complete this quickstart, you need:

articles/app-service/includes/quickstart-custom-container/quickstart-custom-container-windows-visual-studio-pivot.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ ms.author: cephalin
1111

1212
This quickstart shows how to deploy an ASP.NET app, in a Windows image, to [Azure Container Registry](../../../container-registry/container-registry-intro.md) from Visual Studio. You run the app in a custom container in Azure App Service.
1313

14+
> [!NOTE]
15+
> For information regarding running containerized applications in a serverless environment, please see [Container Apps](../../../container-apps/overview.md).
16+
>
17+
1418
To complete this quickstart, you need:
1519

1620
- [Install Docker for Windows](https://docs.docker.com/docker-for-windows/install/)

0 commit comments

Comments
 (0)