0.1.116 • Published 1 year ago

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

Weekly downloads
29
License
MIT
Repository
github
Last release
1 year 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.116

1 year ago

0.1.114

1 year ago

0.1.115

1 year ago

0.1.113

2 years ago

0.1.110

2 years ago

0.1.112

2 years ago

0.1.111

2 years ago

0.1.108

2 years ago

0.1.107

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

5 years ago

0.1.67

5 years ago

0.1.65

5 years ago

0.1.64

5 years ago

0.1.62

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.49

5 years ago

0.1.48

5 years ago