Skip to main content

Azure

The cipr azure command allows you to retrieve IP ranges for Azure Public cloud. Let's check the cipr azure command output data format with mini verbosity mode.

CLI command
cipr azure --ipv4 --filter-region westeurope --filter-service AzureStorage --verbose-mode mini
Output
20.50.32.0/19,westeurope,AzureStorage

Data Format
CIDR | Azure Region | Azure System Service
info

Azure ServiceTags include entries with no region (cross-region service tags such as ActionGroup). For those rows the Region column is empty.

Filter values

FiltersDescriptionFilter data formatNote
--filterFilter results using a single string. Syntax: region,service.Formats from --filter-region and --filter-service apply here.Single value per field. Leave a field empty to match all (e.g. westeurope,). Case-insensitive.
--filter-regionFilter results by Azure region.Azure region code: westeurope, eastus, northeurope ...Single value only. Case-insensitive.
--filter-serviceFilter results by Azure system service.Azure system service name: AzureStorage, AzureKeyVault, ActionGroup ...Single value only. Case-insensitive.