mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
9ca1899ebf
Co-authored-by: Daniel Barranquero <danielbo2001@gmail.com> Co-authored-by: Andoni Alonso <14891798+andoniaf@users.noreply.github.com>
16 lines
605 B
Markdown
16 lines
605 B
Markdown
# Using Non-Default Azure Regions
|
|
|
|
Microsoft offers cloud environments that comply with regional regulations. These clouds are available for use based on your requirements. By default, Prowler utilizes the commercial `AzureCloud` environment. (To list all available Azure clouds, use `az cloud list --output table`).
|
|
|
|
As of this documentation's publication, the following Azure clouds are available:
|
|
|
|
- AzureCloud
|
|
- AzureChinaCloud
|
|
- AzureUSGovernment
|
|
|
|
To change the default cloud, include the flag `--azure-region`. For example:
|
|
|
|
```console
|
|
prowler azure --az-cli-auth --azure-region AzureChinaCloud
|
|
```
|