PowerBI Azure Service Tag & IP Range Extractor for Power BI Firewall Rules September 18, 202538 views0 By IG Share Share Managing firewall rules for Power BI and other Azure services can be challenging, especially with constantly changing IP ranges. This tool simplifies the process by allowing you to parse Microsoft’s official “Azure IP Ranges & Service Tags” JSON files directly in your browser. Generate precise allowlists for services like Power BI and Azure Active Directory, compare current and upcoming IP ranges to see what’s changed, and export your list to CSV or a PowerShell template for easy automation. Azure Service Tag IP Extractor for Power BI Firewall Allowlists (Offline Tool) Power BI Service Tag IP Extractor Parse Microsoft’s “Azure IP Ranges & Service Tags” JSON (Public/AzureGov/other) to generate allowlists for PowerBI, Analysis, ServiceBus, and AzureActiveDirectory. Optionally pre-stage next month’s ranges and export CSV/PowerShell. 1) Load JSON (Current Month) Load …or paste JSON here This file is typically named like ServiceTags_Public_YYYYMMDD.json or ServiceTags_AzureGov_YYYYMMDD.json. 2) (Optional) Load JSON (Next Month Preview) Load …or paste preview JSON here Pre-stage next month (include both current & next ranges in generated allowlist) 3) Filters & Service Tags Region filter (comma-separated; leave empty for all) Matches if tag region equals any listed value. Common: Global, CentralIndia, SouthIndia, WestIndia. Service tags (edit as needed) Add Tag We match on either item.properties.systemService or the item.name field. Process 4) Combined Allowlist (Current ± Next) — 0 IP prefixes Export CSV Export JSON Show PowerShell Template Service TagRegionPrefixSource 5) Delta View (Next vs Current) Added: 0 Removed: 0 Added in preview vs current Service TagRegionPrefix Removed in preview vs current Service TagRegionPrefix Use this delta for **change control**: propose adds/removes ahead of the monthly cutover to avoid downtime. PowerShell Examples (Generic) # EXAMPLE 1: Export combined allowlist to a file (already available via "Export CSV") # Use this CSV to feed your firewall automation or change control. # EXAMPLE 2: Azure Firewall (Network Rule Collection) - append address prefixes # NOTE: Replace placeholders with your specifics. For large lists, batch in chunks. $rg = "rg-networking" $fw = "azfw-ngc-egress" $rcg = "Allow-PowerBI-Services" $ruleName = "Allow-PowerBI-All" # Load prefixes from CSV (ServiceTag,Region,Prefix,Source) $rows = Import-Csv ".allowlist.csv" $prefixes = $rows | Select-Object -Expand Prefix -Unique # Fetch existing rule collection config (illustrative) $afw = Get-AzFirewall -Name $fw -ResourceGroupName $rg $rule = $afw.NetworkRuleCollections | Where-Object {$_.Name -eq $rcg} | ForEach-Object { $_.Rules | Where-Object {$_.Name -eq $ruleName} } # Merge new prefixes with existing FQDN Tags/IPs as needed (pseudo) # Update-AzFirewallNetworkRule - not a real cmdlet; use Set-AzFirewall with full object mutation pattern. # For vendor firewalls (Palo Alto/FortiGate), transform CSV to vendor CLI or API calls. These snippets are examples—every firewall/NAT vendor differs. Use the CSV export to feed your own automation (Runbook/Logic App/Ansible, etc.). Disclaimer: The Questions and Answers provided on https://gigxp.com are for general information purposes only. We make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Share What's your reaction? Excited 0 Happy 0 In Love 0 Not Sure 0 Silly 0 IG Website Twitter
PowerBI Fix “Resource Governing” Memory Errors in Power BI & Fabric Seeing a “Resource Governing” error on your Power BI refresh? This failure often happens when ...
PowerBI Microsoft Fabric F64 vs. Power BI Embedded A4 & EM SKUs Cost Choosing between Microsoft Fabric F64 and Power BI Embedded A4 in 2025 has become a ...
PowerBI Power BI & Fabric Capacity Performance Modeler | Simulate & Optimize Workloads Welcome to the ultimate tool for forecasting your Power BI and Microsoft Fabric capacity needs. ...
PowerBI TCO Calculator: Power BI Embedded vs. Microsoft Fabric Cost Analysis Choosing between Power BI Embedded and Microsoft Fabric for your analytics platform involves more than ...
PowerBI Free Microsoft Fabric Throttling Estimator & Capacity Planner Tool Plan and troubleshoot Microsoft Fabric capacities with this self-contained, bright-mode estimator from GigXP.com. Add your ...
Enterprise Tech EoL for SSRS 2022 – 2025 Migration Roadmap to Power BI reports Is SQL Server Reporting Services (SSRS) retired? The short answer is no, but its final ...
PowerBI Report Server to Server Migration Path Guide – Checklist & Scripts Migrating your Power BI Report Server is a high-stakes project where downtime and risk are ...
PowerBI Guide to Copilot in Power BI Embedded | Features, Limits & ISV Scenarios The promise of AI with Microsoft Copilot is transforming analytics, but for developers using Power ...
PowerBI Is Microsoft Copilot on Fabric Free? Guide to Pricing and Cost-Effective Strategies Many users wonder if Microsoft Copilot on Fabric is available for free through a trial. ...
PowerBI QuickSight to Power BI Migration: The Complete Enterprise Framework (2025) Migrating your enterprise BI platform from Amazon QuickSight to Microsoft Power BI is a significant ...
PowerBI QuickSight on Azure: The Definitive Integration Guide (Synapse & Fabric) Struggling to connect Amazon QuickSight to your data in Azure? You’re not alone. While a ...
PowerBI Guide to Power BI Report Server Licensing (2025) (PBIRS) In today’s hybrid cloud environments, Power BI Report Server (PBIRS) remains a vital cornerstone for ...