In the previous chapter, we looked at how we can improve our development flow locally. By using the Static Web App CLI , we could replicate the functionality found in Azure Static Web Apps on the command line. To ensure that we could also check how our published application was going to run, we also looked at how to use the published files.
However, this does not ensure that our application is going to run the same way inside of the Azure resource itself. As the Static Web App CLI itself says, there could ...