How To Use Azure CDN For Content Delivery ? (original) (raw)

Last Updated : 23 Jul, 2025

Imagine, you are running a social media platform. Users from different parts of the world register in it and use it. The content feed in the application should be dynamically updated. The content such as images, text, etc is stored on a server in India. Users from other countries such as the US, and Europe found that the platform is leading to slower loading times and a less responsive user experience. The solution for this can be the usage of a **Content Delivery Network(CDN)

What Is CDN?

Overview Of Azure CDN

Step-By-Step Approach Of Using Azure CDN For Content Delivery

Step 1: Login In To Azure Portal

Azure Account

Step 2: Navigate To Storage Account

Searching Storage service

Creating storage account

Navigatng to created storage account

Instance Details

Your Instance is deployed

step 3: Upload The Content

Blob Storage Service

Creating container inside the blob storage

Creating a container

Changing access level

uploading static content

uploading blob

overviewing uploaded image

step 4: CDN Integration

Storage Account

New endpoint

Deployment succeeded

Endpoints

copying the url

**Note: The **Endpoint hostname represents the URL of the endpoint of cdn and the **origin hostname represents the nearest point of preference(server) from where the content is being accessed.

successful deployment of image

The content is delivered with minimum response time. The content is distributed along the blob storage across all the servers and retrived from the nearest point of preference. Hence, low loading time and greater user experience.

Creation Of Static Website

Creation of static website

static website hosting

static website

Document

Hey there! This is Azure CDN tutorial

`

Document

Opps! Error!

`

storage account

uploaded the index file

uploading blob

Changing to container level access

Changing access level

Creating new endpoint

Custom Domains & Essentials

Deploying web pages

**Note: There can be static as well as dynamic content delivery. In this article, I have represented about the CDN through static content only.