Table of Contents

Class AzureOutputCapture

Namespace
Ando.Operations
Assembly
ando.dll

Parses Azure deployment outputs and stores them in BicepDeployment.

public static class AzureOutputCapture
Inheritance
AzureOutputCapture
Inherited Members

Methods

CaptureDeploymentOutputs(string, BicepDeployment, IBuildLogger)

Parses deployment outputs from Azure CLI JSON output and stores in BicepDeployment.

public static void CaptureDeploymentOutputs(string jsonOutput, BicepDeployment deployment, IBuildLogger logger)

Parameters

jsonOutput string

Raw JSON output from az deployment command.

deployment BicepDeployment

BicepDeployment to store outputs in.

logger IBuildLogger

Logger for debug output.