How to test your Managed Application package before publishing
3 min
before submitting your zip package (containing maintemplate json and createuidefinition json) through the wetransact portal, we recommend running these two checks they catch the vast majority of certification failures early — saving you a rejection cycle with microsoft 🟣 step 1 — preview your deployment ui takes about 2 minutes, no installation needed open the createuidefinition sandbox in the azure portal https //portal azure com/#view/microsoft azure createuidef/sandboxblade https //portal azure com/#view/microsoft azure createuidef/sandboxblade paste the full contents of your createuidefinition json into the editor click preview you'll see the exact purchase wizard your customers will see check that all fields render correctly validations behave as expected no steps are broken or empty 🟣 step 2 — validate your arm template with arm ttk this is the same test toolkit microsoft uses during certification, so passing it locally means far fewer surprises at review download the arm test toolkit https //learn microsoft com/azure/azure resource manager/templates/test toolkit https //learn microsoft com/azure/azure resource manager/templates/test toolkit unzip your package into a folder, then run the following in powershell import module \arm ttk psd1 test aztemplate templatepath \your package folder the output lists every failed rule with the exact file and property to correct fix, re run, and repeat until all tests pass next step — submit through wetransact once both checks pass, upload your zip package to your listing in the wetransact portal and submit 💬 for more, contact us at \<font color="#a855f7">\</font>