Skip to content

Commit

Permalink
Update repo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
yaohaizh committed Aug 15, 2019
1 parent 2132bd6 commit a05eae9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##
Expand Down

0 comments on commit a05eae9

Please sign in to comment.