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 "Allow trusted Microsoft Services" in Event Hub Namespace networking restrictions #1152

Closed
vavsab opened this issue Sep 17, 2021 · 2 comments
Labels
kind/enhancement Improvements or new features

Comments

@vavsab
Copy link

vavsab commented Sep 17, 2021

Description

Event Hub Namespace supports to open the firewall for trusted Microsoft Services. This should be possible to set through Terraform as well

image
(Copied from corresponding solved Terraform issue)

Affected area

NamespaceNetworkRuleSet

@vavsab vavsab added the kind/enhancement Improvements or new features label Sep 17, 2021
@mikhailshilkov
Copy link
Member

It looks like it's available in the latest preview versions, e.g.

public readonly trustedServiceAccessEnabled!: pulumi.Output<boolean | undefined>;

You would need to import NamespaceNetworkRuleSet from the versioned namespace instead of the default one.

@vavsab
Copy link
Author

vavsab commented Sep 17, 2021

Works like a charm. Thanks a lot!

@vavsab vavsab closed this as completed Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants