You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/hybrid/how-to-connect-selective-password-hash-synchronization.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ To reduce the configuration administrative effort, you should first consider the
36
36
> Configuring selective password hash synchronization directly influences password writeback. Password changes or password resets that are initiated in Azure Active Directory write back to on-premises Active Directory only if the user is in scope for password hash synchronization.
37
37
38
38
### The adminDescription attribute
39
-
Both scenarios rely on setting the adminDescription attribute of users to a specific value. This allows the the rules to be applied and is what makes selective PHS work.
39
+
Both scenarios rely on setting the adminDescription attribute of users to a specific value. This allows the rules to be applied and is what makes selective PHS work.
40
40
41
41
|Scenario|adminDescription value|
42
42
|-----|-----|
@@ -78,7 +78,7 @@ The following section describes how to enable selective password hash synchroniz
78
78
- Set the attribute value, in active directory, that was defined as scoping attribute on the users you want to allow in password hash synchronization.
79
79
80
80
>[!Important]
81
-
>The steps provided to configure selective password hash synchronization will only effect user objects that have
81
+
>The steps provided to configure selective password hash synchronization will only affect user objects that have
82
82
the attribute **adminDescription** populated in Active Directory with the value of **PHSFiltered**.
83
83
>If this attribute is not populated or the value is something other than **PHSFiltered** then these rules will not be applied to the user objects.
84
84
@@ -92,7 +92,7 @@ the attribute **adminDescription** populated in Active Directory with the value
92
92
3. The first rule will disable password hash sync.
93
93
Provide the following name to the new custom rule: **In from AD - User AccountEnabled - Filter Users from PHS**.
94
94
Change the precedence value to a number lower than 100 (for example **90** or whichever is the lowest value available in your environment).
95
-
Make sure the checkboxes **Enable Password Sync** and **Disabled** are unchecked and c.
95
+
Make sure the checkboxes **Enable Password Sync** and **Disabled** are unchecked.
Copy file name to clipboardExpand all lines: articles/azure-signalr/signalr-resource-faq.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,13 +57,13 @@ For new applications, only default and serverless mode should be used. The main
57
57
58
58
Classic mode is designed for backward compatibility for existing applications so should not be used for new applications.
59
59
60
-
For more information about service mode in [this doc](concept-service-mode.md).
60
+
For more information about service mode, see [Service mode in Azure SignalR Service](concept-service-mode.md).
61
61
62
62
## Can I send message from client in serverless mode?
63
63
64
64
You can send message from client if you configure upstream in your SignalR instance. Upstream is a set of endpoints that can receive messages and connection events from SignalR service. If no upstream is configured, messages from client will be ignored.
65
65
66
-
For more information about upstream see [this doc](concept-upstream.md).
66
+
For more information about upstream, see [Upstream settings](concept-upstream.md).
67
67
68
68
Upstream is currently in public preview.
69
69
@@ -82,4 +82,4 @@ You can configure Azure SignalR Service for different service modes: `Classic`,
82
82
83
83
## Where does my data reside?
84
84
85
-
Azure SignalR Service works as a data processor service. It won't store any customer content, and data residency is included by design. If you use Azure SignalR Service together with other Azure services, like Azure Storage for diagnostics, see [this white paper](https://azure.microsoft.com/resources/achieving-compliant-data-residency-and-security-with-azure/) for guidance about how to keep data residency in Azure regions.
85
+
Azure SignalR Service works as a data processor service. It won't store any customer content, and data residency is included by design. If you use Azure SignalR Service together with other Azure services, like Azure Storage for diagnostics, see [this white paper](https://azure.microsoft.com/resources/achieving-compliant-data-residency-and-security-with-azure/) for guidance about how to keep data residency in Azure regions.
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/disks-upload-vhd-to-managed-disk-powershell.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To upload your VHD to Azure, you'll need to create an empty managed disk that is
29
29
30
30
This kind of managed disk has two unique states:
31
31
32
-
-ReadToUpload, which means the disk is ready to receive an upload but, no [secure access signature](../../storage/common/storage-sas-overview.md) (SAS) has been generated.
32
+
-ReadyToUpload, which means the disk is ready to receive an upload but, no [secure access signature](../../storage/common/storage-sas-overview.md) (SAS) has been generated.
33
33
- ActiveUpload, which means that the disk is ready to receive an upload and the SAS has been generated.
0 commit comments