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 With Traffic Manager - in Java #
12
+
# Manage Linux Web App With Azure Traffic Manager (Java)
12
13
14
+
Azure App Service sample for managing web apps.
13
15
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
22
22
23
-
## Running this Sample ##
23
+
## Running this sample
24
24
25
25
To run this sample:
26
26
27
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)
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).
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.
0 commit comments