Terraform-provider-azurerm: Add support for Azure Data Factory Linked Service Data Lake

Created on 6 May 2019  ·  10Comments  ·  Source: terraform-providers/terraform-provider-azurerm

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 to provision a data factory and configure a data lake Gen2 account as linked service.
I can provision both services but cannot configure the data lake as a linked service.

See this guide for details:
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/data-factory/load-azure-data-lake-storage-gen2.md

New or Affected Resource(s)

azurerm_data_factory (maybe affected)
azurerm_data_factory_linked_service_datalake (new)

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

  • 0000

  • All 10 comments

    Hey @r0bnet. I really wanted to make the data factory resources as generic as possible but I couldn't find a clean way to do it. There are 50+ sub-resources for Linked Services (as well as Datasets) with their own unique parameters and managing 50+ different ways to create a Linked Service in a clean/user/dev friendly way seemed too complex. I might be missing something here though and am curious on your thoughts on how to make a generic resource.

    Hi @mbfrahry. You're right and i was way too optimistic tbh. Same is true for runtimeIntegrations as i recognized yesterday that there are different params for each service (e.g. SSIS). So there probably is no other way to create one resource for each linkedService unfortunately.

    Glad we're on the same page here! Did you want to tackle this resource? If not, I can take a crack at it tomorrow.

    No, you may ;) Currently working on the analysis services server so feel free :)

    No, you may ;) Currently working on the analysis services server so feel free :)
    hi @r0bnet
    analysis services resource is coming soon? any eta for it?

    @jungopro Tbh not really yet. What currently already works in my branch: Creating and deleting resource with basic required properties such as name, location, resource_group_name and sku.
    Importing is only working partially and i don't know why yet but will investigate.

    Will try to follow up tomorrow but can't promise anything.

    https://github.com/terraform-providers/terraform-provider-azurerm/issues/1734

    Issue is already there if you didn't noticed.

    Hey @eXXL. This resource has been merged into master and will make it into the next release. Thanks again for opening this issue!

    Thanks, that was fast :-) I really look forward to it! Keep up the great work.

    I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.

    If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

    Was this page helpful?
    0 / 5 - 0 ratings