Skip to content

Commit fe4172f

Browse files
authored
added keyless settings for Flex
1 parent dde0dad commit fe4172f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/azure-functions/functions-infrastructure-as-code.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,8 +1733,12 @@ These configurations are maintained in `functionAppConfig`:
17331733

17341734
The Flex Consumption plan also supports these application settings:
17351735

1736-
+ [`APPLICATIONINSIGHTS_CONNECTION_STRING`](functions-app-settings.md#applicationinsights_connection_string)
1737-
+ [`AzureWebJobsStorage`](functions-app-settings.md#azurewebjobsstorage)
1736+
+ Connection string-based settings:
1737+
+ [`APPLICATIONINSIGHTS_CONNECTION_STRING`](functions-app-settings.md#applicationinsights_connection_string)
1738+
+ [`AzureWebJobsStorage`](functions-app-settings.md#azurewebjobsstorage) (connection string)
1739+
+ Managed identity-based settings:
1740+
+ [`APPLICATIONINSIGHTS_AUTHENTICATION_STRING`](functions-app-settings.md#applicationinsights_authentication_string)
1741+
+ [`AzureWebJobsStorage__accountName`](functions-app-settings.md#azurewebjobsstorage__accountname)
17381742

17391743
::: zone-end
17401744
:::zone pivot="consumption-plan,premium-plan,dedicated-plan,container-apps,azure-arc"

0 commit comments

Comments
 (0)