Skip to content

Commit

Permalink
Minor fix to PowerShell profile scripting example (#196)
Browse files Browse the repository at this point in the history
* cleaned up the tutorial per the MS content editing standards

* minor fix to PowerShell profile scripting example
  • Loading branch information
gobbyo authored Sep 16, 2024
1 parent 169ec69 commit 0fdc1db
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 0fdc1db

Please sign in to comment.