0.0.2 • Published 7 months ago

@incrediblez/confy-tee.azurecli v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

What is it?

This is a plugin for a tool, called confy-tee.

Provider that this plugin is designed for is: Azure.

Implementations of this plugin are using Credentials authentication functionality.

Meaning, that in order for it to work, you will need to:

  • Launch it on Azure's machine (they by default have these credentials available).
  • Have az CLI tool installed, configured, and logged-in on your machine
  • Provide these by any other Azure-approved way. See @azure/identity for details.

See GIT Repo for details

What can it do?

This plugin enables:

  • Read "Workflow URL" of specific Logic App.
    • See AzureRobotReader for details.
    • It is an URL, at which this Logic App usually listens for incoming requests.
  • Read Azure Vault's "secret" current value.
    • See AzureVaultReader for details.
  • Read main connection string from Azure Communication Service
    • See AzureCommServiceReader for details
    • This string enables connecting to Azure Comm Service, and (f.e.) sending emails trough it.