Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng authored Oct 1, 2019
1 parent 5edaa2f commit 6f79334
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extensions:
description: "Azure App Service basic sample for managing function apps."
---

# Getting started on managing authentication for Functions using C# #
# Managing authentication for Azure 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
Expand All @@ -30,13 +30,15 @@ To run this sample:

Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-net/blob/master/AUTH.md).

git clone https://github.com/Azure-Samples/app-service-dotnet-manage-authentication-for-functions.git
```bash
git clone https://github.com/Azure-Samples/app-service-dotnet-manage-authentication-for-functions.git

cd app-service-dotnet-manage-authentication-for-functions
cd app-service-dotnet-manage-authentication-for-functions

dotnet build
dotnet build

bin\Debug\net452\ManageFunctionAppWithAuthentication.exe
bin\Debug\net452\ManageFunctionAppWithAuthentication.exe
```

## More information ##

Expand Down

0 comments on commit 6f79334

Please sign in to comment.