Removing Azure Service Principal
How to
- Open a new terminal and find the application ID referenced above. It is needed to remove the service principal.
- Login to Azure account through the terminal.
- Use the following command to remove service principal:
az ad sp delete --id <application_ID>
What you should see
Check out our blog for more information on Azure!