Skip to content

Commit f08b8a5

Browse files
authored
Merge pull request #125358 from changeworld/patch-71
Fix typo
2 parents f944a16 + 0dacd64 commit f08b8a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/troubleshoot/update-agent-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ $endpoint = $jrdsEndpointLocationMoniker + “-jobruntimedata-prod-su1.azure-aut
140140
(Test-NetConnection -ComputerName $endpoint -Port 443 -WarningAction SilentlyContinue).TcpTestSucceeded
141141
```
142142

143-
### Https connection
143+
### HTTPS connection
144144
Simplifies the ongoing management of your network security rules. Allow the [prerequisite URLs](../automation-network-configuration.md#update-management-and-change-tracking-and-inventory).
145145

146146
After the network changes, you can either rerun the Troubleshooter or run the below commands to validate:
@@ -413,7 +413,7 @@ CheckResultMessageArguments :
413413
414414
RuleId : HttpsConnection
415415
RuleGroupId : connectivity
416-
RuleName : Https connection
416+
RuleName : HTTPS connection
417417
RuleGroupName : connectivity
418418
RuleDescription : Check if VM is able to make https requests.
419419
CheckResult : Passed

0 commit comments

Comments
 (0)