Table of Contents

Class FunctionsChecker

Namespace
Ando.Workflow
Assembly
ando.dll

Checks availability of Azure Functions Core Tools.

public class FunctionsChecker : IToolAvailabilityChecker
Inheritance
FunctionsChecker
Implements
Inherited Members

Methods

CanCheck(string)

Determines if this checker applies to the given step name. Typically matches on step name prefix (e.g., "Azure." or "Bicep.").

public bool CanCheck(string stepName)

Parameters

stepName string

The name of the step that failed.

Returns

bool

True if this checker should be consulted for this step.

GetDocumentationUrl()

Gets a URL for more detailed installation documentation.

public string GetDocumentationUrl()

Returns

string

GetInstallInstructions()

Gets platform-specific installation instructions for the tool.

public string GetInstallInstructions()

Returns

string

Human-readable installation instructions.

IsAvailable()

Checks if the required tool is available in the current environment.

public bool IsAvailable()

Returns

bool

True if the tool is available, false otherwise.