From 9cfa4a01568d00554842e5739ee625f270beb291 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed, 23 Dec 2020 00:13:36 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Azure=20Function=20app"=E2=86=92"Azure?= =?UTF-8?q?=20Function=20App"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://docs.microsoft.com/en-us/samples/azure-samples/azure-functions-python-list-resource-groups/azure-functions-python-sample-list-resource-groups/ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87914c2..44abeaf 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Here are some of the prerequisites to get this sample work for you. ### 1. Creating a new Azure Function App in VS Code -For creating an Azure Function app in VSCode, please go through the [Microsoft Docs tutorial on creating your first Azure Function using Visual Studio Code](https://docs.microsoft.com/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-python). In the code snippet along with the sample, we name the function `GetListOfResourceGroups`, with the HTTP trigger. In the sample below, we will update the `function.json`. +For creating an Azure Function App in VSCode, please go through the [Microsoft Docs tutorial on creating your first Azure Function using Visual Studio Code](https://docs.microsoft.com/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-python). In the code snippet along with the sample, we name the function `GetListOfResourceGroups`, with the HTTP trigger. In the sample below, we will update the `function.json`. ### 2. Updating the Requirements.txt to resolve the dependencies @@ -48,7 +48,7 @@ Setting up `local.settings.json` would help you pass in the subscription Id } ``` -### 4. Managed Service Identity for the Azure Function app +### 4. Managed Service Identity for the Azure Function App You need to toggle the system assigned identity flag to “On” here to get the app registered to interact with Azure resources using this managed identity .