Articles → MICROSOFT AZURE → Front Door And CDN Profile In Azure
Front Door And CDN Profile In Azure
Purpose
Click to Enlarge
- An end-user requests a resource
- The resource is searched on the edge server
- If the resource is found then send the resource to the end-user
- If the resource is not found then get the resource from the origin server and send it to the end-user. Along with that, the resource is also stored on the edge-server as cached copy for future demands
Steps
- Create a web app in Azure
- Create a web application using visual studio and publish it on Azure web app
- Create a front door and CDN
- Create a Frontend/domains
- Create a Backend pool
- Create a Routing rules
- Output
Create A Web App In Azure
Create A Web Application Using Visual Studio And Publish It On Azure Web App
Create A Front Door And CDN
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
- Create a Frontend/domains
- Create a Backend pool
- Create a Routing rules
Create A Frontend/Domains
Click to Enlarge
Click to Enlarge
Create A Backend Pool
Click to Enlarge
| Field | Value |
|---|
| Backend host type | App service |
| Backend host name | < web app created in previous section > |
| Status | Enabled |
Click to Enlarge
Click to Enlarge
Create A Routing Rules
| Field | Value |
|---|
| Name | < You can give any name > |
| Accepted protocol | HTTP and HTTPS |
| Frontends/domains | < Frontends/domains created in previous section > |
Click to Enlarge
Click to Enlarge
Click to Enlarge
Output
Click to Enlarge
Click to Enlarge
| Posted By - | Karan Gupta |
| |
| Posted On - | Wednesday, June 29, 2022 |