You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/firmware-analysis/quickstart-upload-firmware-using-azure-command-line-interface.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ ms.date: 01/29/2024
12
12
13
13
This article explains how to use the Azure CLI to upload firmware images to Firmware analysis.
14
14
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.
16
16
17
17
## Prerequisites
18
18
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).
20
20
21
21
### Prepare your environment for the Azure CLI
22
22
@@ -32,7 +32,7 @@ This quickstart assumes a basic understanding of Firmware analysis. For more inf
32
32
33
33
* 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).
34
34
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.
36
36
37
37
* 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).
Copy file name to clipboardExpand all lines: articles/firmware-analysis/quickstart-upload-firmware-using-powershell.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ ms.date: 01/29/2024
12
12
13
13
This article explains how to use Azure PowerShell to upload firmware images to Firmware analysis.
14
14
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.
16
16
17
17
## Prerequisites
18
18
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).
Copy file name to clipboardExpand all lines: articles/firmware-analysis/quickstart-upload-firmware-using-python.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,17 @@ ms.date: 04/10/2024
12
12
13
13
This article explains how to use a Python script to upload firmware images to Firmware analysis.
14
14
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.
16
16
17
17
## Prerequisites
18
18
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).
20
20
21
21
### Prepare your environment
22
22
23
23
* Python version 3.8+ is required to use this package. Run the command `python --version` to check your Python version.
24
24
* 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).
26
26
* Ensure that your firmware image is stored in the same directory as the Python script.
Copy file name to clipboardExpand all lines: articles/firmware-analysis/tutorial-analyze-firmware.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This tutorial describes how to use the **Firmware analysis** page to upload a fi
19
19
## Prerequisites
20
20
21
21
> [!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).
23
23
>
24
24
25
25
* 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
36
36
37
37
## Onboard your subscription to use Firmware analysis
38
38
> [!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).
40
40
>
41
41
42
42
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
125
125
126
126
## Next steps
127
127
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).
129
129
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.
131
131
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