0.1.111 • Published 1 year ago

@azbake/ingredient-function-app v0.1.111

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Changelogs

Overview

The Function App ingredient is a plugin for Bake. When included in a recipe, this will create a standard function app for organizing a number of Azure Functions. This ingredient depends on a hosting plan, a Storage account, and an Application Insights resource to be provisioned already, and the names of these resources must be included in the recipe.

Usage

Recipe

name: My package
shortName: mypkg
version: 1.0.0
ingredients:
  - "@azbake/ingredient-function-app@~0"
resourceGroup: true
rgOverride: "resourcegroup1"
parallelRegions: false
recipe:
  funcapp:
    properties:
      type: "@azbake/ingredient-function-app"
      parameters:
        appName: "[functionapputils.create_resource_name()]"
        planName: "hostingplan2"
        storageAccountName: "storageaccount3"
        appInsightsName: "appInsights4"
propertyrequireddescription
appNameyesName for the function app resource
planNameyesSpecifies the hosting plan to use for this function app.
storageAccountNameyesThe Storage account to use. It should be able to support the Always On feature for function apps
appInsightsNameyesThe Application Insights resource that this function app will report to
locationnoThe location for this resource. Default is the parent resource group geographic location

For hosting plan, storage account, or application insights, indicate the the resource groups they belong to if the function app will be in a different group. Use the following format to specify resource groups. If a resource group is not indicated, it will look for the resources in the same group that the function app is targeting.
<resource_group>/<resource_name>

Utilities

Utility classes can be used inside of the bake.yaml file for parameter and source values.

functionapputils class

functiondescription
create_resource_name()Creates a name for the function app in the format <environment_name><region_code>fa<pkg_shortname>.

Function Details

create_resource_name()

Creates a name for the function app in the format <environment_name><region_code>fa<pkg_shortname>

...
parameters:
  appName: "[functionapputils.create_resource_name()]"
...

Returns

string

0.1.111

1 year ago

0.1.110

2 years ago

0.1.107

2 years ago

0.1.106

2 years ago

0.1.109

2 years ago

0.1.108

2 years ago

0.1.105

2 years ago

0.1.104

4 years ago

0.1.103

4 years ago

0.1.102

4 years ago

0.1.101

4 years ago

0.1.100

4 years ago

0.1.99

4 years ago

0.1.98

4 years ago

0.1.97

4 years ago

0.1.96

4 years ago

0.1.95

4 years ago

0.1.92

4 years ago

0.1.87

4 years ago

0.1.75

5 years ago

0.1.68

5 years ago

0.1.67

5 years ago

0.1.64

5 years ago

0.1.61

5 years ago

0.1.59

5 years ago

0.1.55

5 years ago

0.1.53

5 years ago

0.1.52

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago