Skip to content

Commit 697aeb4

Browse files
authored
Merge pull request #287032 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents e47078a + f859ec4 commit 697aeb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/backup/backup-azure-mars-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This section explains the process to troubleshoot errors that you might encounte
9191

9292
### Backup jobs completed with warning
9393

94-
- When the MARS agent iterates over files and folders during backup, it might encounter various conditions that can cause the backup to be marked as completed with warnings. During these conditions, a job shows as completed with warnings. That's fine, but it means that at least one file wasn't able to be backed up. So the job skipped that file, but backed up all other files in question on the data source.
94+
- When the MARS agent iterates over files and folders during backup, it might encounter various conditions that can cause the backup to be marked as completed with warnings. During these conditions, a job shows as completed with warnings. That's fine, but it means that at least one file wasn't able to be backed up. So the job skipped that file, but backed up all other files in question on the data source. Also, not having the latest agent installed on VM can cause a warning state.
9595

9696
![Backup job completed with warnings](./media/backup-azure-mars-troubleshoot/backup-completed-with-warning.png)
9797

articles/trusted-signing/how-to-signing-integrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To sign by using Trusted Signing, you need to provide the details of your Truste
106106
}
107107
```
108108

109-
The `"Endpoint"`URI value must be a URI that aligns with the region where you created your Trusted Signing account and certificate profile when you set up these resources. The table shows regions and their corresponding URIs.
109+
The `"Endpoint"` URI value must be a URI that aligns with the region where you created your Trusted Signing account and certificate profile when you set up these resources. The table shows regions and their corresponding URIs.
110110

111111
| Region | Region class fields | Endpoint URI value |
112112
|--------------|-----------|------------|
@@ -148,7 +148,7 @@ To invoke SignTool to sign a file:
148148
1. Replace the placeholders in the following path with the specific values that you noted in step 1:
149149

150150
```console
151-
&"<Path to SDKbinfolder>\x64\signtool.exe"sign /v /debug/fdSHA256/tr"http://timestamp.acs.microsoft.com"/tdSHA256/dlib"<Path to TrustedSigningdlibbinfolder>\x64\Azure.CodeSigning.Dlib.dll"/dmdf"<Path to metadatafile>\metadata.json"<File to sign>
151+
& "<Path to SDK bin folder>\x64\signtool.exe" sign /v /debug /fd SHA256 /tr "http://timestamp.acs.microsoft.com" /td SHA256 /dlib "<Path to Trusted Signing dlib bin folder>\x64\Azure.CodeSigning.Dlib.dll" /dmdf "<Path to metadata file>\metadata.json" <File to sign>
152152
```
153153

154154
- Both the x86 and the x64 version of SignTool are included in the Windows SDK. Be sure to reference the corresponding version of *Azure.CodeSigning.Dlib.dll*. The preceding example is for the x64 version of SignTool.

0 commit comments

Comments
 (0)