Skip to content

Commit 9d90c9f

Browse files
committed
fix blocking items
1 parent 286b5ee commit 9d90c9f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/artifacts/quickstarts/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can authenticate by using either a managed identity or a [Personal Access To
3232
- Permission to assign a managed identity to the **Contributor** group in Azure DevOps. **Project Administrators** and **Collection Administrators** both have this permission.
3333

3434
> [!NOTE]
35-
> An alternative approach is to use an Microsoft Entra application with a service principal and federated authentication credential to connect Azure DevOps and GitHub Actions. To learn more about this approach, see [Configure an app to trust an external identity provider](/entra/workload-id/workload-identity-federation-create-trust).
35+
> An alternative approach is to use a Microsoft Entra application with a service principal and federated authentication credential to connect Azure DevOps and GitHub Actions. To learn more about this approach, see [Configure an app to trust an external identity provider](/entra/workload-id/workload-identity-federation-create-trust).
3636
3737
## Assign permissions to your managed identity in Azure DevOps
3838

docs/artifacts/universal-packages/project-setup-universal-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Ensure that you have Azure CLI installed, then follow the steps below to install
4949

5050
### [Windows](#tab/windows/)
5151

52-
1. Run the following command to log into the Azure CLI:
52+
1. Run the following command to sign in to the Azure CLI:
5353

5454
```azurecli
5555
az login

docs/organizations/security/security-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Zero Trust helps protect against lateral movement within the network, ensuring t
5050

5151
Ensure your Azure DevOps environment complies with industry standards and regulations that protect your environment and maintain trust with your users.
5252

53-
- **Ensure compliance with industry standards:** Azure DevOps complies with various industry standards and regulations, such as ISO/IEC 27001, SOC 1/2/3, and GDPR. Ensure your environment adheres to these standards.
53+
- **Ensure compliance with industry standards:** Azure DevOps complies with various industry standards and regulations, such as ISO/IEC 27001, SOC 1/2/3, and more. Ensure your environment adheres to these standards.
5454
- **Enforce compliance policies:** Implement [branch policies](../../repos/git/branch-policies.md) and [compliance policies for your pipelines](/azure/governance/policy/tutorials/policy-devops-pipelines).
5555
- **Onboard to Component Governance for CI/CDs**, which offers the following benefits:
5656
- Security vulnerability detection: Alerts you to known vulnerabilities in open-source components.

docs/pipelines/agents/service-principal-agent-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For more information about using Service Principal with Azure DevOps, see [Use s
6060
>
6161
> `ClientSecretCredential authentication failed: AADSTS90002: Tenant 'xxxxxxxxxxxxxx' not found. Check to make sure you have the correct tenant ID and are signing into the correct cloud. Check with your subscription administrator, this may happen if there are no active subscriptions for the tenant.`
6262
>
63-
> To resolve this error, set the login URL to Azure Public Cloud login by setting the environment variable `$AZURE_AUTHORITY_HOST` to
63+
> To resolve this error, set the sign-in URL to Azure Public Cloud sign-in by setting the environment variable `$AZURE_AUTHORITY_HOST` to
6464
`https://login.microsoftonline.com`, then run the agent config.cmd.
6565
>
6666
> For more information, see [Azure in China developer guide](/azure/china/resources-developer-guide),

docs/pipelines/security/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Learn how to secure containers through configuration changes, scanning, and poli
113113
- **Mark volumes as read only**: Containers include system-provided volume mounts for tasks, tools, and external components required to work with the host agent. Set `externals`, `tasks`, and `tools` to read only for added security.
114114
- **Set container-specific resource limits**: Set limits on CPU and memory to prevent containers from consuming excessive resources, which can lead to denial of service or security vulnerabilities.
115115
- **Use trusted images**: Use official and verified images from reputable sources such as Azure Container Registry or Docker Hub. Always specify a specific version or tag to maintain consistency and reliability, rather than relying on the `latest` tag. Regularly update base images to include the latest security patches and bug fixes.
116-
- **Scan containers for vulnerabilities and enforce runtime threat protection**: Use tools such as [Microsoft Defender for Cloud](/azure/defender-for-cloud/defender-for-containers-introduction) to monitor and detect security risks. Additionally, Azure Container Registry offers integrated [vulnerability scanning](/azure/container-registry/scan-images-defender) to help ensure container images are secure before deployment. You can also integrate third-party scanning tools through Azure DevOps extensions for added security checks.
116+
- **Scan containers for vulnerabilities and enforce runtime threat protection**: Use tools such as [Microsoft Defender for Cloud](/azure/defender-for-cloud/defender-for-containers-introduction) to monitor and detect security risks. Additionally, Azure Container Registry offers integrated [vulnerability scanning](/azure/container-registry/scan-images-defender) to help ensure container images are secure before deployment. You can also integrate non-Microsoft scanning tools through Azure DevOps extensions for added security checks.
117117
- **Implement security policies to prevent privilege escalation and ensure containers run with the least amount of privileges necessary**: For example, Azure [Kubernetes Service (AKS)](/azure/aks/operator-best-practices-cluster-security), [role-based access control](/azure/aks/manage-azure-rbac), and [Pod Security Admission](/azure/aks/use-psa) let you enforce policies that restrict container privileges, ensure non-root execution, and limit access to critical resources.
118118
- **Utilize Network Policies**: [Network Policies](/azure/virtual-network/kubernetes-network-policies) can be used to restrict communication between containers, ensuring that only authorized containers can access sensitive resources within your network. In addition, [Azure Policy for AKS](/azure/governance/policy/concepts/policy-for-kubernetes) can be applied to enforce container security best practices, such as ensuring only trusted container images are deployed.
119119

0 commit comments

Comments
 (0)