Thanks for posting your question in the Microsoft Q&A forum.
Follow these steps:
- Create a Trusted Signing account in your Azure subscription , set up an Identity validation resource within your Trusted Signing account. create a Certificate profile, choosing between Public Trust or Private Trust depending on your needs.
- Use the Azure Trusted Signing service to sign your application executable. you can integrate this process into your CI/CD pipeline using tools like GitHub Actions or Azure DevOps.
- For broader trust on Windows systems, use Public Trust signing. public Trust requires more rigorous identity validation but provides better recognition across Windows systems
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful