A quick primer on deploying static web apps manually
Even though you are requesting the latest updates to be applied in your dockerfile, docker will cache that layer instead of re-running the check for latest update. To prevent this from happening, you will have to instruct docker to not cache anything.
With the increasing use of docker in cloud environments, I decided to write down some of my experiences and knowledge that I’ve gained from the work I’ve done and that I’ve seen others I work with do.
Read any OAuth documentation, and they go at length to discuss the fact that OAuth is not an authentication protocol. While there are authentication steps embedded within the OAuth protocol none of these authentication steps are valid for end-user authentication.
I break down and go into detail around the OAuth process and how it works as one of the defining protocols that’s used in the Microsoft Identity Platform.
Managed Service Identities for VMs seem like a great alternative to service principals, but after utilizing them on virtual machines, I am not so sure. I explore recent findings with MSI’s and why you may want to reconsider their use.