Skip to content

Commit 26baa83

Browse files
authored
Update README.md
1 parent f47cd3d commit 26baa83

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,38 @@ languages:
44
- java
55
products:
66
- azure
7+
- azure-app-service
78
description: "Azure App Service basic sample for managing function apps."
89
urlFragment: app-service-java-manage-functions
910
---
1011

11-
# Getting Started with Appservice - Manage Function App Basic - in Java #
12+
# Manage Basic Function App in Java
1213

14+
Azure App Service basic sample for managing function apps.
1315

14-
Azure App Service basic sample for managing function apps.
15-
- Create 3 function apps under the same new app service plan:
16-
- 1, 2 are in the same resource group, 3 in a different one
17-
- 1, 3 are under the same consumption plan, 2 under a basic app service plan
18-
- List function apps
19-
- Delete a function app
16+
- Create 3 function apps under the same new app service plan:
17+
- 1, 2 are in the same resource group, 3 in a different one
18+
- 1, 3 are under the same consumption plan, 2 under a basic app service plan
19+
- List function apps
20+
- Delete a function app
2021

2122

22-
## Running this Sample ##
23+
## Running this sample
2324

2425
To run this sample:
2526

2627
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).
2728

28-
git clone https://github.com/Azure-Samples/app-service-java-manage-functions.git
29+
```bash
30+
git clone https://github.com/Azure-Samples/app-service-java-manage-functions.git
31+
cd app-service-java-manage-functions
32+
mvn clean compile exec:java
33+
```
2934

30-
cd app-service-java-manage-functions
31-
32-
mvn clean compile exec:java
33-
34-
## More information ##
35+
## More information
3536

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

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

4241
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)