Serverless framework Azure Function resetting app configuration

Hi. I’m uploading my function apps with serverless framework and I did not find a way to set environment variables on the yml. So, I set it manually on Azure Portal.

But when I deploy my function, the app settings are being erased. Does anyone know how to avoid it?
Can I set the environment variables on serverless framework yml? I did not find it on docs.