PreviousNext

Deploying a Static Site to Azure Using the az CLI

by bill-s, 2020-05-12T18:19:31.776Z

I was recently working on a project where the frontend was built in React. The project was hosted on Azure and we wanted to use Azure CDN to host the React app. I have been looking at the az cli recently and decided to use it on this project to script the setup of resources and deployments to Azure.

Read More