Skip to content

Commit e3c5308

Browse files
committed
rename new H2
1 parent 84e1809 commit e3c5308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-create-function-linux-custom-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create Azure Functions on Linux using a custom image
33
description: Learn how to create Azure Functions running on a custom Linux image.
44
author: ggailey777
55
ms.author: glenga
6-
ms.date: 06/25/2019
6+
ms.date: 09/27/2019
77
ms.topic: tutorial
88
ms.service: azure-functions
99
ms.custom: mvc
@@ -276,7 +276,7 @@ After the connection is established, run the `top` command to view the currently
276276

277277
![Linux top command running in an SSH session.](media/functions-create-function-linux-custom-image/linux-custom-kudu-ssh-top.png)
278278

279-
## Add a Storage binding
279+
## Write to Queue storage
280280

281281
Functions lets you connect Azure services and other resources to functions without having to write your own integration code. These *bindings*, which represent both input and output, are declared within the function definition. Data from bindings is provided to the function as parameters. A *trigger* is a special type of input binding. Although a function has only one trigger, it can have multiple input and output bindings. To learn more, see [Azure Functions triggers and bindings concepts](functions-triggers-bindings.md).
282282

0 commit comments

Comments
 (0)