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 a3ffc1d commit 5671862Copy full SHA for 5671862
src/Storage/Storage.Management/help/Invoke-AzStorageAccountFailover.md
@@ -73,7 +73,7 @@ PostPlannedFailoverRedundancy : Standard_GRS
73
PS C:\>$job = Invoke-AzStorageAccountFailover -ResourceGroupName "MyResourceGroup" -Name "mystorageaccount" -FailoverType Planned -Force -AsJob
74
PS C:\>$job | Wait-Job
75
```
76
-This command check the last sync time and canFailover status of a Storage account and then invokes a planned failover of it.
+This command checks the last sync time and canFailover status of a Storage account and then invokes a planned failover of it.
77
78
### Example 3: Invoke an unplanned failover of a Storage account with FailoverType set to Unplanned
79
<!-- Skip: Output cannot be splitted from code -->
0 commit comments