Skip to content

Commit 55e6c87

Browse files
committed
content update
1 parent cbabf83 commit 55e6c87

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/backup/backup-azure-vms-troubleshoot.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,12 @@ Restart VSS writers that are in a bad state. From an elevated command prompt, ru
8080
Error code: ExtensionConfigParsingFailure<br/>
8181
Error message: Failure in parsing the config for the backup extension.
8282

83-
This error happens because of changed permissions on the **MachineKeys** directory:
84-
**%systemdrive%\programdata\microsoft\crypto\rsa\machinekeys**. Run the following command and verify that permissions on the **MachineKeys** directory are default ones:**icacls %systemdrive%\programdata\microsoft\crypto\rsa\machinekeys**.
83+
This error happens because of changed permissions on the **MachineKeys** directory: **%systemdrive%\programdata\microsoft\crypto\rsa\machinekeys**.
84+
Run the following command and verify that permissions on the **MachineKeys** directory are default ones:**icacls %systemdrive%\programdata\microsoft\crypto\rsa\machinekeys**.
8585

86-
Default permissions are as follows:
87-
88-
* Everyone: (R,W)
89-
* BUILTIN\Administrators: (F)
86+
Default permissions are as follows:
87+
* Everyone: (R,W)
88+
* BUILTIN\Administrators: (F)
9089

9190
If you see permissions in the **MachineKeys** directory that are different than the defaults, follow these steps to correct permissions, delete the certificate, and trigger the backup:
9291

@@ -101,7 +100,6 @@ If you see permissions in the **MachineKeys** directory that are different than
101100
* Write extended attributes
102101
* Read permissions
103102
2. Delete all certificates where **Issued To** is the classic deployment model or **Windows Azure CRP Certificate Generator**:
104-
105103
* [Open certificates on a local computer console](https://msdn.microsoft.com/library/ms788967(v=vs.110).aspx).
106104
* Under **Personal** > **Certificates**, delete all certificates where **Issued To** is the classic deployment model or **Windows Azure CRP Certificate Generator**.
107105
3. Trigger a VM backup job.

0 commit comments

Comments
 (0)