Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add aprlRecommendationsFilteredToExcel.py to tools directory #76

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Separated out tooling into public and internal directories
oZakari committed Apr 25, 2024
commit 14ac4d79727838f33b7fb06e1ca083599ad4b76d
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
title: Tools
title: Public Tools
weight: 70
geekdocCollapseSection: true
---

This section lists of all of the information pertaining to the APRL tooling/scripts. The guidance is broken down into the following sections:
This section lists of all of the information pertaining to the Public APRL tooling/scripts. The guidance is broken down into the following sections:

{{< toc >}}

## Collector Script

[GitHub Link to Download](https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2/blob/main/tools/1_wara_collector.ps1)
[GitHub Link to Download](https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2/blob/main/tools/public/1_wara_collector.ps1)

The Collector PowerShell script is the first script to be run in the Azure Proactive Resiliency Library (APRL) tooling suite. It is designed to collect data from the Azure environment to help identify potential issues and areas for improvement using the Azure Resource Graph queries within this repository. The script leverages the Az.ResourceGraph module to query Azure Resource Graph for relevant data.

## Data Analyzer Script

[GitHub Link to Download](https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2/blob/main/tools/2_wara_data_analyzer.ps1)
[GitHub Link to Download](https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2/blob/main/tools/public/2_wara_data_analyzer.ps1)

The Data Analyzer PowerShell script is the second script in the Azure Proactive Resiliency Library (APRL) tooling suite. It compares the output collected by the Collector script with the Azure Proactive Resiliency Guidelines (APRL) and generates an ActionPlan Excel spreadsheet. The goal of this tool is to summarize the collected data and provide actionable insights into the health and resiliency of the Azure environment.

## Reports Generator Script

[GitHub Link to Download](https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2/blob/main/tools/3_wara_reports_generator.ps1)
[GitHub Link to Download](https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2/blob/main/tools/public/3_wara_reports_generator.ps1)

The Reports Generator PowerShell script serves as the final step in the Azure Proactive Resiliency Library (APRL) tooling suite. It takes the Excel spreadsheet generated by the Data Analyzer script and converts it into Microsoft Word and PowerPoint formats. The Reports Generator automates the process of creating comprehensive reports from the analyzed data, making it easier to share insights and recommendations.
4 changes: 2 additions & 2 deletions docs/data/menu/extra.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
header:
- name: Tools
ref: "https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2/tree/main/tools"
- name: Public Tools
ref: "https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2/tree/main/tools/public"
icon: gdoc_path
external: true

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.