Hello @David Gonzalez D - it looks like you're fetching the settings on Azure and then publishing them back again as-is. Per the doc, func azure functionapp fetch-app-settings <APP_NAME>
will download your remote settings into local.settings.json
file: https://learn.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference?tabs=v2#func-azure-functionapp-fetch-app-settings
And executing the func azure functionapp publish <FunctionAppName>
next with the --publish-local-settings
flag will publish same settings in local.settings.json
back to Azure: https://learn.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference?tabs=v2#func-azure-functionapp-publish