Azure - No way to specify the name of the function app?

Hello!

I am reading through the documentation but I can’t find any way of specifying the name of the function app that Serverless will deploy in my Azure portal.

I can give the function app name a prefix, and I can fully customize the name of my resource group:
image

But the “neur-dev” is always automatically generated. I am assuming that serverless is fetching the stage name and the service name for the last two parts of the function app name. And the “neur” is generated from the region.

Can I manually set this instead?