Skip to content

Commit 6871b98

Browse files
Merge pull request #312660 from joasa123/patch-8
Fix path formatting in Azure Migrate documentation
2 parents a166fd7 + 681d07b commit 6871b98

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

articles/migrate/common-questions-appliance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ For a newly created Migrate appliance, the default expiry period for the associa
225225
1. On the appliance VM, open an elevated privileged PowerShell Command Prompt.
226226
1. Navigate to the Config Manager installation folder:
227227

228-
```cd C:\Program Files’\’Microsoft Azure Appliance Configuration Manager\Scripts\PowerShell\AzureMigrateCertificateRotation```
228+
```cd "C:\Program Files\Microsoft Azure Appliance Configuration Manager\Scripts\PowerShell\AzureMigrateCertificateRotation"```
229229

230230
1. Execute the following script to rotate the Microsoft Entra ID app certificate and extend its validity for an additional 6 months:
231231

@@ -235,7 +235,6 @@ For a newly created Migrate appliance, the default expiry period for the associa
235235

236236
```PS C:\Program Files\Microsoft Azure Appliance Configuration Manager\Scripts\PowerShell\AzureMigrateCertificateRotation>.\AzureMigrateRotateCertificate.ps1 12```
237237

238-
```C:\’Program Files’\’Microsoft Azure Appliance Configuration Manager’\Scripts\PowerShell\AzureMigrateCertificateRotation```
239238

240239
## Next steps
241240

0 commit comments

Comments
 (0)