Up to this point, every request made on your website is going directly to your Azure App Service instance. This includes all of the dynamic content such as calls to authenticate the user. This also includes the delivery of all of the content that is static, such as the images, Cascading Style Sheets (.css) files, and JavaScript (.js) files.
In addition to static content, your solution must make a database call every time some ...