Ask Your Question
4

Is the sensitive information present in variables automatically modified by Azure Functions?

asked 2022-12-13 11:00:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-09-08 23:00:00 +0000

qstack gravatar image

No, sensitive information present in variables is not automatically modified by Azure Functions. It is the responsibility of the developer to properly manage and secure sensitive information, such as passwords, connection strings, and API keys, within their code and deployments. Azure Functions does provide some features, such as Key Vault integration and environment variables, that can help manage sensitive information securely. Developers should also follow best practices for securing their code and deployments, such as encrypting sensitive information at rest and in transit, and limiting access to only authorized individuals.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-12-13 11:00:00 +0000

Seen: 9 times

Last updated: Sep 08 '21