Skip to content

Commit 0dacd64

Browse files
committed
Fix typo
Http/Https -> HTTP/HTTPS
1 parent cbe6d55 commit 0dacd64

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)