external help file | Module Name | online version | schema |
---|---|---|---|
wara-help.xml |
wara |
2.0.0 |
Well-Architected Reliability Assessment Script
Start-WARAAnalyzer [[-RecommendationsUrl] <String>] [-JSONFile] <String> [[-ExpertAnalysisFile] <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'
Start-WARAAnalyzer -JSONFile 'C:\Temp\WARA_File_2024-04-01_10_01.json' -Debug
This is the URL to the JSON file that contains the recommendations. The default value is the URL to the recommendations object stored at https://azure.github.io/WARA-Build/objects/recommendations.json
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: https://azure.github.io/WARA-Build/objects/recommendations.json
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: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This is the path to the ExpertAnalysisTemplate file. It is packaged with the module and generally you should not need to adjust this.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
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