Open jjeziorny opened 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @shawnxzq, @lmy269.
Author: | jjeziorny |
---|---|
Assignees: | - |
Labels: | `Data Factory`, `Service Attention` |
Milestone: | - |
datafactory
hi @houk-ms could you pls have a look? thanks
@jjeziorny Could you please check the doc below to see whether it can resolve your issue? Thanks! https://docs.microsoft.com/en-us/azure/data-factory/create-shared-self-hosted-integration-runtime-powershell#create-a-shared-self-hosted-ir-using-azure-powershell
Hi Shawn, The doc section you provided is for powershell, in my case the issue was creating the SHIR using az-cli, ultimately we can create it via the portal (and we did). I raised this issue specifially for the error with az-cli datafactory extension, so not sure how the powershell will help here ;)
@jjeziorny Good to know the you already work around the issue (through portal). Factory extension of azure-cli is still experimental and it may have some of the issue, but we will look into it, thanks!
I have the same issue. That stops me from doing the automation for the deployment of the data factory. Any news on when it is going to be resolved? Thanks.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @shawnxzq, @lmy269, @Jingshu923.
Author: | jjeziorny |
---|---|
Assignees: | houk-ms |
Labels: | `Data Factory`, `Service Attention`, `feature-request` |
Milestone: | - |
@yonzhan This is a feature request in azure-cli, ADF powershell already supports this, please add this in azure-cli as well and remove the service attention tag, thanks!
Hi,
Just wanted to check if this has any update? I am facing the same issue. Unable to see the Linked SHIR alhtough it is creatde successfully via CD pipeline:
az config set extension.use_dynamic_install=yes_without_prompt
az datafactory integration-runtime linked-integration-runtime create --factory-name "proj-dev-adf" --integration-runtime-name "OnPrem-SHIR" --resource-group "proj-datalake-dev-rg" --name "OnPrem-SHIR" --data-factory-name "proj-test-adf" --location "West Europe"
I have the shared IR in one subscription and the destination ADF where I want to create a link to this shared IR in another subscription.
I've tried with a few different iterations of the command and none where successful.
I believe it could be the fact there is no option in the command to enter the name of the RG where the shared IR resides, so the command keeps returning "ResourceNotFoundError: Operation returned an invalid status 'Not Found'"
It would be easier if one could enter the resourceID of the share IR and the destination ADF, this saves time and effort in entering all details such as subscriptions and RGs
JJ
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.