Skip to content

Commit 1d7a85c

Browse files
authored
Merge pull request #297209 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 9b28463 + 7380b39 commit 1d7a85c

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

articles/automation/troubleshoot/extension-based-hybrid-runbook-worker.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,25 @@ Jobs fail and go into a suspended state on the Hybrid Runbook Worker. The Micros
8383
When a system has UAC/LUA in place, permissions must be granted directly and not through any group membership and when user has to elevate permissions, the jobs begin to fail.
8484
8585
#### Resolution
86-
For Custom user on the Hybrid Runbook Worker, update the permissions in the following folders:
86+
For Custom user on the Hybrid Runbook Worker, update the permissions in the following folders and registry:
8787
88-
| Folder |Permissions |
88+
| Folder | Permissions |
8989
|--- | --- |
9090
| `C:\ProgramData\AzureConnectedMachineAgent\Tokens` | Read |
9191
| `C:\Packages\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows` | Read and Execute |
9292
93+
| Registry | Permissions |
94+
|--- | --- |
95+
| `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog` | Read |
96+
| `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2\Parameters` | Full access |
97+
| `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wbem\CIMOM` | Full access |
98+
| `HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\SystemCertificates\Root` | Full access |
99+
| `HKEY_LOCAL_MACHINE\Software\Microsoft\SystemCertificates` | Full access |
100+
| `HKEY_LOCAL_MACHINE\Software\Microsoft\EnterpriseCertificates` | Full access |
101+
| `HKEY_LOCAL_MACHINE\software\Microsoft\HybridRunbookWorker` | Full access |
102+
| `HKEY_LOCAL_MACHINE\software\Microsoft\HybridRunbookWorkerV2` | Full access |
103+
| `HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\SystemCertificates\Disallowed` | Full access |
104+
| `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles` | Full access |
93105
94106
### Scenario: Job failed to start as the Hybrid Worker wasn't available when the scheduled job started
95107

articles/azure-fluid-relay/how-tos/fluid-json-web-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-fluid
88

99
# Azure Fluid Relay token contract
1010

11-
Requests sent to Azure Fluid Relay should contain a JWT token in the authorization header. This token should be [signed by the tenant key](../concepts/authentication-authorization.md).
11+
Requests sent to Azure Fluid Relay should contain a JWT in the authorization header. This token should be [signed by the tenant key](../concepts/authentication-authorization.md).
1212

1313
## Claims
1414

articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples/call-recording-java.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ Start recording using your designated Azure Blob Storage to store the recorded f
7777
.setRecordingChannel(RecordingChannel.MIXED)
7878
.setRecordingContent(RecordingContent.AUDIO_VIDEO)
7979
.setRecordingFormat(RecordingFormat.MP4)
80-
.setRecordingStorage(new AzureBlobContainerRecordingStorage("<YOUR_STORAGE_CONTAINER_URL>"))
81-
.setExternalStorage(new BlobStorage("<Insert Container / Blob Uri>"));
80+
.setRecordingStorage(new AzureBlobContainerRecordingStorage("<YOUR_STORAGE_CONTAINER_URL>"));
8281

8382
// //start recording
8483
RecordingStateResult result = callRecording.start(recordingOptions);

0 commit comments

Comments
 (0)