diff --git a/docs/index.md b/docs/index.md index ca006757..9966c5a8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -268,7 +268,7 @@ prowler azure --sp-env-auth prowler azure --az-cli-auth # To use browser authentication -prowler azure --browser-auth +prowler azure --browser-auth --tenant-id "XXXXXXXX" # To use managed identity auth prowler azure --managed-identity-auth diff --git a/mkdocs.yml b/mkdocs.yml index 765e8560..939f2c40 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,7 @@ nav: - Reporting: tutorials/reporting.md - Compliance: tutorials/compliance.md - Quick Inventory: tutorials/quick-inventory.md - - Integrations: tutorials/integrations.md + - Slack Integration: tutorials/integrations.md - Configuration File: tutorials/configuration_file.md - Logging: tutorials/logging.md - Allowlist: tutorials/allowlist.md diff --git a/prowler/providers/common/audit_info.py b/prowler/providers/common/audit_info.py index 0507bd61..eedc9550 100644 --- a/prowler/providers/common/audit_info.py +++ b/prowler/providers/common/audit_info.py @@ -298,7 +298,7 @@ Azure Identity Type: {Fore.YELLOW}[{audit_info.identity.identity_type}]{Style.RE ) if (not browser_auth and tenant_id) or (browser_auth and not tenant_id): raise Exception( - "Azure Tenant ID is required only for browser authentication mode" + "Azure Tenant ID (--tenant-id) is required only for browser authentication mode" ) azure_provider = Azure_Provider(