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
error_message="Invalid configuration: If blob_properties_restore_policy_days is set, blob_properties_change_feed_enabled must be explicitly set to true."
description="Specifies the number of days that the container should be retained. Defaulting to 7 for baseline data protection."
189
+
type=number
190
+
default=null
191
+
}
192
+
193
+
variable"blob_properties_change_feed_enabled" {
194
+
description="Is the blob service properties for change feed events enabled? Required for Point-in-Time Restore."
195
+
type=bool
196
+
default=false
197
+
}
198
+
199
+
variable"blob_properties_restore_policy_days" {
200
+
description="Specifies the number of days that the blob can be restored. Set to null to disable by default. Note: Must be less than blob and container delete retention policy days."
0 commit comments