Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glibnub authored Oct 23, 2019
1 parent f481281 commit 41b1710
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,41 @@ languages:
- java
products:
- azure
- azure-cdn
description: "Azure CDN sample for managing CDN profiles. Create 8 web apps in 8 regions."
urlFragment: cdn-java-manage-cdn
---

# Getting Started with Cdn - Manage Cdn - in Java #
# Manage Azure CDN (Java)

Azure CDN sample for managing CDN profiles.

Azure CDN sample for managing CDN profiles:
- Create 8 web apps in 8 regions:
2 in US
2 in EU
2 in Southeast
1 in Brazil
1 in Japan
- Create CDN profile using Standard Verizon SKU with endpoints in each region of Web apps.
- Load some content (referenced by Web Apps) to the CDN endpoints.
- Create 8 web apps in 8 regions:
2 in US
2 in EU
2 in Southeast
1 in Brazil
1 in Japan
- Create CDN profile using Standard Verizon SKU with endpoints in each region of Web apps.
- Load some content (referenced by Web Apps) to the CDN endpoints.


## 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).

git clone https://github.com/Azure-Samples/cdn-java-manage-cdn.git
```bash
git clone https://github.com/Azure-Samples/cdn-java-manage-cdn.git
cd cdn-java-manage-cdn
mvn clean compile exec:java
```

cd cdn-java-manage-cdn

mvn clean compile exec:java

## More information ##
## 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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 comments on commit 41b1710

Please # to comment.