From afd0c56b446c116f6b28f075ceda3d6075a02bcd Mon Sep 17 00:00:00 2001 From: Leon <91741258+Leon114m@users.noreply.github.com> Date: Mon, 23 Jan 2023 09:31:34 +0100 Subject: [PATCH] fix(docs): Changed the azure subscription file text #HSFDPMUW (#1749) --- docs/tutorials/azure/subscriptions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.