Azure Event Hubs · Arazzo Workflow
Microsoft Azure Event Hubs Lock Down a Namespace Network
Version 1.0.0
Apply a default-deny network rule set with an IP allow rule to a namespace, then read it back to confirm the deny posture.
View Spec
View on GitHub
Big DataEvent StreamingIoTMessage IngestionReal-Time ProcessingArazzoWorkflows
Provider
Workflows
lock-down-namespace-network
Apply a default-deny network rule set to a namespace and verify it.
Creates a NetworkRuleSet with defaultAction Deny and a single allowed IP mask, then reads the rule set to confirm the deny default took effect.
1
applyNetworkRuleSet
Namespaces_CreateOrUpdateNetworkRuleSet
Apply a network rule set with a Deny default action that allows only the supplied trusted IP mask.
2
confirmNetworkRuleSet
Namespaces_GetNetworkRuleSet
Read the network rule set back and assert the default action is Deny so the lockdown is verified.