Skip to content

Commit f1ebbee

Browse files
author
maddieclayton
authored
Remove example
1 parent b06d979 commit f1ebbee

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/ResourceManager/Websites/Commands.Websites/help/New-AzureRmWebAppSSLBinding.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@ PS C:\>New-AzureRmWebAppSSLBinding -ResourceGroupName "ContosoResourceGroup" -We
6666

6767
This command binds an existing Azure certificate (a certificate with the Thumbprint E3A38EBA60CAA1C162785A2E1C44A15AD450199C3) to the web app named ContosoWebApp.
6868

69-
### Example 2: Upload a certificate and bind it to a Web App
70-
```
71-
PS C:\>New-AzureRmWebAppSSLBinding -ResourceGroupName "ContosoResourceGroup" -WebAppName "ContosoWebApp" -Thumbprint "E3A38EBA60CAA1C162785A2E1C44A15AD450199C3" -Name "www.contoso.com" -CertificatePassword "p@ssw0rd" -CertificateFilePath "C:\Certificates\ContosoWebSite.pfx"
72-
```
73-
74-
Example 2 also binds the certificate E3A38EBA60CAA1C162785A2E1C44A15AD450199C3 to the Web App named ContosoWebApp.
75-
In this case, however, the certificate has not yet been uploaded to Azure.
76-
Because of that, the *CertificateFilePath* parameter is used to specify the local copy of the certificate .PFX file.
77-
This certificate will be uploaded to Azure and then the new SSL bindings will be created.
78-
7969
## PARAMETERS
8070

8171
### -CertificateFilePath

0 commit comments

Comments
 (0)