Skip to content

Commit 5757f79

Browse files
author
Glenn Gailey
committed
spelling fixes
1 parent 3320aa2 commit 5757f79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-functions/functions-create-first-azure-function-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before you begin, you must have the following:
2222
+ The [Azure Functions Core Tools](./functions-run-local.md#v2) version 2.7.1846 or a later 2.x version.
2323
::: zone-end
2424
::: zone pivot="programming-language-python"
25-
+ Python 3.6 amd 3.7 requires [Azure Functions Core Tools](./functions-run-local.md#v2) version 2.7.1846 or a later 2.x version. Python 3.8 requires [version 3.x](./functions-run-local.md#v2) of the Core Tools.
25+
+ Python 3.6 and 3.7 require [Azure Functions Core Tools](./functions-run-local.md#v2) version 2.7.1846 or a later 2.x version. Python 3.8 requires [version 3.x](./functions-run-local.md#v2) of the Core Tools.
2626
::: zone-end
2727

2828
+ The [Azure CLI](/cli/azure/install-azure-cli) version 2.0.76 or later.

articles/azure-functions/scripts/functions-cli-mount-files-storage-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Mount a file share to a Python function app - Azure CLI
3-
description: Create a serverless Python function app and mpunt an existing file share using the Azure CLI
3+
description: Create a serverless Python function app and mount an existing file share using the Azure CLI.
44
ms.topic: sample
55
ms.date: 03/01/2020
66
---

0 commit comments

Comments
 (0)