Skip to content

Commit 58c7024

Browse files
authored
Merge pull request #74664 from CHEEKATLAPRADEEP-MSFT/patch-28
(Azure CXP) Fixes MicrosoftDocs/azure-docs#30047
2 parents 815b55d + 913cf5b commit 58c7024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/create-self-hosted-integration-runtime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This document describes how you can create and configure a self-hosted IR.
3434

3535
```powershell
3636

37-
Get-AzureRmDataFactoryV2IntegrationRuntimeKey -ResourceGroupName $resourceGroupName -DataFactoryName $dataFactoryName -Name $selfHostedIntegrationRuntimeName
37+
Get-AzDataFactoryV2IntegrationRuntimeKey -ResourceGroupName $resourceGroupName -DataFactoryName $dataFactoryName -Name $selfHostedIntegrationRuntimeName
3838

3939
```
4040

0 commit comments

Comments
 (0)