Linux Commands

Installing software Command Description Remarks sudo apt install <PackageName> Install Software Package sudo apt remove <PackageName> Remove package -autoremove will also remove all files that are not needed anymore. sudo apt show List installed sudo apt update Update within version sudo apt upgrade Upgrade highest version available sudo apt –only-upgrade No updating, but upgrading sudo … Read more

Error: subscription is not registered to use namespace ‘Microsoft.AzureActiveDirectory’

When creating a Azure Active Directory in my new Visual Studio Azure Subscription I got an error: The subscription is not registered to use namespace ‘Microsoft.AzureActiveDirectory’ After some research I found out not all Resource Providers are enabled by default. One of them being: Microsoft.AAD. So you need to Register this in the Resource Provider … Read more