You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-cli-samples.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
2
title: Azure CLI Samples - Azure Functions
3
3
description: Azure CLI Samples - Azure Functions
4
-
author: syntaxc4
5
4
6
5
ms.assetid: 577d2f13-de4d-40d2-9dfc-86ecc79f3ab0
7
6
ms.topic: sample
@@ -17,9 +16,9 @@ The following table includes links to bash scripts for Azure Functions that use
17
16
18
17
| Create app | Description |
19
18
|---|---|
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. |
23
22
|[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. |
0 commit comments