Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit a97d96b

Browse files
authored
Update README.md
1 parent fb297fb commit a97d96b

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ description: "Azure App Service basic sample for managing web apps."
88
urlFragment: app-service-java-configure-deployment-sources-for-web-apps-on-linux
99
---
1010

11-
# Getting Started with Appservice - Manage Linux Web App Source Control - in Java #
12-
11+
# Manage Linux Web App Source Control (Java)
1312

1413
Azure App Service basic sample for managing web apps.
1514
- Create 4 web apps under the same new app service plan:
@@ -19,24 +18,22 @@ urlFragment: app-service-java-configure-deployment-sources-for-web-apps-on-linux
1918
- Deploy to 4 using a GitHub repository with continuous integration
2019

2120

22-
## Running this Sample ##
21+
## Running this Sample
2322

2423
To run this sample:
2524

2625
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).
2726

28-
git clone https://github.com/Azure-Samples/app-service-java-configure-deployment-sources-for-web-apps-on-linux.git
29-
30-
cd app-service-java-configure-deployment-sources-for-web-apps-on-linux
31-
32-
mvn clean compile exec:java
27+
```bash
28+
git clone https://github.com/Azure-Samples/app-service-java-configure-deployment-sources-for-web-apps-on-linux.git
29+
cd app-service-java-configure-deployment-sources-for-web-apps-on-linux
30+
mvn clean compile exec:java
31+
```
3332

34-
## More information ##
33+
## More information
3534

3635
[http://azure.com/java](http://azure.com/java)
3736

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-
---
37+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4138

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