Skip to content

Commit b6aa45b

Browse files
committed
Updated reboot FAQ
1 parent d337340 commit b6aa45b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

articles/azure-cache-for-redis/cache-administration.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,24 +70,19 @@ If you reboot just one of the nodes, data is not typically lost, but it still ma
7070
### Can I reboot my cache using PowerShell, CLI, or other management tools?
7171
Yes, for PowerShell instructions see [To reboot an Azure Cache for Redis](cache-howto-manage-redis-cache-powershell.md#to-reboot-an-azure-cache-for-redis).
7272

73-
### What pricing tiers can use the reboot functionality?
74-
Reboot is available for all pricing tiers.
75-
7673
## Schedule updates
7774
The **Schedule updates** blade allows you to designate a maintenance window for your cache instance. When the maintenance window is specified, any Redis server updates are made during this window.
7875

7976
> [!NOTE]
8077
> The maintenance window applies only to Redis server updates, and not to any Azure updates or updates to the operating system of the VMs that host the cache.
81-
>
82-
>
78+
>
8379
8480
![Schedule updates](./media/cache-administration/redis-schedule-updates.png)
8581

8682
To specify a maintenance window, check the desired days and specify the maintenance window start hour for each day, and click **OK**. Note that the maintenance window time is in UTC.
8783

8884
The default, and minimum, maintenance window for updates is five hours. This value is not configurable from the Azure portal, but you can configure it in PowerShell using the `MaintenanceWindow` parameter of the [New-AzRedisCacheScheduleEntry](/powershell/module/az.rediscache/new-azrediscachescheduleentry) cmdlet. For more information, see Can I manage scheduled updates using PowerShell, CLI, or other management tools?
8985

90-
9186
## Schedule updates FAQ
9287
* [When do updates occur if I don't use the schedule updates feature?](#when-do-updates-occur-if-i-dont-use-the-schedule-updates-feature)
9388
* [What type of updates are made during the scheduled maintenance window?](#what-type-of-updates-are-made-during-the-scheduled-maintenance-window)

0 commit comments

Comments
 (0)