Note: The question is included in a number of questions that depicts the identical set-up.
However, every question has a distinctive result.
Establish if the solution satisfies the requirements.
You are configuring a web app that delivers streaming video to users.
The application makes use of continuous integration and deployment.
You need to ensure that the application is highly available and that the users' streaming experience is constant.
You also want to configure the application to store data in a geographic location that is nearest to the user.
Solution: You include the use of an Azure Content Delivery Network (CDN) in your design.
Does the solution meet the goal?
Click on the arrows to vote for the correct answer
A. B.A.
https://docs.microsoft.com/en-in/azure/cdn/Yes, the solution meets the stated requirements of ensuring high availability, providing a consistent streaming experience, and storing data in a geographic location closest to the user.
The Azure Content Delivery Network (CDN) is a globally distributed network of servers that cache and deliver content such as video, images, and scripts from the nearest server to the user requesting the content. By using the Azure CDN, the streaming video application can deliver content to users more quickly and with lower latency, providing a better user experience.
In addition, the use of continuous integration and deployment ensures that any changes to the application are automatically deployed to the CDN and made available to users in near real-time. This ensures that the application is always up-to-date and that users can access the latest content without any delays.
Finally, the CDN can be configured to store data in a geographic location that is closest to the user, ensuring that the content is delivered from a nearby server, reducing latency and improving the overall streaming experience.
Therefore, by using the Azure CDN in the solution design, the application can meet the stated requirements of high availability, consistent streaming experience, and storing data in a geographic location closest to the user.