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

Azure Data Lake Store output for Stream Analytics #3818

Open
gmjohns opened this issue Jul 9, 2019 · 1 comment
Open

Azure Data Lake Store output for Stream Analytics #3818

gmjohns opened this issue Jul 9, 2019 · 1 comment

Comments

@gmjohns
Copy link

gmjohns commented Jul 9, 2019

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

Request to add an "azurerm_stream_analytics_output_adls" resource to support Azure Data Lake Storage Gen 1 (Azure Data Lake Store) as a terraform managed output source for Azure Stream Analytics.

New or Affected Resource(s)

  • azurerm_stream_analytics_output_adls

Potential Terraform Configuration

resource "azurerm_stream_analytics_output_adls" "adls" {
  name = "adls-output"
  stream_analytics_job_name = "${data.azurerm_stream_analytics_job.example.name}"
  resource_group_name       = "${data.azurerm_stream_analytics_job.example.resource_group_name}"
  account_name              = "data-lake-account-name"
  file_path_prefix          = "some-pattern"
  date_format               = "yyyy-MM-dd"
  time_format               = "HH"
  authentication_mode       = "Msi"

  serialization {
    type            = "Json"
    encoding        = "UTF8"
    format          = "LineSeperated"
  }

References

@jiaweitao001
Copy link
Contributor

Hi, since data lake has been upgraded to gen2, the features of data lake gen2 can be leveraged by upgrading storage blob, it's not needed anymore.

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

4 participants