Skip to content

Commit 39eae4b

Browse files
authored
Merge pull request #116008 from ggailey777/patch-2
Fix plan name
2 parents d017abd + 45794a4 commit 39eae4b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/azure-functions/functions-cli-samples.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Azure CLI Samples - Azure Functions
33
description: Azure CLI Samples - Azure Functions
4-
author: syntaxc4
54

65
ms.assetid: 577d2f13-de4d-40d2-9dfc-86ecc79f3ab0
76
ms.topic: sample
@@ -17,9 +16,9 @@ The following table includes links to bash scripts for Azure Functions that use
1716

1817
| Create app | Description |
1918
|---|---|
20-
| [Create a function app for serverless execution](scripts/functions-cli-create-serverless.md) | Creates a function app in a Consumption plan. |
21-
| [Create a serverless Python function app](scripts/functions-cli-create-serverless-python.md) | Create a function app in a dedicated App Service plan. |
22-
| [Create a function app in a scalable Premium plan](scripts/functions-cli-create-premium-plan.md) | Create a function app in a dedicated App Service plan. |
19+
| [Create a function app for serverless execution](scripts/functions-cli-create-serverless.md) | Create a function app in a Consumption plan. |
20+
| [Create a serverless Python function app](scripts/functions-cli-create-serverless-python.md) | Create a Python function app in a Consumption plan. |
21+
| [Create a function app in a scalable Premium plan](scripts/functions-cli-create-premium-plan.md) | Create a function app in a Premium plan. |
2322
| [Create a function app in a dedicated (App Service) plan](scripts/functions-cli-create-app-service-plan.md) | Create a function app in a dedicated App Service plan. |
2423

2524
| Integrate | Description|

0 commit comments

Comments
 (0)