Skip to content

Commit 681d07b

Browse files
authored
Fix path formatting in Azure Migrate documentation
Corrected the path syntax for the PowerShell command in the documentation.
1 parent 355a5b5 commit 681d07b

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)