I have multiple static web apps (5 to 6) that I need to host on Azure. I will be accessing the Web Apps like example.com/app1, example.com/app2 and so on; where each app after the slash is completely separate static web app. Given this requirements I have few questions
Can I host all the static Web apps in same storage account ? or do I need to create storage account for each static web app ?
Do I need Single Azure CDN for all those static web apps or should I be using CDN for each storage account separately ? I am aware we can use rules to redirect to right static web apps but creating one to one mapping of CDN with static web apps would have any cost implications ?
What could be the preferred way given the above requirements ?
Thanks