File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
examples/Azure_Cache_for_Redis_with_Private_Endpoint Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ module "redis" {
55
55
}
56
56
57
57
# Nodes are patched one at a time to prevent data loss. Basic caches will have data loss.
58
- # Clustered caches are patched one shard at a time.
59
- # The Patch Window lasts for 5 hours from the start_hour_utc
58
+ # Clustered caches are patched one shard at a time.
59
+ # The Patch Window lasts for 5 hours from the ` start_hour_utc`
60
60
patch_schedule = {
61
- days_of_week = "Monday "
62
- start_hour_utc = 21
61
+ day_of_week = "Saturday "
62
+ start_hour_utc = 10
63
63
}
64
64
65
65
#Azure Cache for Redis firewall filter rules are used to provide specific source IP access.
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ module "redis" {
41
41
}
42
42
43
43
# Nodes are patched one at a time to prevent data loss. Basic caches will have data loss.
44
- # Clustered caches are patched one shard at a time.
45
- # The Patch Window lasts for 5 hours from the start_hour_utc
44
+ # Clustered caches are patched one shard at a time.
45
+ # The Patch Window lasts for 5 hours from the ` start_hour_utc`
46
46
patch_schedule = {
47
- days_of_week = "Monday "
48
- start_hour_utc = 21
47
+ day_of_week = "Saturday "
48
+ start_hour_utc = 10
49
49
}
50
50
51
51
#Azure Cache for Redis firewall filter rules are used to provide specific source IP access.
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ module "redis" {
32
32
}
33
33
34
34
# Nodes are patched one at a time to prevent data loss. Basic caches will have data loss.
35
- # Clustered caches are patched one shard at a time.
36
- # The Patch Window lasts for 5 hours from the start_hour_utc
35
+ # Clustered caches are patched one shard at a time.
36
+ # The Patch Window lasts for 5 hours from the ` start_hour_utc`
37
37
patch_schedule = {
38
- days_of_week = " Monday "
39
- start_hour_utc = 21
38
+ day_of_week = " Saturday "
39
+ start_hour_utc = 10
40
40
}
41
41
42
42
# Azure Cache for Redis firewall filter rules are used to provide specific source IP access.
You can’t perform that action at this time.
0 commit comments