quiz 3 Flashcards
Who can add users/devices to a security group?
The owner of that group
Can you manually add users/devices to a dynamic security group?
no
What is a MX DNS record?
Directs mail to an email server. Can be used for verification
What is a PTR DNS record?
Provides a domain name in reverse-lookups.
What is an A record in DNS?
The record that holds the IP address of a domain.
What is a CNAME record in DNS?
Used when a domain or subdomain is an alias of another domain. All CNAME records must point to a domain, never to an IP address. Opposite of A record.
What is a NS record in DNS?
NS stands for ‘nameserver,’ and the nameserver record indicates which DNS server is authoritative for that domain (i.e. which server contains the actual DNS records). Basically, NS records tell the Internet where to go to find out a domain’s IP address.
What is a SOA record in DNS?
Stores admin information about a domain. Such as the email address of the administrator, when the domain was last updated, and how long the server should wait between refreshes.
What is a SRV record in DNS?
Most other DNS records only specify a server or an IP address, but SRV records include a port at that IP address as well. Some Internet protocols require the use of SRV records in order to function.
What is a TXT record in DNS?
Lets an admin store text notes in the record. Can be used for verification
You need to synchronize the files in the file share to an on-premises server. Which 3 steps do you need to perform?
Step 1: Install the Azure File Sync agent on Server1
Step 2: Register Windows Server with Storage Sync Service
Step 3: Create a sync group and a cloud endpoint
With what commando do you install the kubectl client?
az aks install-cli
How to implement Azure Automation State Configuration in 4 steps?
Step 1: Upload a configuration to Azure Automation State Configuration. Import the configuration into the Automation account.
Step 2: Compile a configuration into a node configuration.
Step 3: Assign the node configuration
Step 4: Check the compliance status of the node
Azure Web Application Firewall (WAF) on Azure Application Gateway provides …
A centralized protection of your web applications from common exploits and vulnerabilities.
NSG flow log data is written to ..
a storage account.