Skip to content

Commit

Permalink
Update Get-AzWebAppSlotTriggeredWebJobHistory.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyuezh576 authored Jun 9, 2022
1 parent c59092b commit 7fa21b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This command get triggered web job's history for a deployment slot.
### Example 3: Get triggered web job's history for a deployment slot by pipeline
```powershell
$jobs = Get-AzWebAppSlotTriggeredWebJobHistory -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01 -Name slottriggeredjob-03
$jobs[0].Id | Get-AzWebAppSlotTriggeredWebJobHistory
$jobs[0].Id | Get-AzWebAppSlotTriggeredWebJobHistory
```
```output
Kind Name ResourceGroupName
Expand Down

0 comments on commit 7fa21b5

Please sign in to comment.