Well-Architected Reliability Assessment Script
Start-WARAAnalyzer [-Debugging] [-Help] [[-CustomRecommendationsYAMLPath] <String>] [[-RepoUrl] <String>]
[-JSONFile] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
The function `Start-WARAAnalyzer` will process the JSON file created by the `Start-WARACollector` function and will create the core WARA Action Plan Excel file.
Start-WARAAnalyzer -JSONFile 'C:\Temp\WARA_File_2024-04-01_10_01.json' -Debugging
Switch to enable debugging mode.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Switch to display help information.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill CustomRecommendationsYAMLPath Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the git repository URL that contains APRL contents if you want to use custom APRL repository.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: Https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2
Accept pipeline input: False
Accept wildcard characters: False
Path to the JSON file created by the "1_wara_collector" script.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2