New-AzVm
-ResourceGroupName <resource group name>
-Name <machine name>
-Credential <credentials object>
-Location <location>
-Image <image name>Create a new VM
Remove-AzVM
Delete a VM
Start-AzVM
Starts a VM that has been stopped
Stop-AzVM
Stops a running VM
Restart-AzVM
Restarts a VM
Update-AzVM
Updates the configuration
Get-AzVM -Status
retrieves information about the VM
Azure AD - Identity
Anything that can be identified, people, applications or other servers
Security Group
For specific security policies and you can apply the same permissions to all the members
Network secutiry group - port 80
unsecured traffic
Network secutiry group - port 25
Mail traffic
Network secutiry group - port 443
Secured HTTPS traffic
Network secutiry group - port 587
outbound mail with authenticated SMTP relay
Network secutiry group - port 3389
Remote desktop