azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

Consider removing/masking account keys from logs when deploying Azure Functions for the first time

Open ericthomas1 opened this issue 1 year ago • 0 comments

Version

Latest

Description

Hello,

When deploying an Azure Function from local to the cloud, the internally-used Storage Account Key is showed multiple times on the screen in plaintext.

screenshot

Please consider masking these secrets in the deployment logs and terminal output.

Originally reported here

Thank you

Steps to reproduce

Deploy an Azure Function (Python runtime) in VS Code using func init, then func new then func azure functionapp publish.

ericthomas1 avatar Aug 06 '24 19:08 ericthomas1