Create Azure App Service Web Apps Flashcards

1
Q

Filesystem and Blob storage are supported by both Windows and Linux apps. True or False?

A

False. Filesystem is the only option supported for Linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When using Blob Storage the storage account must be in the same region as the App Service. True or false?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Filesystem is designed for short term logging. True or false

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which languages are supported by Azure App Service

A

You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True or False? Azure App Service Applications can scale on Linux and Windows Environemnts

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What types of Web apps can save logs to Azure Blob storage?

  • Node.js apps on Windows.
  • Node.js apps on Linux.
  • ASP.NET Core apps on Linux.
A

Node.js apps on Windows.

Any app that runs on Windows can save logs to Blob storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True Or False? Only Windows Apps can write logs to Azure Blob Storage

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What Azure CLI command would you run to log to stream logs?

A

az webapp log tail –name appname –resource-group myResourceGroup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What query would you run to see 10 most recent logs for Cognitive Services?

A

AzureDiagnostics
| where ResourceProvider == “MICROSOFT.COGNITIVESERVICES”
| take 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What AzureCLI command would you use to deploy a web app zip

A

az webapp deploy –resource-group –name –src-path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly