Skip to content

Commit 61bf858

Browse files
committed
Merge remote-tracking branch 'pesala/patch-88' into fixup
2 parents 6023b06 + 8d68ecc commit 61bf858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before you begin, you must have the following requirements in place:
2929

3030
+ The Azure [Az PowerShell module](/powershell/azure/install-azure-powershell) version 5.9.0 or later.
3131

32-
+ [A Python version supported by Azure Functions](supported-languages.md#languages-by-runtime-version).
32+
+ [A Python version supported by Azure Functions](supported-languages.md?pivot=programming-language-python#languages-by-runtime-version).
3333

3434
+ The [Azurite storage emulator](../storage/common/storage-use-azurite.md?tabs=npm#install-azurite). While you can also use an actual Azure Storage account, the article assumes you're using this emulator.
3535

articles/azure-functions/create-first-function-vs-code-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before you begin, make sure that you have the following requirements in place:
2929

3030
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
3131

32-
+ A Python version that is [supported by Azure Functions](supported-languages.md#languages-by-runtime-version). For more information, see [How to install Python](https://wiki.python.org/moin/BeginnersGuide/Download).
32+
+ A Python version that is [supported by Azure Functions](supported-languages.md?pivot=programming-language-python#languages-by-runtime-version). For more information, see [How to install Python](https://wiki.python.org/moin/BeginnersGuide/Download).
3333

3434
+ [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
3535

0 commit comments

Comments
 (0)