serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
267 stars 162 forks source link

fix: Log correct function app name in deployment #304

Closed tbarlow12 closed 5 years ago

tbarlow12 commented 5 years ago

Logs the name of the function app as defined from the FunctionAppResource rather than the service name.

Resolves #302