Skip to content

Commit 52990f2

Browse files
authored
Add note include
1 parent c32a8b0 commit 52990f2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/app-service/webjobs-dotnet-deploy-vs.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
---
22
title: Develop and deploy WebJobs using Visual Studio - Azure
33
description: Learn how to develop and deploy Azure WebJobs to Azure App Service using Visual Studio.
4-
services: app-service
5-
documentationcenter: ''
64
author: ggailey777
7-
manager: jeconnoc
8-
5+
manager: gwallace
96
ms.assetid: a3a9d320-1201-4ac8-9398-b4c9535ba755
107
ms.service: app-service
11-
ms.devlang: dotnet
12-
ms.topic: article
13-
ms.tgt_pltfrm: na
8+
ms.topic: conceptual
149
ms.custom: vs-azure
15-
ms.workload: azure-vs
1610
ms.date: 02/18/2019
1711
ms.author: glenga
1812
ms.reviewer: david.ebbo;suwatch;pbatum;naren.soni
@@ -227,6 +221,8 @@ When you [create a WebJob from the Azure portal](webjobs-create.md), the setting
227221

228222
WebJobs uses the same CRON expressions for scheduling as the timer trigger in Azure Functions. To learn more about CRON support, see the [timer trigger reference article](../azure-functions/functions-bindings-timer.md#ncrontab-expressions).
229223

224+
[!INCLUDE [webjobs-cron-timezone-note](../../includes/webjobs-cron-timezone-note.md)]
225+
230226
### setting.job reference
231227

232228
The following settings are supported by WebJobs:

0 commit comments

Comments
 (0)