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
Copy file name to clipboardExpand all lines: README.md
+16-17
Original file line number
Diff line number
Diff line change
@@ -4,39 +4,38 @@ languages:
4
4
- java
5
5
products:
6
6
- azure
7
+
- azure-app-service
7
8
description: "Azure App Service basic sample for managing function apps."
8
9
urlFragment: app-service-java-manage-functions
9
10
---
10
11
11
-
# Getting Started with Appservice - Manage Function App Basic - in Java #
12
+
# Manage Basic Function App in Java
12
13
14
+
Azure App Service basic sample for managing function apps.
13
15
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
20
21
21
22
22
-
## Running this Sample ##
23
+
## Running this sample
23
24
24
25
To run this sample:
25
26
26
27
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).
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).
41
40
42
41
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