Prerequisites
Before we can start provisioning MSIX images and applications to users, we first need to package some applications into the MSIX app attach format.
Important Note
You will need a code-signing certificate to create MSIX packages, and MSIX app attach. 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:
It is important to note that you cannot use Azure Active Directory Domain Services with MSIX app attach.
Tip
Azure Files has a maximum concurrent handle limit of 2,000. It is advised that enterprises use Azure NetApp Files when planning to use MSIX app attach. Read more on this limitation here: https://docs.microsoft.com/en-us/azure/storage/files/storage-files-scale-targets#file-scale-targets.
In the next section, we look at creating an MSIX package.