Hi @Chethan Venkat ,
You can't deploy MSI's to Azure. That would involve executing and having the permissions to install the package. Furthermore, Static Web Apps (you tagged it as such), can only accept static code deployments of specific runtimes. Only HTML, JavaScript frameworks, CSS, and images are supported; see What you can do with Static Web Apps. For general App Service, for which Static Web Apps are based, run on a Sandbox environment which restricts access to underlying components.
If you're packaging your web application inside an MSI, there are many different ways to deploy your code; from a Zip, FTP, through CI/CD or GitHub actions; just to name a few.