Secure DevOps Kit for Azure
Today we will look at how to install and run Azure infrastructure assessment using Secure DevOps Kit for Azure which is developed by Microsoft to secure its Azure infrastructure.
$PSVersionTable
Install-Module AzSK -Scope CurrentUser
Install-Module AzSK -Scope CurrentUser -AllowClobber
Get-Module -Name Az.* -ListAvailable
The cmdlet below scans all Azure resources in the specified resource groups within a subscription and generates a status report:
Get-AzSKAzureServicesSecurityStatus -SubscriptionId <SubscriptionId> -ResourceGroupNames <ResourceGroupNames>
The parameters required are:
- SubscriptionId – Subscription ID is the identifier of your Azure subscription.
- ResourceGroupNames – Comma separated list of resource groups that hold related resources for an Azure subscription.