Skip to content

Commit d1360ba

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ip-sfi-05
2 parents 273032f + 4f641fc commit d1360ba

File tree

81 files changed

+1217
-998
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1217
-998
lines changed

.github/policies/disallow-edits.yml

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
name: GitOps.PullRequestIssueManagement
2+
description: GitOps.PullRequestIssueManagement primitive
3+
resource: repository
4+
5+
configuration:
6+
resourceManagementConfiguration:
7+
eventResponderTasks:
8+
- description: Close PRs that contain content for services that have been migrated out of the azure-docs-pr repository.
9+
if:
10+
- payloadType: Pull_Request
11+
- isAction:
12+
action: Opened
13+
- or:
14+
- includesModifiedFiles:
15+
files:
16+
- /articles/aks*
17+
- includesModifiedFiles:
18+
files:
19+
- /articles/defender-for-cloud**
20+
- includesModifiedFiles:
21+
files:
22+
- /articles/attestation*
23+
- includesModifiedFiles:
24+
files:
25+
- /articles/confidential-ledger*
26+
- includesModifiedFiles:
27+
files:
28+
- /articles/dedicated-hsm*
29+
- includesModifiedFiles:
30+
files:
31+
- /articles/key-vault*
32+
- includesModifiedFiles:
33+
files:
34+
- /articles/payment-hsm*
35+
- includesModifiedFiles:
36+
files:
37+
- /articles/postgresql*
38+
- includesModifiedFiles:
39+
files:
40+
- /articles/cosmos-db*
41+
- includesModifiedFiles:
42+
files:
43+
- /articles/dms*
44+
- includesModifiedFiles:
45+
files:
46+
- /articles/mariadb*
47+
- includesModifiedFiles:
48+
files:
49+
- /articles/mysql*
50+
- includesModifiedFiles:
51+
files:
52+
- /articles/managed-instance-apache-cassandra*
53+
- includesModifiedFiles:
54+
files:
55+
- /articles/virtual-machines*
56+
- includesModifiedFiles:
57+
files:
58+
- /articles/virtual-machines-scale-sets*
59+
- includesModifiedFiles:
60+
files:
61+
- /articles/container-instances*
62+
- includesModifiedFiles:
63+
files:
64+
- /articles/service-fabric*
65+
- includesModifiedFiles:
66+
files:
67+
- /articles/machine-learning*
68+
- includesModifiedFiles:
69+
files:
70+
- /articles/ai-studio*
71+
- includesModifiedFiles:
72+
files:
73+
- /articles/ai-services*
74+
- includesModifiedFiles:
75+
files:
76+
- /articles/genomics*
77+
- includesModifiedFiles:
78+
files:
79+
- /articles/open-datasets*
80+
- includesModifiedFiles:
81+
files:
82+
- /articles/search*
83+
- includesModifiedFiles:
84+
files:
85+
- /articles/azure-monitor*
86+
- includesModifiedFiles:
87+
files:
88+
- /articles/advisor*
89+
- includesModifiedFiles:
90+
files:
91+
- /articles/chaos-studio*
92+
- includesModifiedFiles:
93+
files:
94+
- /articles/service-health*
95+
- includesModifiedFiles:
96+
files:
97+
- /articles/azure-arc*
98+
- includesModifiedFiles:
99+
files:
100+
- /articles/azure-linux*
101+
- includesModifiedFiles:
102+
files:
103+
- /articles/azure-portal*
104+
- includesModifiedFiles:
105+
files:
106+
- /articles/copilot*
107+
- includesModifiedFiles:
108+
files:
109+
- /articles/lighthouse*
110+
- includesModifiedFiles:
111+
files:
112+
- /articles/quotas*
113+
- includesModifiedFiles:
114+
files:
115+
- /articles/container-registry*
116+
- includesModifiedFiles:
117+
files:
118+
- /articles/kubernetes-fleet*
119+
then:
120+
- addReply:
121+
reply: >-
122+
@${issueAuthor} - You tried to add content to a folder path that has been removed from this repository. Your pull request will be automatically closed. Submit your changes to the updated repository, which can be identified by clicking the Edit this Document link at the top of any published article for that product or service.
123+
- if:
124+
- or:
125+
- activitySenderHasPermission:
126+
permission: None
127+
- activitySenderHasPermission:
128+
permission: Read
129+
- activitySenderHasPermission:
130+
permission: Write
131+
then:
132+
- closePullRequest

articles/active-directory-b2c/force-password-reset.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
title: Configure a force password reset flow in Azure AD B2C
33
titleSuffix: Azure AD B2C
44
description: Learn how to set up a forced password reset flow in Azure Active Directory B2C.
5-
65
author: kengaderdus
76
manager: CelesteDG
8-
97
ms.service: azure-active-directory
10-
118
ms.topic: how-to
12-
ms.date: 01/11/2024
9+
ms.date: 10/11/2024
1310
ms.author: kengaderdus
1411
ms.subservice: b2c
1512
ms.custom: b2c-support, has-azure-ad-ps-ref,azure-ad-ref-level-one-done
@@ -160,16 +157,13 @@ Connect-MgGraph -Scopes 'Domain.ReadWrite.All'
160157
$domainId = "contoso.com"
161158
$params = @{
162159
passwordValidityPeriodInDays = 90
163-
passwordNotificationWindowInDays = 15
164160
}
165161
166162
Update-MgDomain -DomainId $domainId -BodyParameter $params
167163
```
168164

169-
> [!NOTE]
170-
> `passwordValidityPeriodInDays` indicates the length of time in days that a password remains valid before it must be changed. `passwordNotificationWindowInDays` indicates the length of time in days before the password expiration date when users receive their first notification to indicate that their password is about to expire.
171-
172-
## Next steps
165+
- `passwordValidityPeriodInDays` is the length of time in days that a password remains valid before it must be changed.
173166

174-
Set up a [self-service password reset](add-password-reset-policy.md).
167+
## Related content
175168

169+
Set up a [self-service password reset](add-password-reset-policy.md).

articles/api-management/developer-portal-wordpress-plugin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ In this step, create a new Microsoft Entra app. In later steps, you configure th
6969

7070
`https://<apim-instance-name>.developer.azure-api.net/signin`
7171

72-
1. On the **Authentication** page, under **Single-page application**, select **Add URI** and enter the following URI, substituting the name of your API Management instance:
72+
1. Select **+ Add a platform** again. Select **Single-page application** agaain.
73+
1. On the **Configure single-page application** page, enter the following redirect URI, substituting the name of your API Management instance, and select **Configure**:
7374

7475
`https://<apim-instance-name>.developer.azure-api.net/`
7576

Loading
26.4 KB
Loading
18.5 KB
Loading
11.3 KB
Loading
73.2 KB
Loading
114 KB
Loading
40.4 KB
Loading

0 commit comments

Comments
 (0)