Skip to content

Commit 1cf4e2e

Browse files
committed
Fix long titles
1 parent e9645da commit 1cf4e2e

8 files changed

+9
-9
lines changed

articles/azure-functions/scripts/functions-cli-create-app-service-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure CLI Script Sample - Create a Function App in an App Service plan | Microsoft Docs
2+
title: Create a Function App in an App Service plan - Azure CLI
33
description: Azure CLI Script Sample - Create a Function App in an App Service plan
44
services: functions
55
documentationcenter: functions

articles/azure-functions/scripts/functions-cli-create-function-app-connect-to-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create an Azure Function that connects to an Azure Cosmos DB | Microsoft Docs
2+
title: Create a function app with Azure Cosmos DB - Azure CLI
33
description: Azure CLI Script Sample - Create an Azure Function that connects to an Azure Cosmos DB
44
services: functions
55
documentationcenter: functions

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,5 +1,5 @@
11
---
2-
title: Create an Azure Function that connects to an Azure Storage | Microsoft Docs
2+
title: Create a function app with Azure Storage | Microsoft Docs
33
description: Azure CLI Script Sample - Create an Azure Function that connects to an Azure Storage
44
services: functions
55
documentationcenter: functions
@@ -13,7 +13,7 @@ ms.date: 04/20/2017
1313
ms.author: glenga
1414
ms.custom: mvc
1515
---
16-
# Create a function app that connects to an Azure Storage account
16+
# Create a function app with a named Storage account connection - Azure CLI
1717

1818
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).
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a function in Azure that is deployed from GitHub | Microsoft Docs
2+
title: Create a function app with GitHub deployment - Azure CLI
33
description: Create a function app and deploy function code from a GitHub repository using Azure Functions.
44
services: functions
55
ms.service: azure-functions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: sample
1010
ms.service: azure-functions
1111
ms.custom: mvc
1212
---
13-
# Create a function app and deploy function code from Azure DevOps
13+
# Create a function app with DevOps deployment - Azure CLI
1414

1515
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.
1616

articles/azure-functions/scripts/functions-cli-create-premium-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: sample
66
ms.date: 11/23/2019
77
---
88

9-
# Create a function app in a Premium plan
9+
# Create a function app in a Premium plan - Azure CLI
1010

1111
This Azure Functions sample script creates a function app, which is a container for your functions. The function app that is created uses a [scalable Premium plan](../functions-premium-plan.md).
1212

articles/azure-functions/scripts/functions-cli-create-serverless-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: glenga
1515
ms.custom: mvc
1616
---
1717

18-
# Create a serverless Python function app in Azure
18+
# Create a serverless Python function app - Azure CLI
1919

2020
This Azure Functions sample script creates a function app, which is a container for your functions. The function app supports running Python functions on Python version 3.6.
2121

articles/azure-functions/scripts/functions-cli-create-serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: glenga
1515
ms.custom: mvc
1616
---
1717

18-
# Create a function app for serverless code execution
18+
# Create a function app for serverless code execution - Azure CLI
1919

2020
This Azure Functions sample script creates a function app, which is a container for your functions. The function app is created using the [consumption plan](../functions-scale.md#consumption-plan), which is ideal for event-driven serverless workloads.
2121

0 commit comments

Comments
 (0)