0.1.120 • Published 12 months ago

@azbake/ingredient-service-bus-namespace v0.1.120

Weekly downloads
29
License
MIT
Repository
github
Last release
12 months ago

Changelogs

Overview

The Service Bus Namespace ingredient is a plugin for bake. When included in a recipe, this will create a Service Bus Namespace.

Usage

name: My package
shortName: mypkg
version: 0.0.1
ingredients:
  - "@azbake/ingredient-service-bus-namespace@~0"
resourceGroup: true
recipe:
  service-bus-namespace:
    properties:
      type: "@azbake/ingredient-service-bus-namespace"
      parameters:
        name: "myservicebusprimary"
        secondaryName: "myservicebussecondary"
        skuName: "Premium"
        location: "US Central"
        secondaryLocation: "East US 2"
        aliasName: "myservicebus"
        capacity: "1"
propertyrequireddescription
nameyesThe name for the singular/primary Service Bus Namespace
secondaryNamenoThe name of the secondary Service Bus namespace
skuNameno (default Basic)The messaging messaging tier.
locationnoThe location of the singular/primary namespace. Defaults to the parent resource group location.
secondaryLocationnoThe location of the secondary namespace.
aliasNamenoThe name of the Geo-Recovery configuration alias
capacitynoThe specified messaging units for the tier.
diagnosticsEnabledno (default yes)Specifies whether to enable diagnostic settings to make logs available for consumption. Note that you must reference @azbake/ingredient-event-hub-namespace when diagnostics are enabled.

Utilities

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

servicebusnamespace class

| function | description | | create_resource_name() | Returns the name created for the Service Bus Namespace when deployed |

Function Details

create_resource_name()

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

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

string

0.1.119

12 months ago

0.1.120

12 months ago

0.1.116

2 years ago

0.1.114

2 years ago

0.1.115

2 years ago

0.1.113

3 years ago

0.1.110

3 years ago

0.1.112

3 years ago

0.1.111

3 years ago

0.1.108

4 years ago

0.1.107

5 years ago

0.1.106

5 years ago

0.1.105

5 years ago

0.1.104

5 years ago

0.1.103

5 years ago

0.1.102

5 years ago

0.1.101

5 years ago

0.1.100

5 years ago

0.1.99

5 years ago

0.1.98

5 years ago

0.1.97

5 years ago

0.1.96

5 years ago

0.1.95

6 years ago

0.1.92

6 years ago

0.1.87

6 years ago

0.1.76

6 years ago

0.1.75

6 years ago

0.1.74

6 years ago

0.1.70

6 years ago

0.1.68

6 years ago

0.1.67

6 years ago

0.1.65

6 years ago

0.1.64

6 years ago

0.1.62

6 years ago

0.1.59

6 years ago

0.1.58

6 years ago

0.1.55

6 years ago

0.1.53

6 years ago

0.1.52

6 years ago

0.1.49

6 years ago

0.1.48

6 years ago