Ensure Power BI analysis services are defined for Azure Analysis Services Server

LOW

Description

Azure Analysis Services Servers do not have Power BI analysis services defined.

Remediation

In Azure Console -

  1. Open the Azure Portal and go to Analysis Services.
  2. Select the Analysis Services instance you wish to edit.
  3. Select Firewall from the navigation menu.
  4. Set Enable firewall to On.
  5. Set Allow access from Power BI Service to On.
  6. Set the Client IP addresses as needed.

In Terraform -

  1. In the azurerm_analysis_services_server resource, set enable_power_bi_service to true.

References:
https://learn.microsoft.com/en-us/azure/analysis-services/analysis-services-overview
https://learn.microsoft.com/en-us/azure/analysis-services/analysis-services-connect-pbi
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/analysis_services_server#enable_power_bi_service

Policy Details

Rule Reference ID: AC_AZURE_0225
CSP: Azure
Remediation Available: Yes
Resource Category: Analytics
Resource Type: Analysis Services

Frameworks