Skip to content

Commit 76caa4d

Browse files
authored
Merge pull request #101400 from dcurwin/b-jan162020
fix code blocks
2 parents 37dd424 + 36f2484 commit 76caa4d

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

articles/backup/backup-azure-backup-server-vmware.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ If you have secure boundaries within your organization, and don't want to use th
9090

9191
1. Copy and paste the following text into a .txt file.
9292

93-
```text
94-
Windows Registry Editor Version 5.00
95-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Data Protection Manager\VMWare]
96-
"IgnoreCertificateValidation"=dword:00000001
97-
```
93+
```text
94+
Windows Registry Editor Version 5.00
95+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Data Protection Manager\VMWare]
96+
"IgnoreCertificateValidation"=dword:00000001
97+
```
9898

9999
2. Save the file on the Azure Backup Server machine with the name **DisableSecureAuthentication.reg**.
100100

@@ -335,31 +335,31 @@ Add VMware VMs for backup. Protection groups gather multiple VMs and apply the s
335335
To back up vSphere 6.7, do the following:
336336

337337
- Enable TLS 1.2 on DPM Server
338-
>[!Note]
339-
>VMWare 6.7 onwards had enabled TLS as communication protocol.
338+
339+
>[!NOTE]
340+
>VMWare 6.7 onwards had TLS enabled as communication protocol.
340341
341342
- Set the registry keys as follows:
342343

343-
```text
344-
345-
Windows Registry Editor Version 5.00
346-
347-
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727]
348-
"SystemDefaultTlsVersions"=dword:00000001
349-
"SchUseStrongCrypto"=dword:00000001
350-
351-
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
352-
"SystemDefaultTlsVersions"=dword:00000001
353-
"SchUseStrongCrypto"=dword:00000001
354-
355-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
356-
"SystemDefaultTlsVersions"=dword:00000001
357-
"SchUseStrongCrypto"=dword:00000001
358-
359-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
360-
"SystemDefaultTlsVersions"=dword:00000001
361-
"SchUseStrongCrypto"=dword:00000001
362-
```
344+
```text
345+
Windows Registry Editor Version 5.00
346+
347+
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727]
348+
"SystemDefaultTlsVersions"=dword:00000001
349+
"SchUseStrongCrypto"=dword:00000001
350+
351+
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
352+
"SystemDefaultTlsVersions"=dword:00000001
353+
"SchUseStrongCrypto"=dword:00000001
354+
355+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
356+
"SystemDefaultTlsVersions"=dword:00000001
357+
"SchUseStrongCrypto"=dword:00000001
358+
359+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
360+
"SystemDefaultTlsVersions"=dword:00000001
361+
"SchUseStrongCrypto"=dword:00000001
362+
```
363363

364364
## Next steps
365365

0 commit comments

Comments
 (0)