从 Azure Blob 存储获取数据时 Power BI Desktop 出错

Error in Power BI Desktop when getting data from Azure Blob Storage

我在 Azure Blob 存储中的一个容器中有 json 个文件。 出于某种原因,上周我可以将这些文件作为数据源下载到 Power BI Desktop 中,今天我不断收到错误,即使没有任何更改(据我所知,我是新手)。

这是我得到的错误:

An error occurred in the ‘Sample File’ query. DataSource.Error: AzureBlobs failed to get contents from 'https://smartplugdata.blob.core.windows.net/democontainer/'. Status code: 407, description: 'Proxy Authentication Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied.  )'.
Details:
    DataSourceKind=AzureBlobs
    DataSourcePath=https://smartplugdata.blob.core.windows.net/democontainer
    Url=https://smartplugdata.blob.core.windows.net/democontainer/

我不明白这是什么问题。有时我可以访问文件,但后来我无法访问文件的内容。其他时候我什至无法访问这些文件。谢谢

Forefront TMG 是安装在您的网络上的安全软件。其策略中的某些内容正在阻止您尝试发送到 Azure 的请求。与您的本地管理员交谈应该可以帮助您找出导致软件阻止请求并解决它的规则。