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