Skip to content

Commit a4e91cf

Browse files
authored
Merge pull request #95981 from ggailey777/patch-3
Add note about Linux Consumption support
2 parents 07c6570 + 38799e7 commit a4e91cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-functions/functions-continuous-deployment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
2-
title: Continuous deployment for Azure Functions | Microsoft Docs
2+
title: Continuous deployment for Azure Functions
33
description: Use the continuous deployment features of Azure App Service to publish your functions.
4-
services: functions
5-
documentationcenter: na
64
author: ggailey777
7-
manager: jeconnoc
8-
5+
manager: gwallace
96
ms.assetid: 361daf37-598c-4703-8d78-c77dbef91643
107
ms.service: azure-functions
118
ms.topic: conceptual
12-
ms.date: 09/25/2016
9+
ms.date: 09/25/2019
1310
ms.author: glenga
1411
#Customer intent: As a developer, I want to learn how to set up a continuous integration environment so that function app updates are deployed automatically when I check in my code changes.
1512
---
@@ -32,6 +29,9 @@ For continuous deployment to succeed, your directory structure must be compatibl
3229

3330
[!INCLUDE [functions-folder-structure](../../includes/functions-folder-structure.md)]
3431

32+
>[!NOTE]
33+
> Continuous deployment is not yet supported for Linux apps running on a Consumption plan.
34+
3535
## <a name="credentials"></a>Set up continuous deployment
3636

3737
To configure continuous deployment for an existing function app, complete these steps. The steps demonstrate integration with a GitHub repository, but similar steps apply for Azure Repos or other source code repositories.

0 commit comments

Comments
 (0)