Developing Solutions for Microsoft Azure (AZ-204) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Question: 1 / 50

Where would you set the language and SDK version for an application in App Service?

Application settings

Path mappings

General settings

Setting the language and SDK version for an application in Azure App Service is done in the General settings section. Within this configuration area, you can specify important runtime details such as the programming language used (for example, .NET, PHP, Node.js) and the corresponding SDK version. This ensures that the app service environment runs the application using the appropriate framework and dependencies that the application specifically requires. In contrast, Application settings typically contain environment variables for your app, while Path mappings are focused on app content directories and configurations for file handling. Connection strings are specifically meant for defining database connections and do not pertain to language or runtime configurations. Thus, General settings is indeed the correct place to set these foundational parameters for your application.

Connection strings

Next

Report this question