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?
Where can application settings be accessed in App Service?
Where can application settings be accessed in App Service?
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?
Where should production secrets be stored in App Service?
Where should production secrets be stored in App Service?
Signup and view all the answers
How are app settings stored in App Service?
How are app settings stored in App Service?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
What is the purpose of the --env flag in App Service?
What is the purpose of the --env flag in App Service?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
What is the purpose of encrypting connection strings when stored?
What is the purpose of encrypting connection strings when stored?
Signup and view all the answers
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?
Signup and view all the answers
What can connection strings be tied to?
What can connection strings be tied to?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the 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?
Signup and view all the answers
Where can application settings be accessed in App Service?
Where can application settings be accessed in App Service?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
What is the purpose of encrypting connection strings when stored?
What is the purpose of encrypting connection strings when stored?
Signup and view all the answers
What can connection strings be tied to?
What can connection strings be tied to?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
What can connection strings be tied to?
What can connection strings be tied to?
Signup and view all the answers
What is the purpose of encrypting connection strings when stored?
What is the purpose of encrypting connection strings when stored?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
Where should production secrets be stored in App Service?
Where should production secrets be stored in App Service?
Signup and view all the answers
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?
Signup and view all the 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?
Signup and view all the answers
Where can application settings be accessed in App Service?
Where can application settings be accessed in App Service?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers