0.0.13 • Published 1 year ago

@azbake/ingredient-batch v0.0.13

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

Changelogs

Overview

The Batch ingredient is a plugin for bake. When included in a recipe, this will create a Batch Account.

Usage

name: batch-test
shortName: btest
version: 1.0.0
ingredients:
  - "@azbake/ingredient-batch@0.0.1"
  - "@azbake/ingredient-event-hub-namespace"
resourceGroup: true
rgOverride: "test-rg"
parallelRegions: false
recipe:
  batch:
    properties:
      type: "@azbake/ingredient-batch"
      parameters:
        batchAccountName: "[batchutil.create_resourcename()]"
propertyrequireddescription
batchAccountNameyesThe name of the batch account

Utilities

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

BatchUtils class

| function | description | | create_resource_name() | Returns the name created for the Batch Account when deployed |

Function Details

create_resource_name()

Gets the name created for the Batch Account when deployed.

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

string

0.0.13

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago