ANSWERS (VERIFIED ANSWERS); A GRADE
A web developer creates a web application that you plan
to deploy as an Azure web app. Users must enter
credentials to access the web application. You create a
new web app named WebApp1 and deploy the web
application to WebApp1. You need to disable anonymous
access to WebApp1. What should you configure?
A. Access control (IAM)
B. Advanced Tools
C. Deployment credentials
D. Authentication/Authorization - correct answer-
Answer: D
Anonymous access is an authentication method. It allows
users to establish an anonymous connection.
Note This question is part of a series of questions that
present the same seer Some question sets might have
,more than one correct solution, while others might not
have a correct solution. After you answer a question in
this section, you will NOT be able to return to it. As a
result, these questions will not appear in the review
screen. You manage a virtual network named VNet1 that
is hosted in the West US Azure region. VNet1 hosts two
virtual machines named VM1 and VM2 that run Windows
Server. You need to inspect all the network traffic from
VM1 to VM2 for a period of three hours. Solution: From
Performance Monitor, you create a Data Collector Set
(DCS) Does this meet the goal?
A. Yes
B. No - correct answer- Answer: B
Network performance monitor allows you to monitor
connectivity and latencies across hybrid network
architectures, Expressroute circuits, and
service/application endpoints. With an data collector set
we can count specified network traffic, but we cannot
inspect it. For this we would need a network watcher
Packet Capture.
,Note: This question is part of a series of questions that
present the same scenario goals. Some question sets
might have more than one correct solution, while others
ion in the series contains a unique solution that might
meet the stated not have a correct solution. After you
answer a question in this section, you will NOT be able to
return to it. As a result, these questions will not appear in
the review screen. You have an Azure web app named
Appl. App1 runs in an Azure App Service plan named
Plan1. Plan1 is associated to the Free pricing tier. You
discover that App1 stops each day after running
continuously for 60 minutes. You need to ensure that
App1 can run continuously for the entire day. Solution:
You add a triggered WebJob to App1. Does this meet the
goal?
A. Yes
B. No - correct answer- Answer: B
Explanation: You need to change to Basic pricing Tier.
Note: The Free Tier provides 60 CPU minutes / day. This
explains why App1 is stops. The Basic tier has no such cap.
, Note: This question is part of a series of questions that
present the same scenario. Each question in the series
contains a unique solution that might meet the stated
goals. Some question sets might have more than one
correct solution, while others might not have a correct
solution. After you answer a question in this section, you
will NOT be able to return to it. As a result, these
questions will not appear in the review screen. You deploy
an Azure Kubernetes Service (AKS) cluster named AKS1.
You need to deploy a YAML file to AKS1. Solution: From
Azure Cloud Shell, you run az aks. Does this meet the
goal?
A. Yes
B. No - correct answer- Answer: A
Installing Azure CLI doesn't mean that Azure Kubernates
client is installed. So before running kubectl client
command, you have install kubectl, the Kubernetes
command-line client. First need to run az aks install-cli to
install Kubernetes CLI, which is kubectl