A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
@Christopher Abbondandelo The problem sounds like the CSS/bootstrap is not being applied correctly when using the YAML script.
Can you please check to make sure that your static files (CSS, JS, etc) are being included in the build and deployment process? If not, you might need to add step to copy the appropriate directory.
Two other items that I can think of as well are to verify that your build and publish steps are correctly configured to include all necessary files. I have helped others with a similar issue in the past and it was due to missing files in the output directly.
Lastly, can you please verify the deployment path in your YAML script matches the path where the static files are expected to be?
If none of the three above items resolve the issue, can you please reply to this message with a sanitized version of your YAML script?