Skip to content

Commit 79d4027

Browse files
committed
fix blocking issues
1 parent 8b1c133 commit 79d4027

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-sci/design-solutions-secure-applications/includes/4-evaluate-application-threats-threat-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The [Microsoft Threat Modeling Tool](/azure/security/develop/threat-modeling-too
8686

8787
The tool is designed for use by both security specialists and developers. It produces threat models that serve as versioned artifacts stored alongside architecture documentation in source control.
8888

89-
## Integrating threat modeling into development workflows
89+
## Integrate threat modeling into development workflows
9090

9191
As an architect, you should design a process that scales threat modeling across the organization without creating bottlenecks:
9292

learn-pr/wwl-sci/design-solutions-secure-applications/includes/6-secure-access-workload-identities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Common federation scenarios include:
4444

4545
When designing federation, configure federated credential subjects narrowly. For GitHub Actions, restrict the subject to a specific repository, branch, or environment rather than allowing any workflow in an organization to authenticate.
4646

47-
## Securing workload identities
47+
## Secure workload identities
4848

4949
Assigning identities to workloads isn't sufficient. You need to secure those identities with the same rigor you apply to human accounts. Microsoft Entra Workload ID provides several capabilities for this purpose:
5050

0 commit comments

Comments
 (0)