Azure Custom Role – Join VM to vNet
Alot of companies need to address their security by avoiding to much permissions and as a consultant I don’t want to have more permissions then I need to get the work done. Here is how we use PowerShell to extract up to date permissions from Azure. Get-AzureRmProviderOperation “Microsoft.Resources/*” | FT Operation, Description Extract to a […]