You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> NOTE: If you plan to use the attribute reference of an external Application Insights instance for `application_insights_connection_string` and `application_insights_key`, you will likely need to remove the sensitivity level. For example, using the `nonsensitive` function.
911
+
Description: > NOTE: If you plan to use the attribute reference of an external Application Insights instance for `application_insights_connection_string` and `application_insights_key`, you will likely need to remove the sensitivity level. For example, using the `nonsensitive` function.
918
912
919
913
-`storage_shares_to_mount` - A map of storage shares to mount to the Function App deployment slot.
920
914
-`name` - The name of the share.
@@ -923,7 +917,6 @@ Description:
923
917
-`share_name` - The name of the share in the Storage Account.
924
918
-`mount_path` - The path where the share will be mounted in the Function App.
925
919
-`type` - The type of mount, defaults to "AzureFiles".
Object that sets the active slot for the App Service.
11
9
12
10
`slot_key` - The key of the slot object to set as active.
13
11
`overwrite_network_config` - Determines if the network configuration should be overwritten. Defaults to `true`.
14
-
15
-
```
16
12
DESCRIPTION
17
13
}
18
14
@@ -448,8 +444,6 @@ variable "deployment_slots" {
448
444
449
445
}
450
446
description=<<DESCRIPTION
451
-
452
-
```
453
447
> NOTE: If you plan to use the attribute reference of an external Application Insights instance for `application_insights_connection_string` and `application_insights_key`, you will likely need to remove the sensitivity level. For example, using the `nonsensitive` function.
454
448
455
449
- `storage_shares_to_mount` - A map of storage shares to mount to the Function App deployment slot.
@@ -459,7 +453,6 @@ variable "deployment_slots" {
459
453
- `share_name` - The name of the share in the Storage Account.
460
454
- `mount_path` - The path where the share will be mounted in the Function App.
461
455
- `type` - The type of mount, defaults to "AzureFiles".
0 commit comments