SlotConfigNames interface
Names for connection strings, application settings, and external Azure storage account configuration identifiers to be marked as sticky to the deployment slot and not moved during a swap operation. This is valid for all deployment slots in an app.
Properties
| app |
List of application settings names. |
| azure |
List of external Azure storage account identifiers. |
| connection |
List of connection string names. |
Property Details
appSettingNames
List of application settings names.
appSettingNames?: string[]
Property Value
string[]
azureStorageConfigNames
List of external Azure storage account identifiers.
azureStorageConfigNames?: string[]
Property Value
string[]
connectionStringNames
List of connection string names.
connectionStringNames?: string[]
Property Value
string[]