mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
docs: List armTemplate property in Azure's serverless.yml (#7672)
This commit is contained in:
parent
fb4ea153f0
commit
862652875a
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user