0.0.14 • Published 12 months ago

@azbake/ingredient-batch v0.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months 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.14

12 months ago

0.0.13

2 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago