-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a1df32
commit 73afdca
Showing
3 changed files
with
51 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,37 +4,39 @@ languages: | |
- java | ||
products: | ||
- azure | ||
- azure-functions | ||
description: "Azure App Service basic sample for managing function apps." | ||
urlFragment: app-service-java-manage-logs-for-function-apps | ||
extensions: | ||
- services: Appservice | ||
- platforms: java | ||
--- | ||
|
||
# Manage Function App Logs (Java) | ||
# Getting Started with Appservice - Manage Function App Logs - in Java # | ||
|
||
Azure App Service basic sample for managing function apps. | ||
|
||
- Create a function app under the same new app service plan: | ||
- Deploy to app using FTP | ||
- stream logs synchronously for 30 seconds | ||
- stream logs asynchronously until 3 requests are completed | ||
Azure App Service basic sample for managing function apps. | ||
- Create a function app under the same new app service plan: | ||
- Deploy to app using FTP | ||
- stream logs synchronously for 30 seconds | ||
- stream logs asynchronously until 3 requests are completed | ||
|
||
|
||
## 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). | ||
|
||
```bash | ||
git clone https://github.com/Azure-Samples/app-service-java-manage-logs-for-function-apps.git | ||
cd app-service-java-manage-logs-for-function-apps | ||
mvn clean compile exec:java | ||
``` | ||
git clone https://github.com/Azure-Samples/app-service-java-manage-logs-for-function-apps.git | ||
|
||
## More information | ||
cd app-service-java-manage-logs-for-function-apps | ||
|
||
mvn clean compile exec:java | ||
|
||
## 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. | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters