serverless / serverless-azure-functions

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

fix: Add functionAppReserved back into ARM template #448

Closed tbarlow12 closed 4 years ago

tbarlow12 commented 4 years ago

What did you implement:

Fixes issue of consumption linux function apps not being able to deploy

How did you implement it:

Re-added reserved property to ARM template

How can we verify it:

Deploy a linux azure function app

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

Is this ready for review?: YES Is it a breaking change?: NO