You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2024. It is now read-only.
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
12
+
# Getting Started with Appservice - Manage Function App Source Control - in Java #
13
+
14
+
15
+
Azure App Service basic sample for managing function apps.
16
+
- Create 5 function apps under the same new app service plan:
17
+
- Deploy to 1 using FTP
18
+
- Deploy to 2 using local Git repository
19
+
- Deploy to 3 using a publicly available Git repository
20
+
- Deploy to 4 using a GitHub repository with continuous integration
21
+
- Deploy to 5 using web deploy
22
+
- Deploy to 6 using zip deploy
24
23
25
24
26
-
## Running this sample
25
+
## Running this Sample ##
27
26
28
27
To run this sample:
29
28
30
29
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).
cd app-service-java-configure-deployment-sources-for-functions
37
34
38
-
## More information
35
+
mvn clean compile exec:java
36
+
37
+
## More information ##
39
38
40
39
[http://azure.com/java](http://azure.com/java)
41
40
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).
41
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
42
+
43
+
---
43
44
44
-
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.
45
+
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