Physics Unit – Electricity and Electric Fields

(Teaching Materials) I am sharing a set of instructional materials from my Honors Physics unit on Electricity and Electric Fields. The collection includes lesson materials, mini-lessons, assessments, and laboratory activities designed for a typical high-school physics sequence covering circuits, Coulomb’s Law, and electric fields. The unit follows a logical progression beginning with electric circuits and current, … Continue reading Physics Unit – Electricity and Electric Fields

Deploy Azure VM using JSON template and PowerShell

Azure Resource Manager templates are JavaScript Object Notation (JSON) files that define the infrastructure and configuration for your resources. In this case a virtual machine. Steps in brief Get the virtual machine template files from a known good deployment within Azure portal Edit the parameters.json file Run the deployment in PowerShell Get the template files … Continue reading Deploy Azure VM using JSON template and PowerShell