79290254

Date: 2024-12-18 07:21:29
Score: 0.5
Natty:
Report link

When you deploy an Azure Function, the secrets stored in secrets.json are not automatically transferred to Azure. The secrets.json file is used for local development only. To manage sensitive information in Azure, you should use Azure Key Vault or application settings in the Azure portal.

Recommendations

Azure Key Vault:

Application Settings:

After updating your secret on either Azure Key Vault or application settings, modify your Azure Function's code to retrieve the new secret values accordingly.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Vishal Kumar Gupta