diff --git a/docs/tutorials/azure/subscriptions.md b/docs/tutorials/azure/subscriptions.md index 11f95fb6..d28f2b1d 100644 --- a/docs/tutorials/azure/subscriptions.md +++ b/docs/tutorials/azure/subscriptions.md @@ -1,10 +1,10 @@ # Azure subscriptions scope -By default Prowler is multisubscription, which means that is going to scan all the subscriptions is able to list. If you only assign permissions to one subscription it is going to scan a single one. +By default, Prowler is multisubscription, which means that is going to scan all the subscriptions is able to list. If you only assign permissions to one subscription, it is going to scan a single one. Prowler also has the ability to limit the subscriptions to scan to a set passed as input argument, to do so: ```console prowler azure --az-cli-auth --subscription-ids ... ``` -Where you can pass from 1 up to N subscriptions to be scanned. \ No newline at end of file +Where you can pass from 1 up to N subscriptions to be scanned.