quiz 2 Flashcards
What does the Set-AzMarketplaceTerms cmdlet allow you to do?
Accept or reject legal terms
Which storage type can be used to export the data?
Blob storage
Which storage type can be used to import the data?
Import supports Azure Blob storage and Azure File storage
Which storage accounts support import/export services?
General Purpose v1, v2 and blob storage. General Purpose v2 is recommended in most scenario’s.
Azure Table Storage storage service is supported only by the following storage account(s)…
General-purpose V2 and General-purpose V1 storage account types.
Azure Blob Storage service is supported only by the following storage account(s)…
General Purpose v1, v2, and blob storage.
Where can you find the deployment history of ARM-templates in the portal?
Deployment history is available starting from the resource group Overview page. After you select Deployments, you can see a list of your last deployed resources.
Do you install or add Microsoft Monitoring Agents?
Install
How to move a VM to a different VN?
Delete and create VM again
Can .NET Core apps (or ASP NET Core apps) run on both Windows or Linux environments?
Yes, both Windows or Linux environments
Can ASP.NET apps run on both Windows or Linux environments?
No, only Windows
What does the Connection monitor capability of Network Watcher provide?
Monitors communication at a regular interval and informs you of reachability, latency, and network topology changes between the VM and the endpoint. You need to view the average round-trip time (RTT) of the packets from VMs.
What does the IP flow verify capability of Network Watcher provide?
Enables you to specify a source and destination IPv4 address, port, protocol (TCP or UDP), and traffic direction (inbound or outbound). IP flow verify then tests the communication and informs you if the connection succeeds or fails. If the connection fails, IP flow verify tells you which security rule allowed or denied the communication, so that you can resolve the problem.
What does the connection troubleshoot capability of Network Watcher provide?
Enables you to test a connection between a VM and another VM, an FQDN, a URI, or an IPv4 address. The test returns similar information returned when using the connection monitor capability, but tests the connection at a point in time, rather than monitoring it over time, as connection monitor does.
What does the NSG flow log capability capability of Network Watcher provide?
allows you to log the source and destination IP address, port, protocol, and whether traffic was allowed or denied by an NSG.