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

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

Developing Solutions for Microsoft Azure Exam. Prepare with flashcards and multiple choice questions, get hints and explanations for each question. Ace your test prep!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


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

  1. Application settings

  2. Path mappings

  3. General settings

  4. Connection strings

The correct answer is: 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.