-
Notifications
You must be signed in to change notification settings - Fork 137
Create Function App defaults
Eric Jizba edited this page Oct 9, 2019
·
2 revisions
The default experience when creating a Function App in Azure will only prompt for site name and location. Otherwise, it will use these defaults:
Property | Default Value |
---|---|
Operating System | Linux for Python projects, otherwise Windows |
Plan Type | Consumption |
Runtime | Based on your local project |
Resource Group | New group, name based on the site name |
Storage Account | New account, name based on the site name |
App Insights | Enabled if location supports it, name based on the site name |