Can you use serverless.yml in azure to deploy golang azure functions

I used serverless.yml with aws lambdas and golang no problem.

I was wondering if the yaml files i created for AWS can be easily ported for azure.

the problem being i noticed Azure doesn’t support golang azure functions, golang azure functions need to be deployed as a custom handler in azure.

has anyone here done it ? Or is it straight up not possible?