PowerShell script to upload certificate to Azure application registrations
Can be run 2 ways.
- Update the values in config.ps1
- Login using the method mentioned in the respective .ps1 files
- Make sure there is enough permission on the account
- Make sure selecting right AAD tenant id if there are multiple tenants.
- Two approaches are available
- Run Az Commandlets that uses Azure Az PowerShell commandlets
- Run Graph SDK for PowerShell that uses Graph API
- Login using stored credentials
- Different methods to login are available in the link mentioned in respective .ps1 files
- Make sure there is enough permission on the account
- Make sure selecting right AAD tenant id if there are multiple tenants.
- Two approaches are available
- Run Az Commandlets that uses Azure Az PowerShell commandlets
- Run Graph SDK for PowerShell that uses Graph API