We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5671862 commit dec626aCopy full SHA for dec626a
src/Storage/Storage.Management/help/Invoke-AzStorageAccountFailover.md
@@ -91,7 +91,7 @@ PostPlannedFailoverRedundancy : Standard_GRS
91
PS C:\>$job = Invoke-AzStorageAccountFailover -ResourceGroupName "MyResourceGroup" -Name "mystorageaccount" -FailoverType Unplanned -Force -AsJob
92
PS C:\>$job | Wait-Job
93
```
94
-This command check the last sync time and canFailover status of a Storage account and then invokes an unplanned failover of it.
+This command checks the last sync time and canFailover status of a Storage account and then invokes an unplanned failover of it.
95
96
97
## PARAMETERS
0 commit comments