Skip to content

Commit 941b52f

Browse files
authored
Merge pull request #33697 from MicrosoftDocs/main
4/2/2025 AM Publish
2 parents 28a8df6 + 6fb511c commit 941b52f

19 files changed

+443
-428
lines changed

.github/workflows/signoff-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ jobs:
565565
Write-Host "User $PullRequestOpener permission level: $UserPermission."
566566

567567
# If user has write or above, allow check to pass. If not, provide a welcome message
568-
If (($UserPermission -like "write*") -or ($UserPermission -eq "maintain") -or ($UserPermission -eq "admin"))
568+
If (($UserPermission -like "write*") -or ($UserPermission -eq "maintain") -or ($UserPermission -eq "admin") -or ($UserPermission -eq "triage"))
569569
{
570570
Write-Host "Approving as pull request creator $PullRequestOpener has permission."
571571

@@ -679,7 +679,7 @@ jobs:
679679
Write-Host "User $CommentUser permission level: $UserPermission."
680680

681681
# If user has write or above, allow check to pass. If not, add content team review label.
682-
If (($UserPermission -like "write*") -or ($UserPermission -eq "maintain") -or ($UserPermission -eq "admin"))
682+
If (($UserPermission -like "write*") -or ($UserPermission -eq "maintain") -or ($UserPermission -eq "admin") -or ($UserPermission -eq "triage"))
683683
{
684684
Write-Host "User $CommentUser has the permission level: $UserPermission. Pass check."
685685

azure-sql/managed-instance/user-initiated-failover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It's possible to fail over a primary node in the General Purpose (GP) and Busine
3030

3131
The entire failover operation consists of bringing the SQL Server database engine process online, validating the database state, and then finally redirecting the client connections to the new SQL process. Client connections only fail for a short period of time, typically under a minute, during the final step of the failover operation.
3232

33-
You might execute a manual failover to restart the engine process on a different node for the following reasons:
33+
You might execute a manual failover to restart the engine process for the following reasons:
3434

3535
- Failed logins, or slowness due to performance issues.
3636
- Testing application for failover resiliency before deploying to production.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 commit comments

Comments
 (0)