Browsed by
Month: March 2020

Secure DevOps Kit for Azure

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…

Read More Read More