A website is expected to Deploying the website to an App Service that uses
experience high traffic the standard service tier
volumes after it is
published in Azure. It has
the following
requirements:
The website remains
available and responsive.
The cost is minimized.
It is easy to manage. 3 multiple choice options
The resource should be
configured to
automatically scale when
the CPU load is high.
Which option should be
used?
Which log level in Azure Error 3 multiple choice options
Service App will result in
the lowest volume of
logs?
An Azure administrator az webapp log tail 3 multiple choice options
needs to view the logs
for an Azure App Service
application in near-real
time.Which Azure CLI
command should this
administrator use?
Which folder contains /LogFiles/http/RawLogs 3 multiple choice options
web server logs in W3C
extended log format for
a website hosted on
Azure App Service?
,Which two transfer FTP & FTPS 3 multiple choice options
protocols are supported
when uploading code to
an Azure App Service
web app?
A developer needs to [FunctionName("ResizeImage")]public static void
create an Azure Run([BlobTrigger("images/{name}")] Stream image,
Functions app named [Blob("thumbnails/{name}", FileAccess.Write)]
ResizeImage. This app Stream imageSmall){}
will be triggered when
an image is uploaded to
the image container in
the Blob storage. The 3 multiple choice options
app then resizes the
image to create
thumbnails.
,An Azure Function App Writes one record 3 multiple choice options
code is written in C#,
with SQL Server binding:
An Azure Function App
code is written in C#,
with SQL Server
binding:public static
class
SqlFunction1{[FunctionN
ame("SqlFunction1")]pub
lic static IActionResult
Run([HttpTrigger(Authori
zationLevel.Function,
"get", Route =
"addtodo")] HttpRequest
req,ILogger log,
[Sql("dbo.Product",
ConnectionStringSetting
=
"SqlConnectionString")]
out Product newProduct)
{// code removed}}
What does this function
do with respect to the
Product table in an SQL
Server database?
A software application Azure Durable Functions 3 multiple choice options
running on Azure needs
to implement stateful
serverless custom code
using C# and integrate
with Azure Blob Storage.
Which Azure service
should be used?
A custom handler is workingDirectory 3 multiple choice options
defined by configuring
the host.json file with
details on how to run the
web server via the
customHandler section.
, {
"version": "2.0",
"customHandler": {
"description": {
"defaultExecutablePath":
"app/handler.exe",
"arguments": [
"--database-
connectionstring",
"%DATABASE_CONNECTI
ON_STRING%"
],"
<key>": "app"
}
}
}Which <key> will
complete this host.json
file?
A developer wants an enableForwardingHttpRequest
Azure Functions handler
to work directly with the
webhook request and
response instead of the
custom handler request
and response payloads
for webhook-triggered
functions with no 3 multiple choice options
additional bindings or
outputs.
Which setting should the
developer use to
configure this in a
host.json file?
An Azure Resource Parameters 3 multiple choice options
Manager (ARM)
template for deploying
resources includes a
storage account. The
users of the template
need to specify an
environment-specific
storage account when
scripting different
environments.
experience high traffic the standard service tier
volumes after it is
published in Azure. It has
the following
requirements:
The website remains
available and responsive.
The cost is minimized.
It is easy to manage. 3 multiple choice options
The resource should be
configured to
automatically scale when
the CPU load is high.
Which option should be
used?
Which log level in Azure Error 3 multiple choice options
Service App will result in
the lowest volume of
logs?
An Azure administrator az webapp log tail 3 multiple choice options
needs to view the logs
for an Azure App Service
application in near-real
time.Which Azure CLI
command should this
administrator use?
Which folder contains /LogFiles/http/RawLogs 3 multiple choice options
web server logs in W3C
extended log format for
a website hosted on
Azure App Service?
,Which two transfer FTP & FTPS 3 multiple choice options
protocols are supported
when uploading code to
an Azure App Service
web app?
A developer needs to [FunctionName("ResizeImage")]public static void
create an Azure Run([BlobTrigger("images/{name}")] Stream image,
Functions app named [Blob("thumbnails/{name}", FileAccess.Write)]
ResizeImage. This app Stream imageSmall){}
will be triggered when
an image is uploaded to
the image container in
the Blob storage. The 3 multiple choice options
app then resizes the
image to create
thumbnails.
,An Azure Function App Writes one record 3 multiple choice options
code is written in C#,
with SQL Server binding:
An Azure Function App
code is written in C#,
with SQL Server
binding:public static
class
SqlFunction1{[FunctionN
ame("SqlFunction1")]pub
lic static IActionResult
Run([HttpTrigger(Authori
zationLevel.Function,
"get", Route =
"addtodo")] HttpRequest
req,ILogger log,
[Sql("dbo.Product",
ConnectionStringSetting
=
"SqlConnectionString")]
out Product newProduct)
{// code removed}}
What does this function
do with respect to the
Product table in an SQL
Server database?
A software application Azure Durable Functions 3 multiple choice options
running on Azure needs
to implement stateful
serverless custom code
using C# and integrate
with Azure Blob Storage.
Which Azure service
should be used?
A custom handler is workingDirectory 3 multiple choice options
defined by configuring
the host.json file with
details on how to run the
web server via the
customHandler section.
, {
"version": "2.0",
"customHandler": {
"description": {
"defaultExecutablePath":
"app/handler.exe",
"arguments": [
"--database-
connectionstring",
"%DATABASE_CONNECTI
ON_STRING%"
],"
<key>": "app"
}
}
}Which <key> will
complete this host.json
file?
A developer wants an enableForwardingHttpRequest
Azure Functions handler
to work directly with the
webhook request and
response instead of the
custom handler request
and response payloads
for webhook-triggered
functions with no 3 multiple choice options
additional bindings or
outputs.
Which setting should the
developer use to
configure this in a
host.json file?
An Azure Resource Parameters 3 multiple choice options
Manager (ARM)
template for deploying
resources includes a
storage account. The
users of the template
need to specify an
environment-specific
storage account when
scripting different
environments.