Skip to content

Commit d759603

Browse files
authored
Merge pull request #8619 from MicrosoftDocs/main
Auto push to live 2025-04-01 02:00:02
2 parents 26f1bd7 + e3ac1ff commit d759603

51 files changed

Lines changed: 189 additions & 537 deletions

File tree

Some content is hidden

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

.openpublishing.redirection.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13211,6 +13211,62 @@
1321113211
{
1321213212
"source_path": "support/windows-server/remote/error-when-connecting-terminal-server.md",
1321313213
"redirect_url": "/previous-versions/troubleshoot/windows-server/error-when-connecting-terminal-server"
13214+
},
13215+
{
13216+
"source_path": "support/dynamics-365/sales/tls-1-dot-2-required-for-connectivity.md",
13217+
"redirect_url": "/previous-versions/troubleshoot/dynamics/crm/tls-1-dot-2-required-for-connectivity"
13218+
},
13219+
{
13220+
"source_path": "support/dynamics-365/sales/dynamics-crm-installations-updates-and-documentation.md",
13221+
"redirect_url": "/previous-versions/troubleshoot/dynamics/crm/dynamics-crm-installations-updates-and-documentation"
13222+
},
13223+
{
13224+
"source_path": "support/dynamics-365/sales/import-of-solution-fails-due-to-missing-components.md",
13225+
"redirect_url": "/troubleshoot/power-platform/dataverse/working-with-solutions/missing-dependency-on-solution-import"
13226+
},
13227+
{
13228+
"source_path": "support/dynamics-365/sales/solution-install-fails-due-dependencies.md",
13229+
"redirect_url": "/troubleshoot/power-platform/dataverse/working-with-solutions/missing-dependency-on-solution-import"
13230+
},
13231+
{
13232+
"source_path": "support/dynamics-365/sales/error-code-8004f016-when-importing-contact-lead-attributemap.md",
13233+
"redirect_url": "/troubleshoot/power-platform/dataverse/welcome-dataverse"
13234+
},
13235+
{
13236+
"source_path": "support/dynamics-365/sales/cannot-connect-your-dynamics-365-server.md",
13237+
"redirect_url": "/troubleshoot/power-platform/dataverse/d365-app-outlook/cannot-connect-your-dynamics-365-server"
13238+
},
13239+
{
13240+
"source_path": "support/dynamics-365/sales/error-when-accessing-app-module.md",
13241+
"redirect_url": "/troubleshoot/power-platform/dataverse/environment-app-access/error-when-accessing-app-module"
13242+
},
13243+
{
13244+
"source_path": "support/dynamics-365/sales/solution-cannot-be-deleted.md",
13245+
"redirect_url": "/troubleshoot/power-platform/dataverse/working-with-solutions/solution-cannot-be-deleted"
13246+
},
13247+
{
13248+
"source_path": "support/dynamics-365/sales/we-cannot-find-any-apps-your-role.md",
13249+
"redirect_url": "/troubleshoot/power-platform/dataverse/environment-app-access/we-cannot-find-any-apps-your-role"
13250+
},
13251+
{
13252+
"source_path": "support/dynamics-365/sales/error-code-80040203-invalid-argument-error.md",
13253+
"redirect_url": "/troubleshoot/power-platform/dataverse/working-with-solutions/error-code-80040203-invalid-argument-error"
13254+
},
13255+
{
13256+
"source_path": "support/dynamics-365/sales/error-code-80048539-when-importing-solution-patch.md",
13257+
"redirect_url": "/troubleshoot/power-platform/dataverse/working-with-solutions/error-code-80048539-when-importing-solution-patch"
13258+
},
13259+
{
13260+
"source_path": "support/dynamics-365/sales/error-importing-savedquery-in-dynamics-365.md",
13261+
"redirect_url": "/troubleshoot/power-platform/dataverse/working-with-solutions/error-importing-savedquery-in-dynamics-365"
13262+
},
13263+
{
13264+
"source_path": "support/dynamics-365/sales/troubleshoot-dynamics365-embedcollab-issues.md",
13265+
"redirect_url": "/troubleshoot/power-platform/dataverse/microsoft-teams/troubleshoot-dynamics365-embedcollab-issues"
13266+
},
13267+
{
13268+
"source_path": "support/dynamics-365/sales/the-record-could-not-be-deleted.md",
13269+
"redirect_url": "/troubleshoot/power-platform/dataverse/working-with-solutions/the-record-could-not-be-deleted"
1321413270
}
1321513271
]
1321613272
}

support/azure/azure-kubernetes/extensions/istio-add-on-plug-in-ca-certificate.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Istio service mesh add-on plug-in CA certificate troubleshooting
33
description: Learn how to do plug-in CA certificate troubleshooting on the Istio service mesh add-on for Azure Kubernetes Service (AKS).
4-
ms.date: 03/04/2025
4+
ms.date: 04/01/2025
55
author: deveshdama
66
ms.author: ddama
77
editor: v-jsitser
@@ -65,28 +65,6 @@ For more information, see [Plug in CA certificates for Istio-based service mesh
6565

6666
As part of the add-on deployment for the plug-in certificates feature, the following resources are deployed onto the cluster:
6767

68-
- The `cacerts` Kubernetes secret is created in the `aks-istio-system` namespace at the time of the add-on deployment. This secret contains synchronized Azure Key Vault secrets:
69-
70-
```bash
71-
kubectl describe secret cacerts --namespace aks-istio-system
72-
```
73-
74-
```output
75-
Name: cacerts
76-
Namespace: aks-istio-system
77-
Labels: secrets-store.csi.k8s.io/managed=true
78-
Annotations: <none>
79-
80-
Type: opaque
81-
82-
Data
83-
====
84-
ca-cert.pem: 1968 bytes
85-
ca-key.pem: 3272 bytes
86-
cert-chain.pem: 3786 bytes
87-
root-cert.pem: 3636 bytes
88-
```
89-
9068
- The `istio-spc-asm-1-21` [SecretProviderClass object](https://azure.github.io/secrets-store-csi-driver-provider-azure/docs/getting-started/usage/#create-your-own-secretproviderclass-object) is created in the `aks-istio-system` namespace at the time of the add-on deployment. This resource contains Azure-specific parameters for the Secrets Store Container Storage Interface (CSI) driver:
9169

9270
```bash

support/dynamics-365/sales/button-in-command-bar-not-appear-after-grid-item-selection.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ description: Button in command bar doesn't appear after grid item selection in M
44
ms.reviewer:
55
ms.topic: troubleshooting
66
ms.date: 03/31/2021
7+
ms.custom: sap:Opportunity
78
---
8-
# Button in command bar does not appear after grid item selection in Microsoft Dynamics CRM Online
9+
# Button in command bar doesn't appear after grid item selection in Microsoft Dynamics CRM Online
910

1011
This article provides a resolution for the issue that the button customized to show doesn't appear as expected after one or more grid items are selected in Microsoft Dynamics CRM Online.
1112

@@ -29,11 +30,11 @@ This means that buttons that don't require an item to be selected, will simply n
2930
The method that the determination is made is based on whether the command associated with the ribbon button has a SelectionCount rule. If it has a SelectionCount rule, it's considered to be an *item-specific* command.
3031

3132
> [!NOTE]
32-
> Flyouts and split buttons are excluded from this change, and still shown in both cases of when items are selected or not. This is to ensure that menu items, some of which may be generated dynamically, is not incorrectly hidden.
33+
> Flyouts and split buttons are excluded from this change, and still shown in both cases of when items are selected or not. This is to ensure that menu items, some of which may be generated dynamically, isn't incorrectly hidden.
3334
3435
## Resolution
3536

36-
This is designed behavior, that affects all buttons, not just custom buttons, but out of box buttons as well (Note - flyouts and split buttons excluded since they have a menu with further child buttons and cannot be easily categorized). This is an explicit design change from web client to Unified Client.
37+
This is designed behavior that affects all buttons not just custom buttons, but out of box buttons as well (Note - flyouts and split buttons excluded since they have a menu with further child buttons and can't be easily categorized). This is an explicit design change from web client to Unified Client.
3738

3839
In most cases, it's helpful to hide buttons that don't act on selected items, so that *item-specific* commands appear more prominently.
3940

support/dynamics-365/sales/cannot-enable-dialer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.date: 08/22/2023
55
ms.reviewer: asaftzuk, ilanak
66
author: t-ronioded
77
ms.author: ronihemed
8+
ms.custom: sap:Teams Dialer
89
---
910
# Can't enable Microsoft Teams dialer for Dynamics 365 Sales
1011

support/dynamics-365/sales/cannot-hear-other-customer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.date: 08/22/2023
55
ms.reviewer: asaftzuk, ilanak
66
author: t-ronioded
77
ms.author: ronihemed
8+
ms.custom: sap:Teams Dialer
89
---
910
# A seller can't hear customers in a call
1011

support/dynamics-365/sales/cannot-make-phone-calls-to-pstn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.date: 08/22/2023
55
ms.reviewer: asaftzuk, ilanak
66
author: t-ronioded
77
ms.author: ronihemed
8+
ms.custom: sap:Teams Dialer
89
---
910
# Sellers can't make a phone call to a PSTN number
1011

support/dynamics-365/sales/dialer-basic-troubleshooting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.date: 08/22/2023
55
ms.reviewer: asaftzuk, ilanak
66
author: t-ronioded
77
ms.author: ronihemed
8+
ms.custom: sap:Teams Dialer
89
---
910
# Basic troubleshooting steps for Microsoft Teams dialer
1011

support/dynamics-365/sales/dialer-not-available-in-custom-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.date: 08/22/2023
55
ms.reviewer: asaftzuk, ilanak
66
author: t-ronioded
77
ms.author: ronihemed
8+
ms.custom: sap:Teams Dialer
89
---
910
# Microsoft Teams dialer isn't visible in a custom app
1011

support/dynamics-365/sales/dialer-not-visible-in-sales.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.date: 08/22/2023
55
ms.reviewer: asaftzuk, ilanak
66
author: t-ronioded
77
ms.author: ronihemed
8+
ms.custom: sap:Teams Dialer
89
---
910
# Teams dialer isn't visible in Dynamics 365 Sales
1011

support/dynamics-365/sales/duplicate-phone-calls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.date: 08/22/2023
55
ms.reviewer: asaftzuk, ilanak
66
author: t-ronioded
77
ms.author: ronihemed
8+
ms.custom: sap:Teams Dialer
89
---
910
# Duplicate phone calls are created when you use Sales accelerator
1011

0 commit comments

Comments
 (0)