docs: List armTemplate property in Azure's serverless.yml (#7672)

This commit is contained in:
Erik Erikson 2020-05-05 00:45:56 -07:00 committed by GitHub
parent fb4ea153f0
commit 862652875a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@ provider:
subscriptionId: 00000000-0000-0000-0000-000000000000
stage: ${opt:stage, 'dev'} # Set the default stage used. Default is dev
type: premium # optional, values include 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption'
armTemplate:
file: myTemplate.json
environment: # these will be created as application settings
VARIABLE_FOO: 'foo'