Skip to content

Commit f396f01

Browse files
authored
Merge pull request #105222 from KranthiPakala-MSFT/patch-31
Azure CXP fixes MicrosoftDocs/azure-docs#48692
2 parents 76882f7 + e676ea2 commit f396f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/monitor-integration-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following table provides possible statuses of a self-hosted integration runt
110110
Use the **Get-AzDataFactoryV2IntegrationRuntimeMetric** cmdlet to fetch the JSON payload containing the detailed self-hosted integration runtime properties, and their snapshot values during the time of execution of the cmdlet.
111111

112112
```powershell
113-
Get-AzDataFactoryV2IntegrationRuntimeMetric -name $integrationRuntimeName -ResourceGroupName $resourceGroupName -DataFactoryName $dataFactoryName | | ConvertTo-Json
113+
Get-AzDataFactoryV2IntegrationRuntimeMetric -name $integrationRuntimeName -ResourceGroupName $resourceGroupName -DataFactoryName $dataFactoryName | ConvertTo-Json
114114
```
115115

116116
Sample output (assumes that there are two nodes associated with this self-hosted integration runtime):

0 commit comments

Comments
 (0)