DEV Community

Cover image for Microsoft just updated code signing rules for #msdyn365BC
Jeffrey Bulanadi
Jeffrey Bulanadi

Posted on

Microsoft just updated code signing rules for #msdyn365BC

If you're publishing .app files: New certs need secure hardware (Azure Key Vault or FIPS USB).

❌ No valid signature = No AppSource Even on-prem needs explicit skip

Options:
✔️ Azure Key Vault
✔️ .PFX (legacy)
✔️ Self-signed (local/on-prem)

Full guide: 👉 Sign an app package file — Business Central | Microsoft Learn

Top comments (0)