Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng committed Oct 23, 2019
1 parent aef746d commit a7ba5f5
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,42 @@ languages:
- java
products:
- azure
- azure-functions
description: "Azure App Service basic sample for managing function apps."
urlFragment: app-service-java-manage-authentication-for-functions
---

# Getting Started with Appservice - Manage Function App With Authentication - in Java #
# Manage Function App With Authentication (Java)

Azure App Service basic sample for managing function apps.

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 & 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
- Create 3 function apps under the same new app service plan and with the same storage account
- Deploy 1 & 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 ##
## Running this sample

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-java/blob/master/AUTH.md).

git clone https://github.com/Azure-Samples/app-service-java-manage-authentication-for-functions.git
```bash
git clone https://github.com/Azure-Samples/app-service-java-manage-authentication-for-functions.git
cd app-service-java-manage-authentication-for-functions
mvn clean compile exec:java
```

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

mvn clean compile exec:java

## More information ##
## More information

[http://azure.com/java](http://azure.com/java)

If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)

---
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 comments on commit a7ba5f5

Please sign in to comment.