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: support/azure/azure-kubernetes/extensions/istio-add-on-plug-in-ca-certificate.md
+1-23Lines changed: 1 addition & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Istio service mesh add-on plug-in CA certificate troubleshooting
3
3
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
5
5
author: deveshdama
6
6
ms.author: ddama
7
7
editor: v-jsitser
@@ -65,28 +65,6 @@ For more information, see [Plug in CA certificates for Istio-based service mesh
65
65
66
66
As part of the add-on deployment for the plug-in certificates feature, the following resources are deployed onto the cluster:
67
67
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:
- 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:
Copy file name to clipboardExpand all lines: support/azure/virtual-desktop/troubleshoot-set-up-issues.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,12 @@ This article covers issues during the initial setup of the Azure Virtual Desktop
15
15
16
16
Visit the [Azure Virtual Desktop Tech Community](https://techcommunity.microsoft.com/t5/azure-virtual-desktop/bd-p/AzureVirtualDesktopForum) to discuss the Azure Virtual Desktop service with the product team and active community members.
17
17
18
-
## Acquire the Windows 10 Enterprise multi-session image
18
+
## Acquire the Windows Enterprise multi-session image
19
19
20
-
To use the Windows 10 Enterprise multi-session image, go to Azure Marketplace, select **Get Started** > **Microsoft Windows 10**, and select [Windows 10 Enterprise multi-session, Version 1809](https://azuremarketplace.microsoft.com/marketplace/apps/microsoftwindowsdesktop.windows-10?tab=PlansAndPrice).
20
+
To use the Windows Enterprise multi-session image, go to Azure Marketplace, and select the version that you want to deploy:
21
+
22
+
- Windows 10 [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-US/marketplace/apps/microsoftwindowsdesktop.windows-10?tab=PlansAndPrice)
23
+
- Windows 11 [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-US/marketplace/apps/microsoftwindowsdesktop.windows-11?tab=PlansAndPrice)
21
24
22
25
## Issues with using the Azure portal to create host pools
Copy file name to clipboardExpand all lines: support/dynamics-365/sales/button-in-command-bar-not-appear-after-grid-item-selection.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@ description: Button in command bar doesn't appear after grid item selection in M
4
4
ms.reviewer:
5
5
ms.topic: troubleshooting
6
6
ms.date: 03/31/2021
7
+
ms.custom: sap:Opportunity
7
8
---
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
9
10
10
11
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.
11
12
@@ -29,11 +30,11 @@ This means that buttons that don't require an item to be selected, will simply n
29
30
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.
30
31
31
32
> [!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.
33
34
34
35
## Resolution
35
36
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.
37
38
38
39
In most cases, it's helpful to hide buttons that don't act on selected items, so that *item-specific* commands appear more prominently.
0 commit comments