Hi! Guys welcome to the continuous article set of my Azure cloud platform based on the shared cloud architecture. This is my 5th article. You can visit my previous articles from the below links:
- 1st article: AZURE CLOUD PLATFORM BASED ON THE SHARED CLOUD ARCHITECTURE
- 2nd article: AZURE CLOUD PLATFORM -Azure Active Directory
- 3rd article: AZURE CLOUD PLATFORM -Authentication
- 4th article: AZURE CLOUD PLATFORM -Subscription
Azure Content Delivery Network (CDN) is a global CDN solution for delivering high-bandwidth content. It can be hosted in Azure or any other location. With Azure CDN, you can cache static objects loaded from Azure Blob storage, a web application, or any publicly accessible web server, by using the closest point of presence (POP) server. Azure CDN can also accelerate dynamic content, which cannot be cached, by leveraging various network and routing optimizations.
The benefits of using Azure CDN to deliver web site assets include:
- Better performance and improved user experience for end users, especially when using applications in which multiple round-trips are required to load content.
- Large scaling to better handle instantaneous high loads, such as the start of a product launch event.
- Distribution of user requests and serving of content directly from edge servers so that less traffic is sent to the origin server.
For more knowledge visit: https://docs.microsoft.com/en-us/azure/cdn/
NOTE: If you not register for Microsoft.Cdn. Then you cannot create a CDN profile. So if you was unable to create CDN profile because of non-registration issue, you can follow my previous article about Azure Subscription.
Now let’s see how to create Azure CDN…..
Search CDN profiles in your search bar and after that click Add option.
Now you can see your CDN application and just fill it and press create button.
In the Resource Group section you can select your already created Resource Group. If not you have an option to create a new one just below.
Or if you like to create it separately, Then you can visit my Article 04 about Azure Subscription and can see the steps to create the Resource Group.
This is the end of Article 05 and hope you get a brief idea about Azure CDN and how to create it practically.
Will see you on my next article Key Vaults.
Thank You!