Currently, I am in the process of creating a basic website using ASP.Net Core 1.1. When running the site on IIS Express, all the CSS changes that I made are loading correctly. However, when I deployed the site to Azure and accessed it, the website looks completely different with the CSS styles not rendering properly (example here). Despite trying various solutions found here, and here, I have been unable to resolve the issue. Deleting the _.min.css files did not help, and I do not have a BundleConfig.cs file in my project, leaving me unsure where to input the BundleTable.EnableOptimizations code.
The main purpose of hosting the site on Azure was to showcase it to my client and perform some testing, rather than using it as the production environment. Is this problem specific to Azure, or should I anticipate encountering similar issues with other web hosting services?