0.1.114 • Published 1 year ago

@azbake/ingredient-app-service-plan v0.1.114

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

Changelogs

Overview

The App Service Plan ingredient is a plugin for bake. When included in a recipe, this will create an App Service Plan.

Usage

name: My package
shortName: mypkg
version: 0.0.1
ingredients:
  - "@azbake/ingredient-app-service-plan@~0"
resourceGroup: true
recipe:
  mypkg-deploy:
    properties:
      type: "@azbake/ingredient-app-service-plan"
      source: ""
      parameters:
        appServicePlanName: "AppServicePlanName"
        kind: "linux"
propertyrequireddescription
appServicePlanNameyesThe name for the App Service Plan
skuNameno (default B1)Sets pricing tier.
skuCapacityno (default 1)Sets the instance count.
locationnoSets the location. Defaults to the parent resource group location.
kindno (default linux)Sets the kind of service plan. linux for linux, windows for windows.

Utilities

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

appserviceplan class

| function | description | | create_resource_name() | Returns the name created for the App Service Plan when deployed |

Function Details

create_resource_name()

Gets the name created for the App Service Plan when deployed.

...
parameters:
    planName: "[appserviceplan.create_resource_name()]"
...
Returns

string

0.1.114

1 year ago

0.1.113

1 year ago

0.1.110

2 years ago

0.1.112

2 years ago

0.1.111

2 years ago

0.1.109

2 years ago

0.1.108

2 years ago

0.1.107

2 years ago

0.1.106

4 years ago

0.1.105

4 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.76

5 years ago

0.1.75

5 years ago

0.1.74

5 years ago

0.1.70

5 years ago

0.1.69

5 years ago

0.1.68

5 years ago

0.1.67

5 years ago

0.1.65

5 years ago

0.1.64

5 years ago

0.1.61

5 years ago

0.1.59

5 years ago

0.1.58

5 years ago

0.1.55

5 years ago

0.1.53

5 years ago

0.1.52

5 years ago

0.1.47

5 years ago

0.1.46

5 years ago

0.1.45

5 years ago