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
# Getting Started with Appservice - Manage Linux Web App Basic - in Java #
12
13
13
-
Azure App Service basic sample for managing web apps.
14
14
15
-
- Create 3 linux web apps under the same new app service plan:
16
-
- 1, 2 are in the same resource group, 3 in a different one
17
-
- Stop and start 1, restart 2
18
-
- Add Java support to app 3
19
-
- List web apps
20
-
- Delete a web app
15
+
Azure App Service basic sample for managing web apps.
16
+
- Create 3 linux web apps under the same new app service plan:
17
+
- 1, 2 are in the same resource group, 3 in a different one
18
+
- Stop and start 1, restart 2
19
+
- Add Java support to app 3
20
+
- List web apps
21
+
- Delete a web app
21
22
22
23
23
24
## Running this Sample ##
@@ -26,16 +27,18 @@ To run this sample:
26
27
27
28
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).
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
+
---
40
43
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.
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.
0 commit comments