Podcast
Questions and Answers
Which flag does App Service use to pass app settings to a Linux container?
Which flag does App Service use to pass app settings to a Linux container?
- --variables
- --config
- --env (correct)
- --settings
Where can application settings be accessed in App Service?
Where can application settings be accessed in App Service?
- Configuration > App Variables
- Configuration > Application Settings (correct)
- Configuration > Environment Variables
- Configuration > App Configurations
For ASP.NET and ASP.NET Core developers, how are app settings in App Service similar to Web.config or appsettings.json?
For ASP.NET and ASP.NET Core developers, how are app settings in App Service similar to Web.config or appsettings.json?
- They have the same values
- They are set in the same file
- They are accessed in the same way
- They can override each other (correct)
Where should production secrets be stored in App Service?
Where should production secrets be stored in App Service?
How are app settings stored in App Service?
How are app settings stored in App Service?
What should be done after adding or editing an app setting in App Service?
What should be done after adding or editing an app setting in App Service?
In a Linux container, how should a nested JSON key structure in the app setting name be configured in App Service?
In a Linux container, how should a nested JSON key structure in the app setting name be configured in App Service?
Can deployment slots be used to specify if an app setting is swappable or not?
Can deployment slots be used to specify if an app setting is swappable or not?
What is the key name for an app setting with the nested JSON key structure ApplicationInsights:InstrumentationKey in App Service?
What is the key name for an app setting with the nested JSON key structure ApplicationInsights:InstrumentationKey in App Service?
What is the purpose of the --env flag in App Service?
What is the purpose of the --env flag in App Service?
Which button should you select to add or edit app settings in bulk?
Which button should you select to add or edit app settings in bulk?
Which programming languages are recommended to use app settings instead of connection strings?
Which programming languages are recommended to use app settings instead of connection strings?
What is the purpose of encrypting connection strings when stored?
What is the purpose of encrypting connection strings when stored?
In which case should you use connection strings instead of app settings for non-.NET languages?
In which case should you use connection strings instead of app settings for non-.NET languages?
What can connection strings be tied to?
What can connection strings be tied to?
What is the purpose of configuring a connection string for an Azure database in an App Service app?
What is the purpose of configuring a connection string for an Azure database in an App Service app?
What is the purpose of the 'name' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'name' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'value' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'value' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'slotSetting' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'slotSetting' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'type' field in the JSON formatting of connection strings?
What is the purpose of the 'type' field in the JSON formatting of connection strings?
Which flag does App Service use to pass app settings to a Linux container?
Which flag does App Service use to pass app settings to a Linux container?
Where can application settings be accessed in App Service?
Where can application settings be accessed in App Service?
What is the purpose of the 'value' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'value' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'name' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'name' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'type' field in the JSON formatting of connection strings?
What is the purpose of the 'type' field in the JSON formatting of connection strings?
What is the purpose of encrypting connection strings when stored?
What is the purpose of encrypting connection strings when stored?
What can connection strings be tied to?
What can connection strings be tied to?
What is the purpose of the 'slotSetting' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'slotSetting' field in the JSON formatting of app settings and connection strings?
What is the purpose of configuring a connection string for an Azure database in an App Service app?
What is the purpose of configuring a connection string for an Azure database in an App Service app?
What should be done after adding or editing an app setting in App Service?
What should be done after adding or editing an app setting in App Service?
Which button should you select to add or edit app settings in bulk?
Which button should you select to add or edit app settings in bulk?
What is the purpose of the 'name' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'name' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'slotSetting' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'slotSetting' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'value' field in the JSON formatting of app settings and connection strings?
What is the purpose of the 'value' field in the JSON formatting of app settings and connection strings?
What can connection strings be tied to?
What can connection strings be tied to?
What is the purpose of encrypting connection strings when stored?
What is the purpose of encrypting connection strings when stored?
Which programming languages are recommended to use app settings instead of connection strings?
Which programming languages are recommended to use app settings instead of connection strings?
What is the purpose of configuring a connection string for an Azure database in an App Service app?
What is the purpose of configuring a connection string for an Azure database in an App Service app?
Where should production secrets be stored in App Service?
Where should production secrets be stored in App Service?
In which case should you use connection strings instead of app settings for non-.NET languages?
In which case should you use connection strings instead of app settings for non-.NET languages?
Which flag does App Service use to pass app settings to a Linux container?
Which flag does App Service use to pass app settings to a Linux container?
Where can application settings be accessed in App Service?
Where can application settings be accessed in App Service?
In a default, or custom, Linux container, how should a nested JSON key structure in the app setting name be configured in App Service?
In a default, or custom, Linux container, how should a nested JSON key structure in the app setting name be configured in App Service?
Which field in the JSON formatting of app settings and connection strings specifies whether the setting is tied to a deployment slot or not?
Which field in the JSON formatting of app settings and connection strings specifies whether the setting is tied to a deployment slot or not?
Which field in the JSON formatting of connection strings specifies the type of the database?
Which field in the JSON formatting of connection strings specifies the type of the database?
Where are the values of app settings and connection strings stored in App Service?
Where are the values of app settings and connection strings stored in App Service?