-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8baab3d
commit 7a448eb
Showing
3 changed files
with
53 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,39 +4,41 @@ languages: | |
- java | ||
products: | ||
- azure | ||
- azure-app-service | ||
description: "Azure App Service basic sample for managing web apps." | ||
urlFragment: app-service-java-manage-web-apps | ||
extensions: | ||
- services: Appservice | ||
- platforms: java | ||
--- | ||
|
||
# Manage Azure App Service Web App (Java) | ||
# Getting Started with Appservice - Manage Web App Basic - in Java # | ||
|
||
Azure App Service basic sample for managing web apps. | ||
|
||
- Create 3 web apps under the same new app service plan: | ||
- 1, 2 are in the same resource group, 3 in a different one | ||
- Stop and start 1, restart 2 | ||
- Add Java support to app 3 | ||
- List web apps | ||
- Delete a web app | ||
Azure App Service basic sample for managing web apps. | ||
- Create 3 web apps under the same new app service plan: | ||
- 1, 2 are in the same resource group, 3 in a different one | ||
- Stop and start 1, restart 2 | ||
- Add Java support to app 3 | ||
- List web apps | ||
- Delete a web app | ||
|
||
|
||
## Running this sample | ||
## Running this Sample ## | ||
|
||
To run this sample: | ||
|
||
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). | ||
|
||
```bash | ||
git clone https://github.com/Azure-Samples/app-service-java-manage-web-apps.git | ||
cd app-service-java-manage-web-apps | ||
mvn clean compile exec:java | ||
``` | ||
git clone https://github.com/Azure-Samples/app-service-java-manage-web-apps.git | ||
|
||
## More information | ||
cd app-service-java-manage-web-apps | ||
|
||
mvn clean compile exec:java | ||
|
||
## More information ## | ||
|
||
[http://azure.com/java](http://azure.com/java) | ||
|
||
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212). | ||
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212) | ||
|
||
--- | ||
|
||
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. | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters