Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Interface layer for connecting to the Azure integrator charm.

License

Notifications You must be signed in to change notification settings

juju-solutions/interface-azure-integration

Repository files navigation

Overview

This layer encapsulates the azure-integration interface communciation protocol and provides an API for charms on either side of relations using this interface.

Usage

In your charm's layer.yaml, ensure that interface:azure-integration is included in the includes section:

includes: ['layer:basic', 'interface:azure-integration']

And in your charm's metadata.yaml, ensure that a relation endpoint is defined using the azure-integration interface protocol:

requires:
  azure:
    interface: azure-integration

For documentation on how to use the API for this interface, see:

About

Interface layer for connecting to the Azure integrator charm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages