Skip to content

Commit e94fd73

Browse files
committed
update case SP doc
1 parent 531dcc7 commit e94fd73

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/firmware-analysis/automate-firmware-analysis-service-principals.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Use service principals to automate workflows in Firmware analysis
3-
description: Learn about how to use service principals to automate workflows for Firmware Analysis.
2+
title: Use service principals to automate workflows in firmware analysis
3+
description: Learn about how to use service principals to automate workflows for firmware analysis.
44
author: karengu0
55
ms.author: karenguo
66
ms.topic: conceptual
77
ms.date: 11/04/2024
88
ms.service: azure
99
---
1010

11-
# How to Use Service Principals to Automate Workflows in Firmware analysis
11+
# How to Use Service Principals to Automate Workflows in firmware analysis
1212

1313
Many users of the firmware analysis service may need to automate their workflow. The command `az login` creates an interactive login experience with two-factor authentication that makes it difficult for users to fully automate their workflow. A [service principal](/entra/identity-platform/app-objects-and-service-principals) is a secure identity with proper permissions that authenticates to Azure in the command line without requiring two-factor authentication or an interactive log-in. This article explains how to create a service principal and use it to interact with the firmware analysis service. For more information on creating service principals, visit [Create Azure service principals using the Azure CLI](/cli/azure/azure-cli-sp-tutorial-1#create-a-service-principal). To authenticate securely, we recommend creating a service principal and authenticating using certificates. To learn more, visit [Create a service principal containing a certificate using Azure CLI](/cli/azure/azure-cli-sp-tutorial-3).
1414

@@ -44,9 +44,12 @@ Many users of the firmware analysis service may need to automate their workflow.
4444
az login --service-principal --username <CLIENT_ID> --password <SECRET> --tenant <TENANT_ID>
4545
```
4646

47-
6. Once logged in, refer to the following Quickstarts for scripts to interact with the Firmware analysis service via Azure PowerShell, Azure CLI, or Python:
47+
6. Once logged in, refer to the following Quickstarts for scripts to interact with the firmware analysis service via Azure PowerShell, Azure CLI, or Python:
4848
- [Upload firmware using Azure CLI](quickstart-upload-firmware-using-azure-command-line-interface.md)
4949
- [Upload firmware using Azure PowerShell](quickstart-upload-firmware-using-powershell.md)
5050
- [Upload firmware using Python](quickstart-upload-firmware-using-python.md)
51+
5152

52-
53+
#test
54+
test
55+
test

0 commit comments

Comments
 (0)