|
1 |
| ---- |
2 |
| -services: Appservice |
3 |
| -platforms: java |
4 |
| -author: jianghaolu |
5 |
| ---- |
6 |
| - |
7 |
| -#Getting Started with Appservice - Manage Function App Basic - in Java # |
8 |
| - |
9 |
| - |
10 |
| - Azure App Service basic sample for managing function apps. |
11 |
| - - Create 3 function apps under the same new app service plan: |
12 |
| - - 1, 2 are in the same resource group, 3 in a different one |
13 |
| - - 1, 3 are under the same consumption plan, 2 under a basic app service plan |
14 |
| - - List function apps |
15 |
| - - Delete a function app |
16 |
| - |
17 |
| - |
18 |
| -## Running this Sample ## |
19 |
| - |
20 |
| -To run this sample: |
21 |
| - |
22 |
| -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-sdk-for-java/blob/master/AUTH.md). |
23 |
| - |
24 |
| - git clone https://github.com/Azure-Samples/app-service-java-manage-functions.git |
25 |
| - |
26 |
| - cd app-service-java-manage-functions |
27 |
| - |
28 |
| - mvn clean compile exec:java |
29 |
| - |
30 |
| -## More information ## |
31 |
| - |
32 |
| -[http://azure.com/java] (http://azure.com/java) |
33 |
| - |
34 |
| -If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212) |
35 |
| - |
36 |
| ---- |
37 |
| - |
| 1 | +--- |
| 2 | +services: Appservice |
| 3 | +platforms: java |
| 4 | +author: jianghaolu |
| 5 | +--- |
| 6 | + |
| 7 | +#Getting Started with Appservice - Manage Function App Basic - in Java # |
| 8 | + |
| 9 | + |
| 10 | + Azure App Service basic sample for managing function apps. |
| 11 | + - Create 3 function apps under the same new app service plan: |
| 12 | + - 1, 2 are in the same resource group, 3 in a different one |
| 13 | + - 1, 3 are under the same consumption plan, 2 under a basic app service plan |
| 14 | + - List function apps |
| 15 | + - Delete a function app |
| 16 | + |
| 17 | + |
| 18 | +## Running this Sample ## |
| 19 | + |
| 20 | +To run this sample: |
| 21 | + |
| 22 | +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-sdk-for-java/blob/master/AUTH.md). |
| 23 | + |
| 24 | + git clone https://github.com/Azure-Samples/app-service-java-manage-functions.git |
| 25 | + |
| 26 | + cd app-service-java-manage-functions |
| 27 | + |
| 28 | + mvn clean compile exec:java |
| 29 | + |
| 30 | +## More information ## |
| 31 | + |
| 32 | +[http://azure.com/java] (http://azure.com/java) |
| 33 | + |
| 34 | +If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212) |
| 35 | + |
| 36 | +--- |
| 37 | + |
38 | 38 | 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