Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#azure
Title
# azure
f
future-kite-91191
11/30/2020, 11:04 AM
Hi! Q regarding `nextgen`; where can I find the implementation for
https://docs.microsoft.com/en-us/azure/templates/microsoft.kusto/clusters/databases/dataconnections
t
tall-librarian-49374
11/30/2020, 11:12 AM
This one?
https://www.pulumi.com/docs/reference/pkg/azure-nextgen/kusto/dataconnection/
f
future-kite-91191
11/30/2020, 11:13 AM
No the one that has a
compression
field
https://docs.microsoft.com/en-us/azure/templates/microsoft.kusto/clusters/databases/dataconnections#eventhub-object
I need to create a Kusto data connection to Event Hubs that holds events compressed using GZip
Not available using the Terraform provider:
https://github.com/terraform-providers/terraform-provider-azurerm/issues/9363
So I thought let's use Pulumi Next-Gen 🙂
t
tall-librarian-49374
11/30/2020, 11:44 AM
Hmm, it supposed to be this resource but I can see we don’t expose those type-specific properties. Could you file an issue and I will take a look?
f
future-kite-91191
12/08/2020, 7:44 AM
Worked my way around this one. GZip support in ADX seems kinda in-the-works still ATM anyway
3 Views
Post