Skip to content

Commit 9ca95cb

Browse files
authored
Merge pull request #185010 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents 7222664 + b2887d0 commit 9ca95cb

File tree

6 files changed

+21
-16
lines changed

6 files changed

+21
-16
lines changed

articles/active-directory-b2c/tutorial-create-user-flows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To enable [self-service password reset](add-password-reset-policy.md) for the si
104104

105105
1. Select the sign-up or sign-in user flow you created.
106106
1. Under **Settings** in the left menu, select **Properties**.
107-
1. Under **Password complexity**, select **Self-service password reset**.
107+
1. Under **Password configuration**, select **Self-service password reset**.
108108
1. Select **Save**.
109109

110110
### Test the user flow

articles/active-directory/external-identities/redemption-experience.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,19 @@ When you add a guest user to your directory by [using the Azure portal](./b2b-qu
6161
4. The guest is guided through the [consent experience](#consent-experience-for-the-guest) described below.
6262

6363
## Redemption limitation with conflicting Contact object
64-
Sometimes the invited external guest user's email may conflict with an existing [Contact object](/graph/api/resources/contact), resulting in the guest user being created without a proxyAddress. This is a known limitation that prevents guest users from:
65-
- Redeeming an invitation through a direct link using [SAML/WS-Fed IdP](./direct-federation.md), [Microsoft Accounts](./microsoft-account.md), [Google Federation](./google-federation.md), or [Email One-Time Passcode](./one-time-passcode.md) accounts.
66-
- Redeeming an invitation through an invitation email redemption link using [SAML/WS-Fed IdP](./direct-federation.md) and [Email One-Time Passcode](./one-time-passcode.md) accounts.
67-
- Signing back into an application after redemption using [SAML/WS-Fed IdP](./direct-federation.md) and [Google Federation](./google-federation.md) accounts.
64+
Sometimes the invited external guest user's email may conflict with an existing [Contact object](/graph/api/resources/contact), resulting in the guest user being created without a proxyAddress. This is a known limitation that prevents guest users from redeeming an invitation through a direct link using [SAML/WS-Fed IdP](./direct-federation.md), [Microsoft Accounts](./microsoft-account.md), [Google Federation](./google-federation.md), or [Email One-Time Passcode](./one-time-passcode.md) accounts.
65+
66+
However, the following scenarios should continue to work:
67+
- Redeeming an invitation through an invitation email redemption link using [SAML/WS-Fed IdP](./direct-federation.md), [Email One-Time Passcode](./one-time-passcode.md), and [Google Federation](./google-federation.md) accounts.
68+
- Signing back into an application after redemption using [SAML/WS-Fed IdP](./direct-federation.md) and [Google Federation](./google-federation.md) accounts.
6869

6970
To unblock users who can't redeem an invitation due to a conflicting [Contact object](/graph/api/resources/contact), follow these steps:
70-
1. Delete the conflicting Contact object.
71-
2. Delete the guest user in the Azure portal (the user's "Invitation accepted" property should be in a pending state).
72-
3. Re-invite the guest user.
73-
4. Wait for the user to redeem invitation.
74-
5. Add the user's Contact email back into Exchange and any DLs they should be a part of.
71+
1. Delete the conflicting Contact object.
72+
2. Delete the guest user in the Azure portal (the user's "Invitation accepted" property should be in a pending state).
73+
3. Re-invite the guest user.
74+
4. Wait for the user to redeem invitation.
75+
5. Add the user's Contact email back into Exchange and any DLs they should be a part of.
76+
7577

7678
## Invitation redemption flow
7779

@@ -140,4 +142,4 @@ If you see an error that requires admin consent while accessing an application,
140142
- [Add Azure Active Directory B2B collaboration users in the Azure portal](add-users-administrator.md)
141143
- [How do information workers add B2B collaboration users to Azure Active Directory?](add-users-information-worker.md)
142144
- [Add Azure Active Directory B2B collaboration users by using PowerShell](customize-invitation-api.md#powershell)
143-
- [Leave an organization as a guest user](leave-the-organization.md)
145+
- [Leave an organization as a guest user](leave-the-organization.md)

articles/cosmos-db/emulator-command-line-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Az
7373
or place the `PSModules` directory on your `PSModulePath` and import it as shown in the following command:
7474

7575
```powershell
76-
$env:PSModulePath += "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules"
76+
$env:PSModulePath += ";$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules"
7777
Import-Module Microsoft.Azure.CosmosDB.Emulator
7878
```
7979

articles/role-based-access-control/custom-roles-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: rolyon
1414

1515
# Create or update Azure custom roles using the Azure portal
1616

17-
If the [Azure built-in roles](built-in-roles.md) don't meet the specific needs of your organization, you can create your own Azure custom roles. Just like built-in roles, you can assign custom roles to users, groups, and service principals at subscription and resource group scopes. Custom roles are stored in an Azure Active Directory (Azure AD) directory and can be shared across subscriptions. Each directory can have up to 5000 custom roles. Custom roles can be created using the Azure portal, Azure PowerShell, Azure CLI, or the REST API. This article describes how to create custom roles using the Azure portal.
17+
If the [Azure built-in roles](built-in-roles.md) don't meet the specific needs of your organization, you can create your own Azure custom roles. Just like built-in roles, you can assign custom roles to users, groups, and service principals at management group (in preview only), subscription and resource group scopes. Custom roles are stored in an Azure Active Directory (Azure AD) directory and can be shared across subscriptions. Each directory can have up to 5000 custom roles. Custom roles can be created using the Azure portal, Azure PowerShell, Azure CLI, or the REST API. This article describes how to create custom roles using the Azure portal.
1818

1919
## Prerequisites
2020

articles/service-bus-messaging/message-transfers-locks-settlement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devx-track-csharp
1111

1212
The central capability of a message broker such as Service Bus is to accept messages into a queue or topic and hold them available for later retrieval. *Send* is the term that is commonly used for the transfer of a message into the message broker. *Receive* is the term commonly used for the transfer of a message to a retrieving client.
1313

14-
When a client sends a message, it usually wants to know whether the message has been properly transferred to and accepted by the broker or whether some sort of error occurred. This positive or negative acknowledgment settles the client and the broker understanding about the transfer state of the message. So, it' referred to as *settlement*.
14+
When a client sends a message, it usually wants to know whether the message has been properly transferred to and accepted by the broker or whether some sort of error occurred. This positive or negative acknowledgment settles the understanding of both the client and broker about the transfer state of the message. Therefore, it's referred to as a *settlement*.
1515

1616
Likewise, when the broker transfers a message to a client, the broker and client want to establish an understanding of whether the message has been successfully processed and can therefore be removed, or whether the message delivery or processing failed, and thus the message might have to be delivered again.
1717

@@ -127,4 +127,4 @@ The default value for the lock duration is **30 seconds**. You can specify a dif
127127
## Next steps
128128
- A special case of settlement is deferral. See the [Message deferral](message-deferral.md) for details.
129129
- To learn about dead-lettering, see [Dead-letter queues](service-bus-dead-letter-queues.md).
130-
- To learn more about Service Bus messaging in general, see [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)
130+
- To learn more about Service Bus messaging in general, see [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)

articles/vs-azure-tools-storage-explorer-blobs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ The following steps illustrate how to manage (add and remove) access policies fo
145145
* **Edit an access policy** - Make any desired edits, and select **Save**.
146146
* **Remove an access policy** - Select **Remove** next to the access policy you wish to remove.
147147

148+
> [!NOTE]
149+
> Modifying immutability policies is not supported from Storage Explorer.
150+
148151
## Set the Public Access Level for a blob container
149152

150153
By default, every blob container is set to "No public access".
@@ -248,4 +251,4 @@ The following steps illustrate how to manage the blobs (and folders) within a bl
248251
[16]: ./media/vs-azure-tools-storage-explorer-blobs/blob-upload-files-options.png
249252
[17]: ./media/vs-azure-tools-storage-explorer-blobs/blob-upload-folder-menu.png
250253
[18]: ./media/vs-azure-tools-storage-explorer-blobs/blob-upload-folder-options.png
251-
[19]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-open-editor-context-menu.png
254+
[19]: ./media/vs-azure-tools-storage-explorer-blobs/blob-container-open-editor-context-menu.png

0 commit comments

Comments
 (0)