You work as a DevOps Engineer for MDFT Pro, a well-known training agency that delivers certification courses to students worldwide. Claire, the Web Platform Lead, is preparing to deploy an ASP.NET Core website for the Student Learning Portal to an Azure Web App using continuous deployment from a GitHub repository. The website includes static content such as course thumbnails, certification badge images, and pre-rendered course catalogs that are generated by a Node.js script during the build process. The continuous deployment feature automatically deploys code changes from GitHub, but you need to ensure the static content generation script runs successfully before the website starts serving traffic to students and instructors.
What are two possible ways to achieve this goal?
Choose all correct answers from the options below.
Explanations for each answer: