Skip to content

Commit a6041a2

Browse files
authored
Update README.md
1 parent 0322114 commit a6041a2

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

README.md

+18-20
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,38 @@ languages:
44
- java
55
products:
66
- azure
7+
- azure-traffic-manager
78
description: "Azure App Service sample for managing web apps."
89
urlFragment: app-service-java-scale-web-apps-on-linux
910
---
1011

11-
# Getting Started with Appservice - Manage Linux Web App With Traffic Manager - in Java #
12+
# Manage Linux Web App With Azure Traffic Manager (Java)
1213

14+
Azure App Service sample for managing web apps.
1315

14-
Azure App Service sample for managing web apps.
15-
- Create a domain
16-
- Create a self-signed certificate for the domain
17-
- Create 3 app service plans in 3 different regions
18-
- Create 5 web apps under the 3 plans, bound to the domain and the certificate
19-
- Create a traffic manager in front of the web apps
20-
- Scale up the app service plans to twice the capacity
21-
16+
- Create a domain
17+
- Create a self-signed certificate for the domain
18+
- Create 3 app service plans in 3 different regions
19+
- Create 5 web apps under the 3 plans, bound to the domain and the certificate
20+
- Create a traffic manager in front of the web apps
21+
- Scale up the app service plans to twice the capacity
2222

23-
## Running this Sample ##
23+
## Running this sample
2424

2525
To run this sample:
2626

2727
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).
28+
`
29+
```bash
30+
git clone https://github.com/Azure-Samples/app-service-java-scale-web-apps-on-linux.git
31+
cd app-service-java-scale-web-apps-on-linux
32+
mvn clean compile exec:java
33+
```
2834

29-
git clone https://github.com/Azure-Samples/app-service-java-scale-web-apps-on-linux.git
30-
31-
cd app-service-java-scale-web-apps-on-linux
32-
33-
mvn clean compile exec:java
34-
35-
## More information ##
35+
## More information
3636

3737
[http://azure.com/java](http://azure.com/java)
3838

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)
40-
41-
---
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).
4240

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