Skip to content

Commit 13db2df

Browse files
Merge pull request #9875 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-13 18:00 UTC
2 parents ea6e510 + 8e862dc commit 13db2df

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

support/azure/azure-storage/blobs/connectivity/storage-use-azcopy-troubleshoot.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot issues in AzCopy (Azure Storage)
33
description: Understand how to apply workarounds for common Azure Storage issues that occur in AzCopy version 10.
44
ms.service: azure-storage
5-
ms.date: 05/08/2024
5+
ms.date: 10/06/2025
66
editor: v-jsitser
77
ms.reviewer: abail, broder, schoag, dafalkne, shaas, raharina, normesta, azuresamfilesmigcic, azurestocic, v-weizhu, v-leedennis
88
ms.custom: sap:Connectivity
@@ -29,6 +29,8 @@ Any other nonzero exit code (such as `OOMKilled`) might be generated by the syst
2929

3030
In some cases, "403" errors can cause a failed transfer. If this issue occurs, other attempts to transfer files are likely to fail until you resolve the issue. "403" errors can be caused by authentication and authorization issues. They can also occur if requests are blocked by the storage account firewall configuration.
3131

32+
This section covers a few common causes for 403 errors. For a comprehensive troubleshooting guide, see [Troubleshoot 403 errors](../authentication/storage-troubleshoot-403-errors.md).
33+
3234
### Authentication and authorization issues
3335

3436
"403" errors that prevent data transfer occur because of issues that involve SAS tokens, role-based access control (Azure RBAC) roles, and access control list (ACL) configurations.
@@ -43,6 +45,8 @@ If you use a shared access signature (SAS) token, make sure that the following s
4345

4446
- You generated the token by using an official SDK or tool. Try Storage Explorer if you haven't already.
4547

48+
For a complete checklist of SAS issues that can cause 403 errors, see [SAS tokens](../authentication/storage-troubleshoot-403-errors.md#sas-tokens).
49+
4650
#### Azure RBAC
4751

4852
If you use Azure RBAC roles through the `azcopy login` command, verify that you have the appropriate Azure roles assigned to your identity (for example, the Storage Blob Data Contributor role).
@@ -78,19 +82,21 @@ For more information about this property and its associated configuration settin
7882

7983
#### Transfer data from or to a local hosting component
8084

81-
If you're uploading or downloading data between a storage account and an on-premises hosting component, make sure that the hosting component that runs AzCopy can access either the source or destination storage account. You might have to use IP network rules in the firewall settings of either the source or destination accounts to allow access from the public IP address of the hosting component.
85+
If you're uploading or downloading data between a storage account and an on-premises hosting component, make sure that the hosting component that runs AzCopy can access either the source or destination storage account. You might have to use IP network rules in the firewall settings of either the source or destination accounts to allow access from the public IP address of the hosting component. For a checklist of common causes, see [Public network endpoint](../authentication//storage-troubleshoot-403-errors.md#public-network-endpoint).
8286

8387
#### Transfer data between storage accounts
8488

8589
"403" authorization errors can prevent you from transferring data between accounts by using the client hosting component on which AzCopy is running.
8690

87-
If you're copying data between storage accounts, make sure that the hosting component that runs AzCopy can access both the source and the destination account. You might have to use IP network rules in the firewall settings of both the source and destination accounts to allow access from the public IP address of the hosting component. The service uses the IP address of the AzCopy client hosting component to authorize the source to destination traffic. To learn how to add a public IP address to the firewall settings of a storage account, see [Grant access from an internet IP range](/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range).
91+
If you're copying data between storage accounts, make sure that the hosting component that runs AzCopy can access both the source and the destination account. You might have to use IP network rules in the firewall settings of both the source and destination accounts to allow access from the public IP address of the hosting component. The service uses the IP address of the AzCopy client hosting component to authorize the source to destination traffic. To learn how to add a public IP address to the firewall settings of a storage account, see [Grant access from an internet IP range](/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range).
92+
93+
For a checklist of other issues to consider, see [Public network endpoint](../authentication//storage-troubleshoot-403-errors.md#public-network-endpoint).
8894

8995
In case your VM doesn't or can't have a public IP address, consider using a private endpoint. See [Use private endpoints for Azure Storage](/azure/storage/common/storage-private-endpoints).
9096

9197
#### Use Private Link
9298

93-
[Private Link](/azure/private-link/private-link-overview) is at the virtual network/subnet level. If you want AzCopy requests to go through Private Link, then AzCopy must make those requests from a VM that's running in that virtual network/subnet. For example, suppose that you configure Private Link in VNet1/Subnet1, but the VM on which AzCopy runs is in VNet1/Subnet2. In this scenario, AzCopy requests don't use Private Link, and the requests are expected to fail.
99+
[Private Link](/azure/private-link/private-link-overview) is at the virtual network/subnet level. If you want AzCopy requests to go through Private Link, then AzCopy must make those requests from a VM that's running in that virtual network/subnet. For example, suppose that you configure Private Link in VNet1/Subnet1, but the VM on which AzCopy runs is in VNet1/Subnet2. In this scenario, AzCopy requests don't use Private Link, and the requests are expected to fail. For a checklist of other issues to consider, see [Private endpoints](../authentication/storage-troubleshoot-403-errors.md#private-endpoints).
94100

95101
## Proxy-related errors
96102

@@ -163,5 +169,6 @@ If you're copying data between accounts by using AzCopy, the quality and reliabi
163169

164170
- [Get started with AzCopy](/azure/storage/common/storage-use-azcopy-v10)
165171
- [Find errors and resume jobs by using log and plan files in AzCopy](/azure/storage/common/storage-use-azcopy-configure)
172+
- [Troubleshoot 403 errors](../authentication/storage-troubleshoot-403-errors.md)
166173

167174
[!INCLUDE [Azure Help Support](../../../../includes/azure-help-support.md)]

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Troubleshoot Lookup issues in model-driven apps
33
description: Helps troubleshoot Simple Lookup control issues in Power Apps model-driven apps.
4-
author: hwhong
54
ms.date: 05/27/2025
6-
ms.author: hwhong
5+
ms.reviewer: hwhong, v-shaywood
76
ms.custom: sap:Running model-driven app controls\Lookup, advanced lookup
87
search.audienceType:
98
- maker
@@ -54,7 +53,13 @@ If the Lookup's search results are missing items or include unexpected items, in
5453

5554
## Result fields are incorrect
5655

57-
The Lookup control's search results are presented in the order that they're listed for that entity's Lookup view, with blank fields being replaced with the next nonblank field. A multi-entity Lookup can have results with different orders of fields if the entities' Lookup views have different field combinations.
56+
The Lookup control's search results are presented in the order that they're listed in the entity's Lookup view, with the following exceptions:
57+
58+
- Blank fields are replaced with the next nonblank field.
59+
- Fields beginning with the search string are swapped with the second field.
60+
61+
> [!NOTE]
62+
> A multi-entity Lookup can have results with different orders of fields if the entities' Lookup views have different field combinations.
5863
5964
## See also
6065

0 commit comments

Comments
 (0)