File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/FrontDoor/FrontDoor/help Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Enable HTTPS for a custom domain "frontendpointname1-custom-xyz" that is part of
117
117
118
118
### Example 3: Enable HTTPS for a custom domain with PSFrontendEndpoint object using Front Door managed certificate.
119
119
``` 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
121
121
122
122
123
123
HostName : frontendpointname1.custom.xyz
You can’t perform that action at this time.
0 commit comments