Skip to content

Commit 80b27cb

Browse files
committed
updated drop
1 parent 3f39981 commit 80b27cb

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

jumpstart_drops/azqr-tutorial.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
"Powershell"
1818
],
1919
"Products": [
20-
"Azure"
20+
"Azure Kubernetes Service",
21+
"Azure Cosmos DB",
22+
"Azure Firewall"
2123
],
22-
"LastModified": "",
23-
"CreatedDate": "",
24+
"LastModified": "2025-02-25T14:27:00.000Z",
25+
"CreatedDate": "2025-02-25T14:27:00.000Z",
2426
"Topics": []
2527
}

jumpstart_drops/azqr-tutorial/_index.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Welcome to the Azure Quick Review Tutorial: a comprehensive guide on how to inst
44

55
## Table of Contents
66

7-
- [Installation](#installing-azure-quick-review): Step-by-step instructions for installing Azure Quick Review on various operating systems.
8-
- [Usage](#usage-of-azure-quick-review): Detailed guide on how to use Azure Quick Review after installation, including running scans and filtering recommendations.
9-
- [Examples](#scenario-scanning-all-resources-in-a-subscription): Practical examples demonstrating how to use Azure Quick Review effectively with sample commands and expected outputs.
7+
- [Installation](#installing-azure-quick-review) Step-by-step instructions for installing Azure Quick Review on various operating systems.
8+
- [Usage](#azure-quick-review-usage) Detailed guide on how to use Azure Quick Review after installation, including running scans and filtering recommendations.
9+
- [Examples](#scenario-scanning-all-resources-in-a-subscription) Practical examples demonstrating how to use Azure Quick Review effectively with sample commands and expected outputs.
1010

1111
## Purpose
1212

@@ -85,9 +85,7 @@ After installation, you can verify that Azure Quick Review is installed correctl
8585

8686
This command should display the help information for Azure Quick Review, confirming that the installation was successful.
8787

88-
# Usage of Azure Quick Review
89-
90-
## Running Azure Quick Review
88+
## Azure Quick Review Usage
9189

9290
After installing Azure Quick Review, you can start using it to scan your Azure resources. Here are the basic commands to run scans:
9391

@@ -196,20 +194,20 @@ For more information on available commands and help, run:
196194

197195
This command will provide you with a list of all available options and their descriptions.
198196

199-
# Example Scenario for Using Azure Quick Review
197+
## Example Scenario for Using Azure Quick Review
200198

201199
This document provides an example scenario demonstrating how to effectively use Azure Quick Review (azqr) to scan Azure resources for compliance with best practices.
202200

203-
## Scenario: Scanning All Resources in a Subscription
201+
### Scenario: Scanning All Resources in a Subscription
204202

205203
In this example, we will scan all resources within a specific Azure subscription to identify any non-compliant configurations.
206204

207-
### Prerequisites
205+
#### Prerequisites
208206

209207
- Ensure that Azure Quick Review is installed on your system. Refer to the installation guide in `install.md` for detailed instructions.
210208
- You must have the necessary permissions to access the Azure subscription you wish to scan.
211209

212-
### Step 1: Authentication
210+
#### Step 1: Authentication
213211

214212
Before running the scan, you need to authenticate with Azure. You can use one of the following methods:
215213

@@ -228,7 +226,7 @@ Before running the scan, you need to authenticate with Azure. You can use one of
228226
229227
> **Note**: **azqr** requires Reader permissions over the subscription or management group scope.
230228
231-
### Step 2: Run the Scan
229+
#### Step 2: Run the Scan
232230
233231
To scan all resources in your subscription, execute the following command in your terminal:
234232
@@ -238,15 +236,15 @@ To scan all resources in your subscription, execute the following command in you
238236
239237
Replace `<subscription_id>` with your actual Azure subscription ID.
240238
241-
### Step 3: Review the Output
239+
#### Step 3: Review the Output
242240
243241
After the scan completes, Azure Quick Review generates an output file (by default in Excel format) containing several sheets:
244242
245243
- **Recommendations**: Lists all recommendations and the number of impacted resources.
246244
- **ImpactedResources**: Details all resources that have issues.
247245
- **Inventory**: Provides a comprehensive list of all scanned resources.
248246
249-
### Example Command and Expected Output
247+
#### Example Command and Expected Output
250248
251249
**Command:**
252250
@@ -257,6 +255,6 @@ After the scan completes, Azure Quick Review generates an output file (by defaul
257255
**Expected Output:**
258256
- An Excel file named `azqr_action_plan_YYYY_MM_DD_Thhmmss.xlsx` will be generated in the current directory.
259257
260-
### Conclusion
258+
#### Conclusion
261259
262260
This example demonstrates how to use Azure Quick Review to scan an Azure subscription for compliance. For further details on filtering recommendations or troubleshooting, refer to the `usage.md` and `troubleshooting` sections in the documentation.

0 commit comments

Comments
 (0)