Skip to content

Change Event Hub capture ADLS output types to securestring#14768

Merged
majastrz merged 1 commit into
Azure:masterfrom
gary-x-li:fix/eventhub-capture-adls-securestring-outputs
May 15, 2026
Merged

Change Event Hub capture ADLS output types to securestring#14768
majastrz merged 1 commit into
Azure:masterfrom
gary-x-li:fix/eventhub-capture-adls-securestring-outputs

Conversation

@gary-x-li

Copy link
Copy Markdown
Contributor

Summary

Change the output types for NamespaceConnectionString and SharedAccessPolicyPrimaryKey from string to securestring in the Event Hub namespace with ADLS capture template.

Motivation

These outputs expose sensitive values (namespace connection strings and shared access policy keys). Using securestring prevents them from being logged in deployment outputs, improving security posture.

Changes

  • quickstarts/microsoft.eventhub/eventhubs-create-namespace-and-enable-capture-for-adls/azuredeploy.json: Changed both output types from string to securestring.

…ADLS template

The NamespaceConnectionString and SharedAccessPolicyPrimaryKey outputs
expose sensitive values (connection strings and access keys). Marking
them as securestring prevents accidental exposure in deployment logs.
@majastrz majastrz merged commit 174f2b3 into Azure:master May 15, 2026
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants