Skip to content

Commit

Permalink
minor fix to PowerShell profile scripting example
Browse files Browse the repository at this point in the history
  • Loading branch information
gobbyo committed Sep 12, 2024
1 parent a0f221e commit fbc89ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorial_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ New-Item -Path $Profile -ItemType File -Force
Open the PowerShell code editor in your Azure portal by running the following command.

```powershell
code Microsoft.PowerShell_profile.ps1
code $Profile
```

### 3. Create a PowerShell profile for use with helper functions

Paste the following code into your Microsoft.PowerShell_profile.ps1 file.
Paste the following code into your '$Profile' ('Microsoft.PowerShell_profile.ps1') file.
Save, then restart the session.

```powershell
Expand Down

0 comments on commit fbc89ac

Please sign in to comment.