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

Commit a2ec9cb

Browse files
authored
Update README.md
1 parent b38bafe commit a2ec9cb

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,42 @@ page_type: sample
33
languages:
44
- java
55
products:
6+
- azure-app-service
67
- azure
8+
- azure-functions
79
description: "Azure App Service basic sample for managing function apps."
810
urlFragment: app-service-java-configure-deployment-sources-for-functions
911
---
1012

11-
# Getting Started with Appservice - Manage Function App Source Control - in Java #
12-
13-
14-
Azure App Service basic sample for managing function apps.
15-
- Create 5 function apps under the same new app service plan:
16-
- Deploy to 1 using FTP
17-
- Deploy to 2 using local Git repository
18-
- Deploy to 3 using a publicly available Git repository
19-
- Deploy to 4 using a GitHub repository with continuous integration
20-
- Deploy to 5 using web deploy
21-
- Deploy to 6 using zip deploy
13+
# Manage Function App Source Control (Java)
14+
15+
Azure App Service basic sample for managing function apps.
16+
17+
- Create 5 function apps under the same new app service plan:
18+
- Deploy to 1 using FTP
19+
- Deploy to 2 using local Git repository
20+
- Deploy to 3 using a publicly available Git repository
21+
- Deploy to 4 using a GitHub repository with continuous integration
22+
- Deploy to 5 using web deploy
23+
- Deploy to 6 using zip deploy
2224

2325

24-
## Running this Sample ##
26+
## Running this sample
2527

2628
To run this sample:
2729

2830
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).
2931

30-
git clone https://github.com/Azure-Samples/app-service-java-configure-deployment-sources-for-functions.git
31-
32-
cd app-service-java-configure-deployment-sources-for-functions
32+
```bash
33+
git clone https://github.com/Azure-Samples/app-service-java-configure-deployment-sources-for-functions.git
34+
cd app-service-java-configure-deployment-sources-for-functions
35+
mvn clean compile exec:java
36+
```
3337

34-
mvn clean compile exec:java
35-
36-
## More information ##
38+
## More information
3739

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

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

4444
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 commit comments

Comments
 (0)