Skip to content

Commit dec626a

Browse files
yifanz7Copilot
andauthored
Update src/Storage/Storage.Management/help/Invoke-AzStorageAccountFailover.md
Co-authored-by: Copilot <[email protected]>
1 parent 5671862 commit dec626a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/Storage.Management/help/Invoke-AzStorageAccountFailover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PostPlannedFailoverRedundancy : Standard_GRS
9191
PS C:\>$job = Invoke-AzStorageAccountFailover -ResourceGroupName "MyResourceGroup" -Name "mystorageaccount" -FailoverType Unplanned -Force -AsJob
9292
PS C:\>$job | Wait-Job
9393
```
94-
This command check the last sync time and canFailover status of a Storage account and then invokes an unplanned failover of it.
94+
This command checks the last sync time and canFailover status of a Storage account and then invokes an unplanned failover of it.
9595

9696

9797
## PARAMETERS

0 commit comments

Comments
 (0)