- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个带有 SQL Server 专用池的 Azure Synapse 工作区
并已禁用公共(public)网络访问
和加载的数据
我可以获取数据
我已将数据加载到 Power BI 桌面应用程序中
并且我使用了“直接查询”
我已从虚拟机发布了 Power BI 报告
但是,我无法在 Power BI 服务中打开报表或数据集
Failed to update data source credentials: Reason: An instance-specificerror occurred while establishing a connection to SQL Server.Connection was denied since Deny Public Network Access is set to Yes(https://docs.microsoft.com/azure/azure-sql/database/connectivity-settings#deny-public-network-access).To connect to this server, use the Private Endpoint from inside yourvirtual network(https://docs.microsoft.com/azure/sql-database/sql-database-private-endpoint-overview#how-to-set-up-private-link-for-azure-sql-database).
并且报告未在 Azure Synapse 中加载
What should I do so that I can access the Power BI report on the Power BI service as well as on the Azure Synapse Studio without having to enable the "Public Network Access"?
最佳答案
您的 Synapse Warehouse 是否有专用端点? (假设是)有两种方法可以解决这个问题。您可以在可以安装本地数据网关的同一 VNet 中部署虚拟机,如果它是锁定的 VNet,则可能需要添加一些 NSG 规则才能使连接完全正常工作。
或者,您可以尝试 VNet 集成,它允许您与 Power BI 服务私下通信,而无需设置本地数据网关。不过,该功能目前处于预览阶段。
然后,当您的数据集发布时,您只需将数据源设置为使用新部署的网关即可。
关于sql-server - Azure 突触 : What should I do so that I can access the Power BI report on Power BI service without having to enable the "Public Network Access"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74353622/
我是一名优秀的程序员,十分优秀!