简体   繁体   English

Azure 分析服务与存储帐户的连接不起作用

[英]Azure Analysis services connection to storage account not working

We have azure analysis services setup that pulls data from ADLS Gen2 (JSON files).我们有从 ADLS Gen2(JSON 文件)中提取数据的 azure 分析服务设置。 When we try to process or model the tables from within SSMS it throws the following error - –当我们尝试从 SSMS 中处理或建模表时,它会引发以下错误 - –

Failed to save modifications to the server.未能将修改保存到服务器。 Error returned: 'The credentials provided for the AzureBlobs source are invalid.返回错误:“为 AzureBlobs 源提供的凭据无效。

When I open up the storage to all networks then no issues.当我将存储打开到所有网络时,就没有问题了。 However I am worried about the security aspect opening up storage account like that.但是,我担心像这样打开存储帐户的安全方面。

My Quesiton is : Any pointers to why SSMS would throw such an error?我的问题是:任何关于为什么 SSMS 会抛出这样一个错误的指针? Tried to create SP as admin on AAS server and added the same SP to storage blob as contributor but no luck.尝试在 AAS 服务器上以管理员身份创建 SP,并将相同的 SP 添加到存储 blob 作为贡献者,但没有运气。

Add contributor will never help for solve this problem.添加贡献者永远不会帮助解决这个问题。

As you can see in practice, this has nothing to do with RBAC roles.正如您在实践中看到的,这与 RBAC 角色无关。

The key to the problem lies in the network, you need to set the storage firewall.问题的关键在于网络,需要设置存储防火墙。

You have two ways:你有两种方法:

1, Add the outbound ip of the service you are using to the allowed list of storage . 1、将您使用的服务的出站ip添加到存储允许列表中。

2, Or integrate your service with Azure VNET, and then add this virtual network to the allow list of the storage firewall. 2、或者将你的服务与Azure VNET集成,然后将此虚拟网络添加到存储防火墙的允许列表中。

This is all of the ip address of azure service we can get:(You need to add the ip address of the corresponding service to the allowed list about firewall in storage.)这是我们可以得到的所有azure服务的ip地址:(需要将对应服务的ip地址添加到storage中的firewall的允许列表中。)

https://download.microsoft.com/download/7/1/D/71D86715-5596-4529-9B13-DA13A5DE5B63/ServiceTags_Public_20200824.json https://download.microsoft.com/download/7/1/D/71D86715-5596-4529-9B13-DA13A5DE5B63/ServiceTags_Public_20200824.json

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

相关问题 更改存储帐户连接字符串后 Azure Function App 无法正常工作 - Azure Function App not working after changing storage account connection string Azure 媒体服务和现有存储帐户 - Azure Media Services and existing Storage Account Azure-多个云服务,单个存储帐户 - Azure - Multiple Cloud Services, Single Storage Account Azure Blob 触发 function 存储帐户连接 - Azure Blob triggered function storage account connection Azure媒体服务或用于STA的视频存储的简单存储帐户 - Azure Media Services or simple Storage Account for video storage for STA 到 Azure 云存储帐户的连接字符串 - Connection String to an Azure Cloud Storage Account 在Azure Analysis Services中通过ODBC连接打开Pbix文件 - Open Pbix file with ODBC connection in Azure Analysis Services 无法使用Azure混合连接连接到SQL Server Analysis Services - Unable to connect to SQL Server Analysis Services using Azure Hybrid Connection Azure SAS blob 存储帐户的令牌不起作用 - Azure SAS token for blob storage account not working Azure移动服务,表存储和表情符号不起作用 - Azure Mobile Services, Table Storage and Emoji not working
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM