Skip to content

Commit 4f3ef38

Browse files
authored
Merge pull request #206260 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 1f4928d + 0e4f104 commit 4f3ef38

File tree

15 files changed

+33
-33
lines changed

15 files changed

+33
-33
lines changed

articles/active-directory/saas-apps/8x8-provisioning-tutorial.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This tutorial describes the steps you need to perform in both 8x8 Admin Console
2020
## Capabilities supported
2121
> [!div class="checklist"]
2222
> * Create users in 8x8
23-
> * Remove users in 8x8 when they do not require access anymore
23+
> * Deactivate users in 8x8 when they do not require access anymore
2424
> * Keep user attributes synchronized between Azure AD and 8x8
2525
> * [Single sign-on](./8x8virtualoffice-tutorial.md) to 8x8 (recommended)
2626
@@ -48,17 +48,17 @@ This section guides you through the steps to configure 8x8 to support provisioni
4848

4949
### To configure a user provisioning access token in 8x8 Admin Console:
5050

51-
1. Sign in to [Admin Console](https://admin.8x8.com). Select **Identity Management**.
51+
1. Sign in to [Admin Console](https://admin.8x8.com). Select **Identity and Security**.
5252

53-
![Admin](./media/8x8-provisioning-tutorial/8x8-identity-management.png)
53+
[ ![Screenshot showing the 8x8 Admin Console.](./media/8x8-provisioning-tutorial/8x8-identity-and-security.png) ](./media/8x8-provisioning-tutorial/8x8-identity-and-security.png#lightbox)
5454

55-
2. Click the **Show user provisioning information** link to generate a token.
55+
2. In the **User Provisioning Integration (SCIM)** pane, click the toggle to enable and then click **Save**.
5656

57-
![Show](./media/8x8-provisioning-tutorial/8x8-show-user-provisioning.png)
57+
[ ![Screenshot showing the Identity and Security page of the Admin Console with a callout over the user provisioning integration slider.](./media/8x8-provisioning-tutorial/8x8-enable-user-provisioning.png) ](./media/8x8-provisioning-tutorial/8x8-enable-user-provisioning.png#lightbox)
5858

5959
3. Copy the **8x8 URL** and **8x8 API Token** values. These values will be entered in the **Tenant URL** and **Secret Token** fields respectively in the Provisioning tab of your 8x8 application in the Azure portal.
6060

61-
![Token](./media/8x8-provisioning-tutorial/8x8-copy-url-token.png)
61+
[ ![Screenshot showing the Identity and Security page of the Admin Console with callout over token fields.](./media/8x8-provisioning-tutorial/8x8-copy-url-token.png) ](./media/8x8-provisioning-tutorial/8x8-copy-url-token.png#lightbox)
6262

6363
## Step 3. Add 8x8 from the Azure AD application gallery
6464

@@ -82,19 +82,19 @@ This section guides you through the steps to configure the Azure AD provisioning
8282

8383
1. Sign in to the [Azure portal](https://portal.azure.com). Select **Enterprise Applications**, then select **All applications**.
8484

85-
![Enterprise applications blade](./media/8x8-provisioning-tutorial/enterprise-applications.png)
85+
![Screenshot showing the Enterprise applications blade](./media/8x8-provisioning-tutorial/enterprise-applications.png)
8686

87-
![All applications blade](./media/8x8-provisioning-tutorial/all-applications.png)
87+
![Screenshot showing the All applications blade](./media/8x8-provisioning-tutorial/all-applications.png)
8888

8989
2. In the applications list, select **8x8**.
9090

91-
![The 8x8 link in the Applications list](common/all-applications.png)
91+
![Screenshot showing the 8x8 link in the Applications list](common/all-applications.png)
9292

9393
3. Select the **Provisioning** tab. Click on **Get started**.
9494

9595
![Screenshot of the Manage options with the Provisioning option called out.](common/provisioning.png)
9696

97-
![Get started blade](./media/8x8-provisioning-tutorial/get-started.png)
97+
![Screenshot showing the Get started blade](./media/8x8-provisioning-tutorial/get-started.png)
9898

9999
4. Set the **Provisioning Mode** to **Automatic**.
100100

@@ -106,7 +106,7 @@ This section guides you through the steps to configure the Azure AD provisioning
106106

107107
6. In the **Notification Email** field, enter the email address of a person or group who should receive the provisioning error notifications and select the **Send an email notification when a failure occurs** check box.
108108

109-
![Notification Email](common/provisioning-notification-email.png)
109+
![Screenshot showing the Notification Email field.](common/provisioning-notification-email.png)
110110

111111
7. Select **Save**.
112112

@@ -160,4 +160,4 @@ Once you've configured provisioning, use the following resources to monitor your
160160

161161
## Next steps
162162

163-
* [Learn how to review logs and get reports on provisioning activity](../app-provisioning/check-status-user-account-provisioning.md)
163+
* [Learn how to review logs and get reports on provisioning activity](../app-provisioning/check-status-user-account-provisioning.md)
101 KB
Loading
189 KB
Loading
161 KB
Loading

articles/app-service/configure-connect-to-azure-storage.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,6 @@ Verify your storage is mounted by running the following command:
213213
az webapp config storage-account list --resource-group <resource-group> --name <app-name>
214214
```
215215

216-
Verify your configuration by running the following command:
217-
218-
```azurecli
219-
az webapp config storage-account list --resource-group <resource-group> --name <app-name>
220-
```
221-
222216
---
223217

224218
> [!NOTE]

articles/communication-services/concepts/email/email-authentication-best-practice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ A DMARC policy record allows a domain to announce that their email uses authenti
7171
The following documents may be interesting to you:
7272

7373
- Familiarize yourself with the [Email client library](../email/sdk-features.md)
74-
- How to send emails with custom verified domains?[Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
75-
- How to send emails with Azure Managed Domains?[Add Azure Managed domains](../../quickstarts/email/add-azure-managed-domains.md)
74+
- How to send emails with custom verified domains? [Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
75+
- How to send emails with Azure Managed Domains? [Add Azure Managed domains](../../quickstarts/email/add-azure-managed-domains.md)

articles/communication-services/concepts/email/email-domain-and-sender-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ Email Communication Service resources are designed to enable domain validation s
5353
The following documents may be interesting to you:
5454

5555
- Familiarize yourself with the [Email client library](../email/sdk-features.md)
56-
- How to send emails with custom verified domains?[Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
57-
- How to send emails with Azure Managed Domains?[Add Azure Managed domains](../../quickstarts/email/add-azure-managed-domains.md)
56+
- How to send emails with custom verified domains? [Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
57+
- How to send emails with Azure Managed Domains? [Add Azure Managed domains](../../quickstarts/email/add-azure-managed-domains.md)

articles/communication-services/concepts/email/email-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ Key features include:
5454
The following documents may be interesting to you:
5555

5656
- Familiarize yourself with the [Email client library](../email/sdk-features.md)
57-
- How to send emails with custom verified domains?[Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
58-
- How to send emails with Azure Managed Domains?[Add Azure Managed domains](../../quickstarts/email/add-azure-managed-domains.md)
57+
- How to send emails with custom verified domains? [Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
58+
- How to send emails with Azure Managed Domains? [Add Azure Managed domains](../../quickstarts/email/add-azure-managed-domains.md)

articles/communication-services/concepts/email/prepare-email-communication-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ Your Azure Administrators will create a new resource of type “Email Communicat
5656
The following documents may be interesting to you:
5757

5858
- Familiarize yourself with the [Email client library](../email/sdk-features.md)
59-
- How to send emails with custom verified domains?[Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
60-
- How to send emails with Azure Managed Domains?[Add Azure Managed domains](../../quickstarts/email/add-azure-managed-domains.md)
59+
- How to send emails with custom verified domains? [Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
60+
- How to send emails with Azure Managed Domains? [Add Azure Managed domains](../../quickstarts/email/add-azure-managed-domains.md)

articles/communication-services/concepts/email/sdk-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ Your Azure account has a set of limitation on the number of email messages that
5151

5252
The following documents may be interesting to you:
5353

54-
- How to send emails with custom verified domains?[Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
55-
- How to send emails with Azure Managed Domains?[Add Azure Managed domains](../../quickstarts/email/add-azure-managed-domains.md)
54+
- How to send emails with custom verified domains? [Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
55+
- How to send emails with Azure Managed Domains? [Add Azure Managed domains](../../quickstarts/email/add-azure-managed-domains.md)
5656
- How to send emails with Azure Communication Service using Email client library? [How to send an Email?](../../quickstarts/email/send-email.md)

0 commit comments

Comments
 (0)