Prerequisites
Before we can start provisioning MSIX images and applications to users, we first need to package some applications in the MSIX app attach format.
Important note
You will need a code-signing certificate to create MSIX packages. The certificate can either be a public, domain, or self-signed certificate.
The five steps to prepare your package for MSIX applications are as follows:
Step |
Description |
Create an MSIX package |
The first step is to create an MSIX package containing the application you want to deliver dynamically. |
Create an MSIX image |
Create an MSIX image using the MSIX package you created in the previous step. |
Configure Azure Files for MSIX app attach (It’s recommended that Azure NetApp Files is used for enterprise deployments) ... |