Skip to content

Commit c167cbd

Browse files
committed
add reduce PATs callout
1 parent f70b417 commit c167cbd

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/organizations/accounts/faq-user-and-permissions-management.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ summary: |
2020
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
2121
2222
This article provides answers to frequently asked questions (FAQs) about user and permissions management in Azure DevOps. The FAQs are organized by topic to help you quickly find information about managing users, permissions, access levels, Visual Studio subscriptions, GitHub Enterprise integration, and related administrative tasks.
23+
24+
[!INCLUDE [use-microsoft-entra-reduce-pats](../../includes/use-microsoft-entra-reduce-pats.md)]
2325
<a name="general-permissions"></a>
2426
2527

docs/organizations/accounts/get-list-of-organizations-connected-to-microsoft-entra-id.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ This list includes essential information such as:
3232
|**Organization** | Member of an Azure DevOps organization [connected to Microsoft Entra ID](connect-organization-to-azure-ad.md). |
3333
|**Azure DevOps CLI** | A Microsoft Entra token. For more information, see [Issue Microsoft Entra tokens with Azure CLI](../../cli/entra-tokens.md). |
3434

35+
[!INCLUDE [use-microsoft-entra-reduce-pats](../../includes/use-microsoft-entra-reduce-pats.md)]
36+
3537
## Get list of organizations
3638

3739
#### [Browser](#tab/browser)

docs/organizations/security/security-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ ms.date: 02/26/2026
1717

1818
When you're handling information and data, especially in a cloud-based solution like Azure DevOps Services, security should be your top priority. While Microsoft ensures the security of the underlying cloud infrastructure, you're responsible for configuring security within Azure DevOps. This article provides an overview of necessary security-related configurations to protect your Azure DevOps environment against threats and vulnerabilities.
1919

20+
[!INCLUDE [ai-assistance-callout](../../includes/ai-assistance-callout.md)]
21+
22+
[!INCLUDE [use-microsoft-entra-reduce-pats](../../includes/use-microsoft-entra-reduce-pats.md)]
23+
2024
## Protect your network and data
2125

2226
Securing your network is crucial when you're working with Azure DevOps. Protect your data and resources from unauthorized access and potential threats. Implement network security and data protection measures to help ensure that only trusted sources can access your Azure DevOps environment. To secure your network when you're working with Azure DevOps, take the following actions:

docs/repos/git/create-pr-status-server-with-azure-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ For more information about PR status, see [Customize and extend pull request wor
2828
| **Service Hooks** | [Configure service hooks](#configure-a-service-hook-for-pr-events) for PR events to notify your Azure function when a pull request changes. |
2929
| **Authentication** | **Microsoft Entra ID token** with the **Code (status)** scope to have permission to change PR status. For more information, see [Microsoft Entra authentication](../../integrate/get-started/authentication/entra.md). |
3030

31+
[!INCLUDE [use-microsoft-entra-reduce-pats](../../includes/use-microsoft-entra-reduce-pats.md)]
32+
3133
### Create a basic Azure Function to listen to Azure Repos events
3234

3335
[Create your first Azure function](/azure/azure-functions/functions-create-first-azure-function). Then, modify the code in the sample to look like the following code:

0 commit comments

Comments
 (0)