Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Azure Data Factory Linked Service for HTTP #8005

Open
rcottrill opened this issue Aug 4, 2020 · 3 comments
Open

Support for Azure Data Factory Linked Service for HTTP #8005

rcottrill opened this issue Aug 4, 2020 · 3 comments

Comments

@rcottrill
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

I would like support for Data Factory to process data from an HTTP address. I want to collect data from a data source hosted from a HTTP address.

azurerm_data_factory_linked_service_* - Does not currently exist.

azurerm_data_factory_linked_service_web - This only support a web table and not a HTTP endpoint and can't be used with the Azure integrated runtime.

References

Here are a couple that already exist:
https://www.terraform.io/docs/providers/azurerm/r/data_factory.html

Here is the ARM template reference where a type is "AzureTableStorageLinkedService":
https://docs.microsoft.com/en-us/azure/data-factory/concepts-linked-services

@cyrilgagnaire
Copy link

cyrilgagnaire commented Nov 23, 2020

That would be very handy indeed. Any update on that?

My use case woudl be use this to call a REST api. I would also need to build a data set using this linked service to ingest that data

@xenibyte
Copy link

I have the same issue where I want to add a REST linked service for an API of ours for use in multiple datasets and pipelines. Even having a generic linked service provider would help. One example is if I have an ADF deployed and I want to import it and its linked services into state, TF will complain with something like Expected: "Web" Received: "Microsoft.DataFactory/factories/linkedservices" if the service was originally created via the UI or ARM template.

@samuel-barbosa
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants