Create Azure App Service Web Apps Flashcards
Filesystem and Blob storage are supported by both Windows and Linux apps. True or False?
False. Filesystem is the only option supported for Linux
When using Blob Storage the storage account must be in the same region as the App Service. True or false?
True
Filesystem is designed for short term logging. True or false
True.
Which languages are supported by Azure App Service
You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python.
True or False? Azure App Service Applications can scale on Linux and Windows Environemnts
True
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.
Node.js apps on Windows.
Any app that runs on Windows can save logs to Blob storage.
True Or False? Only Windows Apps can write logs to Azure Blob Storage
True
What Azure CLI command would you run to log to stream logs?
az webapp log tail –name appname –resource-group myResourceGroup
What query would you run to see 10 most recent logs for Cognitive Services?
AzureDiagnostics
| where ResourceProvider == “MICROSOFT.COGNITIVESERVICES”
| take 10
What AzureCLI command would you use to deploy a web app zip
az webapp deploy –resource-group –name –src-path