azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Consider removing/masking account keys from logs when deploying Azure Functions for the first time
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.

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.