back to top
Sunday, July 27, 2025

WebJobs can be written in?

All of the options Correct Answer! PowerShell .NET Java Python Bash PHP Node.js Show Answer!

For a non .NET app, which prefix is used for accessing a Connection String for a SQL Azure database from the Environment Variables?

SQLAZURECONNSTR_ Correct Answer! SQLCONNSTR_ CUSTOM_CONNSTR_ MYSQLCONNSTR_ Show Answer!

How are App Settings accessed from a non .NET application, such as Node.js, Python, PHP or Java?

Environment Variables Correct Answer! ConfigurationManager.AppSettings Show Answer!

How are App Settings accessed from a .NET application?

ConfigurationManager.AppSettings Correct Answer! Environment Variables Show Answer!

Two Web Apps can not share the same web hosting plan.

False Correct Answer! True Show Answer!

Where are all deployment slots for the same Web App hosted?

Within the same virtual machine (VM) instance as the Production deployment slot Correct Answer! Within the same physical machine as the Production deployment slot ...

Popular

Subscribe