Create Function App defaults - microsoft/vscode-azurefunctions GitHub Wiki
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 |