Hello Trevor Sullivan
Azure Front Door does not natively support "default documents" like index.html for Storage Account origins (unless using the Static Website). Since your content is in a blob container (website), you need to rewrite the root path (/) to /website/index.html using Front Door's URL rewrite feature.
To configure Azure Front Door to serve index.html as the default page when accessing the front door URL, you can follow the below two options.
Option 1: - You can configure the route on AFD with patterns to match as '/*' with origin path as '/website/index.html'
Option 2: You can configure the ruleset on AFD URL rewrite as shown below to meet your requirement.
We did the same test in our lab and observed the expected result.
Storage blob URL: -
Azure Front door with root URL: -
I hope this has been helpful!
If above is unclear and/or you are unsure about something add a comment below.
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.