Skip to content

Commit 29abb3a

Browse files
authored
Merge pull request #9010 from MicrosoftDocs/main
Auto push to live 2025-05-27 10:02:30
2 parents 5e8c33b + 46a2fc8 commit 29abb3a

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

support/azure/azure-kubernetes/create-upgrade-delete/error-code-customprivatednszonemissingpermissionerror.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: CustomPrivateDNSZoneMissingPermissionError error code
33
description: Learn how to fix the CustomPrivateDNSZoneMissingPermissionError error that occurs when you try to create or update an Azure Kubernetes Service (AKS) cluster.
4-
ms.date: 11/28/2023
4+
ms.date: 05/27/2025
55
author: jotavar
66
ms.author: jotavar
77
editor: v-jsitser
@@ -28,7 +28,11 @@ An AKS cluster create or update operation fails and returns the following error
2828
2929
## Cause
3030

31-
Before AKS runs a cluster create or update operation for a private cluster that uses a [custom private DNS zone](/azure/aks/private-clusters#configure-a-private-dns-zone), it checks whether the cluster's managed identity or service principal has the required permissions to control the private DNS zone. If AKS doesn't find the necessary permissions, it blocks the operation so that the cluster doesn't enter a failed state.
31+
Before AKS runs a cluster create or update operation for a private cluster that uses a [custom private DNS zone](/azure/aks/private-clusters#configure-a-private-dns-zone), it checks whether the cluster's managed identity or service principal has the required permissions to control the private DNS zone. If AKS can't find the necessary permissions in cases like the following ones, it blocks the operation so that the cluster doesn't enter a failed state:
32+
33+
- The managed identity or service principal has been deleted.
34+
- The managed identity or service principal has been re-created with the same name.
35+
- An incorrect managed identity is passed.
3236

3337
## Solution
3438

support/azure/azure-storage/files/connectivity/files-troubleshoot-smb-connectivity.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshoot problems connecting to and accessing SMB Azure file sh
44
services: storage
55
ms.service: azure-file-storage
66
ms.custom: sap:Connectivity, devx-track-azurepowershell, linux-related-content
7-
ms.date: 04/24/2025
7+
ms.date: 05/27/2025
88
ms.reviewer: kendownie, jarrettr, v-weizhu, v-six, hanagpal, justingross
99
---
1010
# Troubleshoot Azure Files connectivity and access issues (SMB)
@@ -145,10 +145,14 @@ When mounting a file share from on-premises or another datacenter, you might see
145145

146146
This issue is likely caused by a proxy server or another type of Network Address Translation (NAT) device in the datapath that blocks the connection to map the Azure file share. In this case, the PowerShell cmdlet `Test-NetConnection` still might test connectivity on port 445 successfully.
147147

148+
This issue occurs when the Active Directory computer or user account corresponding to the Azure storage account that hosts the FSLogix user profiles can't process Kerberos authentications. The underlying reasons might include incorrect modifications to the `msDS-SupportedEncryptionTypes` attribute, or the rotation of the storage account's access keys without updating the new keys on the Active Directory account.
149+
148150
#### Solution
149151

150152
To resolve this issue, reproduce it and collect a network trace to get more information about the error's origin. In most cases, you must work with your network/firewall administrator to allow the content to pass through the network device.
151153

154+
Kerberos errors can be seen in a network trace, such as flows labeled as KRB Error in a `netsh` trace. To resolve them, [enable Active Directory Domain Services authentication for Azure file shares](/azure/storage/files/storage-files-identity-ad-ds-enable) to set up the authentication parameters properly.
155+
152156
### <a id="error-0x800704b3"></a> Failed with error code 0x800704b3
153157

154158
When you try to mount an Azure file share, you receive the following error:

support/entra/entra-id/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
href: users-groups-entra-apis/error-call-me-endpoint-microsoft-graph.md
316316
- name: HTTP 403 authorization error when calling Microsoft Graph Security API
317317
href: users-groups-entra-apis/403-error-when-calling-microsoft-graph-security-api.md
318-
- name: Tenant doesn't have premium license error when query sign-in activities
318+
- name: Premium license error when querying sign-in activities
319319
href: users-groups-entra-apis/b2c-or-tenant-premium-license-sign-in-activities.md
320320
- name: Problem with using the Graph SDK - libraries
321321
items:

support/entra/entra-id/users-groups-entra-apis/b2c-or-tenant-premium-license-sign-in-activities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tenant doesn't have premium license When You Query User Sign-in Activities By Using Microsoft Graph
3-
description: Provides solutions to the "either tenant is B2C or tenant doesn't have premium license" error when you query user sign-in activities by using Microsoft Graph
2+
title: Tenant Doesn't Have Premium License When You Query User Sign-in Activities By Using Microsoft Graph
3+
description: Provides solutions to the either tenant is B2C or tenant doesn't have premium license error when you query user sign-in activities by using Microsoft Graph
44
ms.date: 04/25/2025
55
ms.service: entra-id
66
ms.author: bachoang

support/power-platform/power-apps/create-and-use-apps/troubleshoot-model-driven-app-lookup-issues.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot Lookup issues in model-driven apps
33
description: Helps troubleshoot Simple Lookup control issues in Power Apps model-driven apps.
44
author: hwhong
5-
ms.date: 03/28/2024
5+
ms.date: 05/27/2025
66
ms.author: hwhong
77
ms.custom: sap:Running model-driven app controls\Lookup, advanced lookup
88
search.audienceType:
@@ -37,6 +37,11 @@ If the Lookup's search results are missing items or include unexpected items, in
3737

3838
- If the fetchXML is correct, but the data returned is incorrect, the issue is on the server, such as a misconfigured relationship. Another possibility is that the user doesn't have correct permissions for some entities, which might not be apparent in the network response other than with an omission of results.
3939

40+
> [!NOTE]
41+
>
42+
> - Selecting the text area (the input box of the Lookup) will show a list of the most recently used items, not a fresh search.
43+
> - Selecting the magnifying glass will trigger a search based on your input, showing results that match your search terms. You can configure the control to always perform a search when you select the text area, instead of showing recent items.
44+
4045
## Views are incorrect
4146

4247
- If an entity or view is missing from the Lookup views or results, or the default view is incorrect:

0 commit comments

Comments
 (0)