Skip to content

Commit ed1d162

Browse files
committed
More fixes
1 parent 9c7cba1 commit ed1d162

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-functions/scripts/functions-cli-create-function-app-connect-to-storage-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Create a function app with Azure Storage | Microsoft Docs
2+
title: Create a function app with connected storage - Azure CLI
33
description: Azure CLI Script Sample - Create an Azure Function that connects to an Azure Storage
44
ms.topic: sample
55
ms.date: 04/20/2017
66
ms.custom: mvc
77
---
8-
# Create a function app with a named Storage account connection - Azure CLI
8+
# Create a function app with a named Storage account connection
99

1010
This Azure Functions sample script creates a function app and connects the function to an Azure Storage account. The created app setting that contains the connection can be used with a [storage trigger or binding](../functions-bindings-storage-blob.md).
1111

articles/azure-functions/scripts/functions-cli-create-function-app-vsts-continuous.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Create a function in Azure that is deployed from Azure DevOps | Microsoft Docs
2+
title: Create a function app with DevOps deployment - Azure CLI
33
description: Create a Function App and deploy function code from Azure DevOps
44
ms.date: 07/03/2018
55
ms.topic: sample
66
ms.custom: mvc
77
---
8-
# Create a function app with DevOps deployment - Azure CLI
8+
# Create a function in Azure that is deployed from Azure DevOps
99

1010
This topic shows you how to use Azure Functions to create a [serverless](https://azure.microsoft.com/solutions/serverless/) function app using the [consumption plan](../functions-scale.md#consumption-plan). The function app, which is a container for your functions, is continuously deployed from an Azure DevOps repository.
1111

0 commit comments

Comments
 (0)