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
Copy file name to clipboardExpand all lines: articles/storage/common/storage-initiate-account-failover.md
+4-29Lines changed: 4 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: jimmart-dev
7
7
8
8
ms.service: storage
9
9
ms.topic: how-to
10
-
ms.date: 05/07/2021
10
+
ms.date: 07/22/2022
11
11
ms.author: jammart
12
12
ms.subservice: common
13
13
ms.custom: devx-track-azurepowershell
@@ -60,42 +60,17 @@ To initiate an account failover from the Azure portal, follow these steps:
60
60
61
61
## [PowerShell](#tab/azure-powershell)
62
62
63
-
The account failover feature is generally available, but still relies on a preview module for PowerShell. To use PowerShell to initiate an account failover, you must first install the Az.Storage[1.1.1-preview](https://www.powershellgallery.com/packages/Az.Storage/1.1.1-preview) module. Follow these steps to install the module:
63
+
To use PowerShell to initiate an account failover, install the [Az.Storage](https://www.powershellgallery.com/packages/Az.Storage) module, version 2.0.0 or later. For more information about installing Azure PowerShell, see [Install the Azure Az PowerShell module](/powershell/azure/install-az-ps).
64
64
65
-
1. Uninstall any previous installations of Azure PowerShell:
66
-
67
-
- Remove any previous installations of Azure PowerShell from Windows using the **Apps & features** setting under **Settings**.
68
-
- Remove all **Azure** modules from `%Program Files%\WindowsPowerShell\Modules`.
69
-
70
-
1. Make sure that you have the latest version of PowerShellGet installed. Open a Windows PowerShell window, and run the following command to install the latest version:
0 commit comments