Skip to content

Commit 9c7cba1

Browse files
committed
More metadata cleanup
1 parent 1cf4e2e commit 9c7cba1

8 files changed

+8
-65
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
---
22
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
4-
services: functions
5-
documentationcenter: functions
6-
author: ggailey777
7-
manager: jeconnoc
8-
94
ms.assetid: 0e221db6-ee2d-4e16-9bf6-a456cd05b6e7
10-
ms.service: azure-functions
11-
ms.devlang: azurecli
125
ms.topic: sample
136
ms.date: 07/03/2018
14-
ms.author: glenga
157
ms.custom: mvc
168
---
179
# Create a Function App in an App Service plan

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
---
22
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
4-
services: functions
5-
documentationcenter: functions
6-
author: ggailey777
7-
manager: jeconnoc
8-
ms.assetid:
9-
ms.service: azure-functions
10-
ms.devlang: azurecli
114
ms.topic: sample
125
ms.date: 07/03/2018
13-
ms.author: glenga
146
ms.custom: mvc
157
---
168
# Create an Azure Function that connects to an Azure Cosmos DB

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
---
22
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
4-
services: functions
5-
documentationcenter: functions
6-
author: ggailey777
7-
manager: jeconnoc
8-
ms.assetid:
9-
ms.service: azure-functions
10-
ms.devlang: azurecli
114
ms.topic: sample
125
ms.date: 04/20/2017
13-
ms.author: glenga
146
ms.custom: mvc
157
---
168
# Create a function app with a named Storage account connection - Azure CLI
@@ -31,11 +23,6 @@ This sample creates an Azure Function app and adds the storage connection string
3123

3224
[!code-azurecli-interactive[main](../../../cli_scripts/azure-functions/create-function-app-connect-to-storage/create-function-app-connect-to-storage-account.sh "Integrate Function App into Azure Storage Account")]
3325

34-
35-
## Clean up deployment
36-
37-
After the script sample has been run, run the following command to remove the resource group and all related resources:
38-
3926
[!INCLUDE [cli-script-clean-up](../../../includes/cli-script-clean-up.md)]
4027

4128
## Script explanation

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
---
22
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.
4-
services: functions
5-
ms.service: azure-functions
6-
keywords:
7-
ms.devlang: azurecli
8-
9-
author: ggailey777
10-
ms.author: glenga
114
ms.date: 07/03/2018
125
ms.topic: sample
136
ms.custom: mvc

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
22
title: Create a function in Azure that is deployed from Azure DevOps | Microsoft Docs
33
description: Create a Function App and deploy function code from Azure DevOps
4-
services: functions
5-
keywords:
6-
author: ggailey777
7-
ms.author: glenga
84
ms.date: 07/03/2018
95
ms.topic: sample
10-
ms.service: azure-functions
116
ms.custom: mvc
127
---
138
# Create a function app with DevOps deployment - Azure CLI

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create a Function App in a Premium plan - Azure CLI
3-
description: Azure CLI Script Sample - Create a Function App in a scalable Premium plan
2+
title: Create a function app in a Premium plan - Azure CLI
3+
description: Create a function app in a scalable Premium plan in Azure using the Azure CLI
44
ms.service: azure-functions
55
ms.topic: sample
66
ms.date: 11/23/2019

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

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
---
2-
title: Azure CLI Script Sample - Create a Function App for serverless execution | Microsoft Docs
3-
description: Azure CLI Script Sample - Create a Function App for serverless execution
4-
services: functions
5-
documentationcenter: functions
6-
author: ggailey777
7-
manager: jeconnoc
8-
2+
title: Create a serverless Python function app - Azure CLI
3+
description: Create a serverless Python function app using the Azure CLI
94
ms.assetid: 0e221db6-ee2d-4e16-9bf6-a456cd05b6e7
10-
ms.service: azure-functions
11-
ms.devlang: azurecli
125
ms.topic: sample
13-
ms.date: 07/03/2018
14-
ms.author: glenga
15-
ms.custom: mvc
6+
ms.date: 11/23/2019
167
---
178

189
# Create a serverless Python function app - Azure CLI

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
---
2-
title: Azure CLI Script Sample - Create a Function App for serverless execution | Microsoft Docs
3-
description: Azure CLI Script Sample - Create a Function App for serverless execution
4-
services: functions
5-
documentationcenter: functions
6-
author: ggailey777
7-
manager: jeconnoc
8-
2+
title: Create a serverless function app using the Azure CLI
3+
description: Create a function app for serverless execution in Azure using the Azure CLI
94
ms.assetid: 0e221db6-ee2d-4e16-9bf6-a456cd05b6e7
10-
ms.service: azure-functions
11-
ms.devlang: azurecli
125
ms.topic: sample
136
ms.date: 07/03/2018
147
ms.author: glenga
158
ms.custom: mvc
169
---
1710

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

2013
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.
2114

0 commit comments

Comments
 (0)