Skip to content

Commit 96bc20d

Browse files
committed
Fix relative links in firmware-analysis folder
1 parent ea37233 commit 96bc20d

5 files changed

+16
-16
lines changed

articles/firmware-analysis/overview-firmware-analysis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Firmware analysis can analyze your firmware for common weaknesses and vulnerabil
4040

4141
## Next steps
4242

43-
- [Analyze a firmware image](tutorial-analyze-firmware.md)
44-
- [Understand Role-Based Access Control for Firmware Images](firmware-analysis-rbac.md)
45-
- [Frequently asked questions about Firmware analysis](firmware-analysis-FAQ.md)
43+
- [Analyze a firmware image](./tutorial-analyze-firmware.md)
44+
- [Understand Role-Based Access Control for Firmware Images](./firmware-analysis-rbac.md)
45+
- [Frequently asked questions about Firmware analysis](./firmware-analysis-faq.md)

articles/firmware-analysis/quickstart-upload-firmware-using-azure-command-line-interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.date: 01/29/2024
1212

1313
This article explains how to use the Azure CLI to upload firmware images to Firmware analysis.
1414

15-
[Firmware analysis](overview-firmware-analysis) is a tool that analyzes firmware images and provides an understanding of security vulnerabilities in the firmware images.
15+
[Firmware analysis](./overview-firmware-analysis.md) is a tool that analyzes firmware images and provides an understanding of security vulnerabilities in the firmware images.
1616

1717
## Prerequisites
1818

19-
This quickstart assumes a basic understanding of Firmware analysis. For more information, see [Firmware analysis for device builders](overview-firmware-analysis). For a list of the file systems that are supported, see [Frequently asked Questions about Firmware analysis](firmware-analysis-faq.md#what-types-of-firmware-images-does-firmware-analysis-support).
19+
This quickstart assumes a basic understanding of Firmware analysis. For more information, see [Firmware analysis for device builders](./overview-firmware-analysis.md). For a list of the file systems that are supported, see [Frequently asked Questions about Firmware analysis](./firmware-analysis-faq.md#what-types-of-firmware-images-does-firmware-analysis-support).
2020

2121
### Prepare your environment for the Azure CLI
2222

@@ -32,7 +32,7 @@ This quickstart assumes a basic understanding of Firmware analysis. For more inf
3232

3333
* To find the version and dependent libraries that are installed, run the command [az version](/cli/azure/reference-index?#az-version). To upgrade to the latest version, run the command [az upgrade](/cli/azure/reference-index?#az-upgrade).
3434

35-
* [Onboard](tutorial-analyze-firmware.md#onboard-your-subscription-to-use-firmware-analysis) your subscription to Firmware analysis.
35+
* [Onboard](./tutorial-analyze-firmware.md#onboard-your-subscription-to-use-firmware-analysis) your subscription to Firmware analysis.
3636

3737
* Select the appropriate subscription ID where you'd like to upload your firmware images by running the command [az account set](/cli/azure/account?#az-account-set).
3838

articles/firmware-analysis/quickstart-upload-firmware-using-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.date: 01/29/2024
1212

1313
This article explains how to use Azure PowerShell to upload firmware images to Firmware analysis.
1414

15-
[Firmware analysis](overview-firmware-analysis) is a tool that analyzes firmware images and provides an understanding of security vulnerabilities in the firmware images.
15+
[Firmware analysis](./overview-firmware-analysis.md) is a tool that analyzes firmware images and provides an understanding of security vulnerabilities in the firmware images.
1616

1717
## Prerequisites
1818

19-
This quickstart assumes a basic understanding of Firmware analysis. For more information, see [Firmware analysis for device builders](overview-firmware-analysis). For a list of the file systems that are supported, see [Frequently asked Questions about Firmware analysis](firmware-analysis-faq.md#what-types-of-firmware-images-does-firmware-analysis-support).
19+
This quickstart assumes a basic understanding of Firmware analysis. For more information, see [Firmware analysis for device builders](./overview-firmware-analysis.md). For a list of the file systems that are supported, see [Frequently asked Questions about Firmware analysis](./firmware-analysis-faq.md#what-types-of-firmware-images-does-firmware-analysis-support).
2020

2121
### Prepare your environment for Azure PowerShell
2222

articles/firmware-analysis/quickstart-upload-firmware-using-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ ms.date: 04/10/2024
1212

1313
This article explains how to use a Python script to upload firmware images to Firmware analysis.
1414

15-
[Firmware analysis](overview-firmware-analysis) is a tool that analyzes firmware images and provides an understanding of security vulnerabilities in the firmware images.
15+
[Firmware analysis](./overview-firmware-analysis.md) is a tool that analyzes firmware images and provides an understanding of security vulnerabilities in the firmware images.
1616

1717
## Prerequisites
1818

19-
This quickstart assumes a basic understanding of Firmware Analysis. For more information, see [Firmware analysis for device builders](overview-firmware-analysis). For a list of the file systems that are supported, see [Frequently asked Questions about Firmware Analysis](firmware-analysis-faq.md#what-types-of-firmware-images-does-firmware-analysis-support).
19+
This quickstart assumes a basic understanding of Firmware Analysis. For more information, see [Firmware analysis for device builders](./overview-firmware-analysis.md). For a list of the file systems that are supported, see [Frequently asked Questions about Firmware Analysis](./firmware-analysis-faq.md#what-types-of-firmware-images-does-firmware-analysis-support).
2020

2121
### Prepare your environment
2222

2323
* Python version 3.8+ is required to use this package. Run the command `python --version` to check your Python version.
2424
* Make note of your Azure subscription ID, the name of your Resource Group where you'd like to upload your images, your workspace name, and the name of the firmware image that you'd like to upload.
25-
* Ensure that your Azure account has the necessary permissions to upload firmware images to Firmware analysis for your Azure subscription. You must be an Owner, Contributor, Security Admin, or Firmware Analysis Admin at the Subscription or Resource Group level to upload firmware images. For more information, visit [Firmware Analysis Roles, Scopes, and Capabilities](firmware-analysis-rbac#firmware-analysis-roles-scopes-and-capabilities).
25+
* Ensure that your Azure account has the necessary permissions to upload firmware images to Firmware analysis for your Azure subscription. You must be an Owner, Contributor, Security Admin, or Firmware Analysis Admin at the Subscription or Resource Group level to upload firmware images. For more information, visit [Firmware Analysis Roles, Scopes, and Capabilities](./firmware-analysis-rbac.md#firmware-analysis-roles-scopes-and-capabilities).
2626
* Ensure that your firmware image is stored in the same directory as the Python script.
2727
* Install the packages needed to run this script:
2828
```python

articles/firmware-analysis/tutorial-analyze-firmware.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This tutorial describes how to use the **Firmware analysis** page to upload a fi
1919
## Prerequisites
2020

2121
> [!NOTE]
22-
> The **Firmware analysis** feature is automatically available if you currently access Defender for IoT using the Security Admin, Contributor, or Owner role. If you only have the Security Reader role or want to use **Firmware analysis** as a standalone feature, then your Admin must give the Firmware Analysis Admin role. For additional information, please see [Firmware analysis Azure RBAC](firmware-analysis-rbac.md).
22+
> The **Firmware analysis** feature is automatically available if you currently access Defender for IoT using the Security Admin, Contributor, or Owner role. If you only have the Security Reader role or want to use **Firmware analysis** as a standalone feature, then your Admin must give the Firmware Analysis Admin role. For additional information, please see [Firmware analysis Azure RBAC](./firmware-analysis-rbac.md).
2323
>
2424
2525
* If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
@@ -36,7 +36,7 @@ To use the **Firmware analysis** page to analyze your firmware security, your fi
3636

3737
## Onboard your subscription to use Firmware analysis
3838
> [!NOTE]
39-
> To onboard a subscription to use Firmware analysis, you must be an Owner, Contributor, Firmware Analysis Admin, or Security Admin at the subscription level. To learn more about roles and their capabilities in Firmware Analysis, visit [Firmware Analysis Roles, Scopes, and Capabilities](firmware-analysis-rbac.md#firmware-analysis-roles-scopes-and-capabilities).
39+
> To onboard a subscription to use Firmware analysis, you must be an Owner, Contributor, Firmware Analysis Admin, or Security Admin at the subscription level. To learn more about roles and their capabilities in Firmware Analysis, visit [Firmware Analysis Roles, Scopes, and Capabilities](./firmware-analysis-rbac.md#firmware-analysis-roles-scopes-and-capabilities).
4040
>
4141
4242
If this is your first interaction with **Firmware analysis**, then you'll need to onboard your subscription to the service and select a region in which to upload and store your firmware images.
@@ -125,8 +125,8 @@ After you delete an image, there's no way to retrieve the image or the associate
125125

126126
## Next steps
127127

128-
For more information, see [Firmware analysis for device builders](overview-firmware-analysis.md).
128+
For more information, see [Firmware analysis for device builders](./overview-firmware-analysis.md).
129129

130-
To use the Azure CLI commands for Firmware analysis, refer to the [Azure CLI Quickstart](quickstart-upload-firmware-using-azure-command-line-interface), and see [Azure PowerShell Quickstart](quickstart-upload-firmware-using-powershell) to use the Azure PowerShell commands. See [Quickstart: Upload firmware using Python](quickstart-upload-firmware-using-python) to run a Python script using the SDK to upload and analyze firmware images.
130+
To use the Azure CLI commands for Firmware analysis, refer to the [Azure CLI Quickstart](./quickstart-upload-firmware-using-azure-command-line-interface.md), and see [Azure PowerShell Quickstart](./quickstart-upload-firmware-using-powershell.md) to use the Azure PowerShell commands. See [Quickstart: Upload firmware using Python](./quickstart-upload-firmware-using-python.md) to run a Python script using the SDK to upload and analyze firmware images.
131131

132-
Visit [FAQs about Firmware analysis](firmware-analysis-FAQ.md) for answers to frequent questions.
132+
Visit [FAQs about Firmware analysis](./firmware-analysis-faq.md) for answers to frequent questions.

0 commit comments

Comments
 (0)