Skip to content

Commit 072e65f

Browse files
committed
Add comment to ignore_body_changes property
1 parent 58b9d37 commit 072e65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/infra/function.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ resource "azapi_resource" "function" {
207207
})
208208

209209
schema_validation_enabled = false
210-
# ignore_body_changes = [
210+
# ignore_body_changes = [ # Required when app settings are managed in a separate process
211211
# "properties.siteConfig.appSettings"
212212
# ]
213213
depends_on = [

0 commit comments

Comments
 (0)