From a05eae9b5ccf066e89ad48c1185abb600acc3887 Mon Sep 17 00:00:00 2001 From: Yaohai Zheng Date: Thu, 15 Aug 2019 22:06:04 +0800 Subject: [PATCH] Update repo metadata --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b4d35c4..2c19702 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,23 @@ languages: - csharp products: - azure -services: App-Service -platforms: dotnet -author: yaohaizh +extensions: +- services: App-Service +- platforms: dotnet --- # Getting started on managing authentication for Functions using C# # - Azure App Service basic sample for managing function apps. - - Create 3 function apps under the same new app service plan and with the same storage account - - Deploy 1 and 2 via Git a function that calculates the square of a number - - Deploy 3 via Web Deploy - - Enable app level authentication for the 1st function app - - Verify the 1st function app can be accessed with the admin key - - Enable function level authentication for the 2nd function app - - Verify the 2nd function app can be accessed with the function key - - Enable function level authentication for the 3rd function app - - Verify the 3rd function app can be accessed with the function key + Azure App Service basic sample for managing function apps. + - Create 3 function apps under the same new app service plan and with the same storage account + - Deploy 1 and 2 via Git a function that calculates the square of a number + - Deploy 3 via Web Deploy + - Enable app level authentication for the 1st function app + - Verify the 1st function app can be accessed with the admin key + - Enable function level authentication for the 2nd function app + - Verify the 2nd function app can be accessed with the function key + - Enable function level authentication for the 3rd function app + - Verify the 3rd function app can be accessed with the function key ## Running this Sample ##