Developing Solutions for Microsoft Azure — Question 21
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 Azure Redis Cache in your design.
Does the solution meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The use of Azure Redis Cache primarily aids in caching data to improve performance but does not inherently ensure high availability or a consistent streaming experience for users. Additionally, it does not address the requirement of storing data geographically closer to the users, which is essential for optimizing their streaming experience.