Closed tbarlow12 closed 4 years ago
Fixes issue of consumption linux function apps not being able to deploy
Re-added reserved property to ARM template
reserved
Deploy a linux azure function app
Note: Run npm run test:ci to run all validation checks on proposed changes
npm run test:ci
npm run lint
npm run lint:fix
npm test
Is this ready for review?: YES Is it a breaking change?: NO
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 templateHow can we verify it:
Deploy a linux azure function app
Todos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES Is it a breaking change?: NO