Skip to content

Commit 004bb3e

Browse files
Merge pull request #3 from mortensummer/patch-1
Update dns-azuredns.md
2 parents e317f11 + 9ab1930 commit 004bb3e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/dns-azuredns.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@ Once connected, create the Application and Service Principal
3737
Run the following script:
3838

3939
```powershell
40-
$azureAccountName ="user@domain.com"
4140
$azurePassword = ConvertTo-SecureString "your secure password" -AsPlainText -Force
4241
43-
$psCred = New-Object System.Management.Automation.PSCredential($azureAccountName, $azurePassword)
44-
45-
New-AzureRmADServicePrincipal -DisplayName LetsEncrypt -Password $psCred
42+
New-AzureRmADServicePrincipal -DisplayName LetsEncrypt -Password $azurePassword
4643
```
4744

4845
Once this has successfully run, you need to retrieve the ApplicationID:

0 commit comments

Comments
 (0)