Skip to content

Commit 8ad798b

Browse files
authored
Merge pull request #185426 from MughundhanRaveendran-MSFT/patch-7
(AzureCXP) fixes MicrosoftDocs/azure-docs#86400
2 parents 72f0a36 + 36685b4 commit 8ad798b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-dotnet-dependency-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Overriding services provided by the host is currently not supported. If there a
206206

207207
Values defined in [app settings](./functions-how-to-use-azure-function-app-settings.md#settings) are available in an `IConfiguration` instance, which allows you to read app settings values in the startup class.
208208

209-
You can extract values from the `IConfiguration` instance into a custom type. Copying the app settings values to a custom type makes it easy test your services by making these values injectable. Settings read into the configuration instance must be simple key/value pairs.
209+
You can extract values from the `IConfiguration` instance into a custom type. Copying the app settings values to a custom type makes it easy test your services by making these values injectable. Settings read into the configuration instance must be simple key/value pairs. Please note that, the functions running on Elastic Premium SKU has this constraint "App setting names can only contain letters, numbers (0-9), periods ("."), colons (":") and underscores ("_")"
210210

211211
Consider the following class that includes a property named consistent with an app setting:
212212

0 commit comments

Comments
 (0)