简体   繁体   English

当连接 PowerBI 到 Azure Data lake storage v2 ( adls v2 ); 它给出错误 404“指定的容器不存在”

[英]When connecting PowerBI to Azure Data lake storage v2 ( adls v2 ) ; it gives error 404 "The specified container does not exist"

When connecting PowerBI desktop to Azure Data lake storage v2 ( adls v2 );将 PowerBI 桌面连接到 Azure Data lake storage v2 ( adls v2 ) 时; it gives error 404 "The specified container does not exist".它给出错误 404“指定的容器不存在”。 Even though container do exist.即使容器确实存在。

I spent few days on this.我花了几天时间。 Even tried Microsoft Support Request but that was also not helpful.甚至尝试过 Microsoft 支持请求,但这也没有帮助。 I made sure of following but still it was not working:我确定了以下内容,但仍然无法正常工作:

  1. Use dfs URL and NOT blob URL. Include container name in the URL. ex.使用 dfs URL 而不是 blob URL。在 URL.ex 中包含容器名称。 https://StorageAccountName.dfs.core.windows.net/ContainerName

  2. Azure Documentation https://learn.microsoft.com/en-us/power-query/connectors/datalakestorage that Drivers.txt should also be available in the container. Azure 文档https://learn.microsoft.com/en-us/power-query/connectors/datalakestorage Drivers.txt 也应该在容器中可用。 Not sure if this is really required.不确定这是否真的需要。

  3. Account should be Hierarchial namespace enabled.帐户应启用分层命名空间。

Real problem was that of "Access issue".真正的问题是“访问问题”。 Azure is really not good at giving right "error message". Azure 真的不擅长给出正确的“错误信息”。 Worst part is that there are multiple level of access and even if one is not correct, you are stuck.最糟糕的是,有多个访问级别,即使一个不正确,您也会被卡住。 More importantly:更重要的是:

  1. Make sure that Storage account has your IP Address access too.确保存储帐户也具有您的 IP 地址访问权限。
  2. You have "Storage account" level permissions and not at container level.您拥有“存储帐户”级别的权限,而不是容器级别的权限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 数据工厂 V2 中的 LeaseAlreadyPresent 错误 - LeaseAlreadyPresent Error in Azure Data Factory V2 Azure 存储(经典)与 Azure 存储(V2)代码不适用于 V2 存储 - Azure Storage (classic) vs Azure Storage (V2) code not working for V2 storage Azure 数据工厂V2:可选参数 - Azure Data Factory V2: Optional parameters 如何在 Azure 数据工厂 v2 中运行 SQL 脚本? - How to run SQL Script in Azure Data Factory v2? Azure 数据工厂 (V2) 复制活动 - 缺少高级编辑器 - Azure Data Factory (V2) Copy Activity - advanced editor missing 尝试将特定图像上传到 Azure 存储帐户时出现 403 Forbidden - Microsoft-Azure-Application-Gateway/v2 - Getting 403 Forbidden - Microsoft-Azure-Application-Gateway/v2 when trying to upload particular image to the Azure storage account 端点解析错误 - OAuth v2 Azure - msal-node - Endpoints Resolution Error - OAuth v2 Azure - msal-node Aurora Serverless V2什么时候会有Data API? - When will Aurora Serverless V2 have a Data API? Azure 数据工厂 v2 映射数据流 - ticks () 到 TimeStamp 日期时间格式 - Azure Data Factory v2 Mapping Data Flow - ticks () to TimeStamp datetime format v2 Azure Function 服务总线触发器未触发 - v2 Azure Function with Service Bus trigger not firing
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM