Skip to content

Commit 4c46082

Browse files
authored
Merge pull request #91285 from yegu-ms/master
Updated 2 admin screenshots
2 parents f41d9e4 + 57a1f77 commit 4c46082

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,11 @@ The impact on client applications varies depending on which nodes that you reboo
4444
* **Both master and slave** - When both cache nodes are rebooted, all data is lost in the cache and connections to the cache fail until the primary node comes back online. If you have configured [data persistence](cache-how-to-premium-persistence.md), the most recent backup is restored when the cache comes back online, but any cache writes that occurred after the most recent backup are lost.
4545
* **Nodes of a premium cache with clustering enabled** - When you reboot one or more nodes of a premium cache with clustering enabled, the behavior for the selected nodes is the same as when you reboot the corresponding node or nodes of a non-clustered cache.
4646

47-
> [!IMPORTANT]
48-
> Reboot is now available for all pricing tiers.
49-
>
50-
>
51-
5247
## Reboot FAQ
5348
* [Which node should I reboot to test my application?](#which-node-should-i-reboot-to-test-my-application)
5449
* [Can I reboot the cache to clear client connections?](#can-i-reboot-the-cache-to-clear-client-connections)
5550
* [Will I lose data from my cache if I do a reboot?](#will-i-lose-data-from-my-cache-if-i-do-a-reboot)
5651
* [Can I reboot my cache using PowerShell, CLI, or other management tools?](#can-i-reboot-my-cache-using-powershell-cli-or-other-management-tools)
57-
* [What pricing tiers can use the reboot functionality?](#what-pricing-tiers-can-use-the-reboot-functionality)
5852

5953
### Which node should I reboot to test my application?
6054
To test the resiliency of your application against failure of the primary node of your cache, reboot the **Master** node. To test the resiliency of your application against failure of the secondary node, reboot the **Slave** node. To test the resiliency of your application against total failure of the cache, reboot **Both** nodes.
@@ -75,24 +69,19 @@ If you reboot just one of the nodes, data is not typically lost, but it still ma
7569
### Can I reboot my cache using PowerShell, CLI, or other management tools?
7670
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).
7771

78-
### What pricing tiers can use the reboot functionality?
79-
Reboot is available for all pricing tiers.
80-
8172
## Schedule updates
8273
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.
8374

8475
> [!NOTE]
8576
> 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.
86-
>
87-
>
77+
>
8878
8979
![Schedule updates](./media/cache-administration/redis-schedule-updates.png)
9080

9181
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.
9282

9383
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?
9484

95-
9685
## Schedule updates FAQ
9786
* [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)
9887
* [What type of updates are made during the scheduled maintenance window?](#what-type-of-updates-are-made-during-the-scheduled-maintenance-window)
-1.41 KB
Loading
-8.44 KB
Loading

0 commit comments

Comments
 (0)