-
Notifications
You must be signed in to change notification settings - Fork 145
Create Function App defaults
Eric Jizba edited this page Dec 31, 2019
·
2 revisions
The default experience when creating a Function App in Azure will only prompt for site name, runtime (if there are multiple versions) 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 |