Skip to content

Commit 969d60a

Browse files
authored
1 parent d9d94d7 commit 969d60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FrontDoor/FrontDoor/help/Enable-AzFrontDoorCustomDomainHttps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Enable HTTPS for a custom domain "frontendpointname1-custom-xyz" that is part of
117117

118118
### Example 3: Enable HTTPS for a custom domain with PSFrontendEndpoint object using Front Door managed certificate.
119119
```powershell
120-
PS C:\> Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "resourcegroup1" -FrontDoorName "frontdoor1" -FrontendEndpointName "frontendpointname1-custom-xyz" | Enable-AzFrontDoorCustomDomainHttps
120+
PS C:\> Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "resourcegroup1" -FrontDoorName "frontdoor1" -Name "frontendpointname1-custom-xyz" | Enable-AzFrontDoorCustomDomainHttps
121121
122122
123123
HostName : frontendpointname1.custom.xyz

0 commit comments

Comments
 (0)