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
jsonOutputstringRaw JSON output from az deployment command.
deploymentBicepDeploymentBicepDeployment to store outputs in.
loggerIBuildLoggerLogger for debug output.