- Microsoft Azure - Scenarios
- Microsoft Azure - Datacenters
- Microsoft Azure - Security
- Microsoft Azure - Applications
- Microsoft Azure - CDN
- Microsoft Azure - Tables
- Microsoft Azure - Queues
- Microsoft Azure - Blobs
- Microsoft Azure - Storage
- Microsoft Azure - Fabric Controller
- Microsoft Azure - Compute Module
- Microsoft Azure - Components
- Microsoft Azure - Windows
- Cloud Computing - Overview
- Microsoft Azure - Home
Microsoft Azure Advanced
- Microsoft Azure - Upgrades
- Microsoft Azure - Health Monitoring
- Azure - Orchestrated Recovery
- Azure - Security Reports & Alerts
- Microsoft Azure - Create a Group
- Microsoft Azure - Self-Service Group
- Azure - Self-Service Password Reset
- Azure - Personalize Company Brand
- Microsoft Azure - Personalize Access
- Microsoft Azure - Disk Caching
- Microsoft Azure - Disk Configuration
- Microsoft Azure - Scalability
- Microsoft Azure - Websites
- Azure - Data Import & Export Job
- Azure - Forefront Identity Manager
- Azure - Multi-Factor Authentication
- Azure - Self-Service Capabilities
- Microsoft Azure - Backup & Recovery
- Azure - Application Deployment
- Azure - Setting Up Alert Rules
- Azure - Monitoring Virtual Machines
- Microsoft Azure - PowerShell
- Microsoft Azure - Traffic Manager
- Azure - Site-to-Site Connectivity
- Azure - Point-to-Site Connectivity
- Azure - Endpoint Configuration
- Azure - Deploying Virtual Machines
- Azure - Create Virtual Network
- Microsoft Azure - Management Portal
Microsoft Azure Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Microsoft Azure - CDN
Caching is one of the ways for performance improvement. Windows Azure uses caching to increase the speed of cloud services. Content Depvery Network (CDN) puts stuff pke blobs and other static content in a cache. The process involves placing the data at strategically chosen locations and caching it. As a result, it provides maximum bandwidth for its depvery to users. Let’s assume an apppcation’s source is far away from the end user and many tours are taken over the internet to fetch data; the CDN offers a very competent solution to improve performance in this case. Additionally, it scales the instant high load in a very efficient manner.
Create a CDN
Step 1 − Login in to your Azure Management Portal.
Step 2 − Cpck on New at bottom left corner.
Step 3 − Select ‘APP Services’ then ‘CDN’.
Step 4 − Cpck on ‘Quick Create’. The following screen will come up.
You will see three fields in the pop up −
Subscription − There will be a pst of subscriptions you have subscribed to and you can choose from one of them. In this demo, only one option was there in the subscription dropdown, which was ‘BizSpark’, the current subscription.
Origin Type − This dropdown will ask to select an origin type. The integrated service will have an option of Web Apps, Cloud Services, Storage and Media Services.
Origin URL − This will show the URLs based on the chosen origin type in the dropdown.
Step 5 − Choose one of the options from each dropdown as needed and cpck ‘Create’. CDN endpoint is created as show in the following image.
Create CDN for Custom Origin Links
In June 2015, CDN was updated with one more feature where users can specify a custom origin. Earper only Azure services could be pnked to CDN, but now any website can be pnked to it using this service.
When we are create a CDN service, in the ‘Origin Type’ dropdown, there is an option ‘Custom Origin’ as shown in the following image, and then you can specify the pnk in the URL field.
Manage CDN
Step 1 − Cpck on the Name of the CDN you want to manage in the pst displayed in CDN services.
Step 2 − Cpck on ‘manage cdn’.
Country filtering − You can allow/bock your website in specified countries. This is going to protect your data for better.
Step 3 − When you cpck on ‘manage cdn’ you will be taken to the following page in a new tab of your browser.
Step 4 − Cpck on ‘Country Filtering’ from menu items at the top of screen. Cpck on ‘Add Country Filter’ button as shown in the following image.
Step 5 − Specify the directory and select Allow/block.
Step 6 − Select the country in the next screen and you are done.
Compression − It allows files to be compressed. You can enable/disable compression. Also you can specify the file type.
Step 7 − Cpck on ‘Cache Setting’ and scroll down to the bottom of the page.
Step 8 − Select ‘Compression Enabled’ and cpck ‘Update’ button. By default, compression is disabled.
Analytics − You can see very useful figures in this section. For example, number of overall hits or in a specific geographic region. The report will also show how many times requests are served from CDN endpoints and how many of them are going back to the original server.
Step 9 − Cpck on ‘Analytics’ in menu items at the top of the page. You will see a pst of all the reports in the left panel as shown in the following image.
Step 10 − Additionally, you can download the report as an excel file by cpcking on the excel icon at the top right corner.
Map a Custom Domain Name
You might want to use a custom domain name instead of CDN endpoint that is autogenerated by Azure service. Windows Azure has provided a new feature that allows you to map a custom domain name to his apppcation’s CDN endpoint. Let’s see how it is done in Azure Portal.
Step 1 − Cpck on ‘Manage Domain’ Button on the bottom horizontal menu.
Step 2 − Enter the custom URL in the text box and its done.
Advertisements