< Previous Challenge [3] - Home - Next Challenge [5] >
Things are going well. The website is able to handle global traffic well and you are keeping the bad traffic out. What else could go wrong?
Well, you had to ask.
Change in events have caused a shift where everyone needs to work from home! You need to get that message out, but that message is getting a significant amount of load. The direct link, /Message, got distributed by random people all over the internet and people are just constantly refresh/reloading that one page to get the latest information.
When you are faced with massive amounts of valid traffic for a specific page, the concept is called traffic shaping, where you use something like Front Door to direct traffic to different backend origins to host your content. This is very commonly done in eCommerce for those burst events such as Black Friday, Cyber Monday, Single’s Day, Boxing Day, etc… Those are well planned out, and use a different DNS name, such as “deals.contosomasks.com”.
In this case, we don’t have that luxury as the business put out an initial piece of content located at /Message. Don’t worry, Front Door and Azure Storage has your covered! The Azure Storage service has a feature called Static Web Site hosting. Sounds great? For convenience, you can download the static version of /Message here.
For this challenge we are going to:
(And now from home!)