Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Azure Virtual Desktop

You're reading from  Mastering Azure Virtual Desktop

Product type Book
Published in Mar 2022
Publisher Packt
ISBN-13 9781801075022
Pages 734 pages
Edition 1st Edition
Languages
Author (1):
Ryan Mangan Ryan Mangan
Profile icon Ryan Mangan

Table of Contents (29) Chapters

Preface 1. Section 1: Introduction
2. Chapter 1: Introduction to Azure Virtual Desktop 3. Section 2: Planning an Azure Virtual Desktop Architecture
4. Chapter 2: Designing the Azure Virtual Desktop Architecture 5. Chapter 3: Designing for User Identities and Profiles 6. Chapter 4: Implementing and Managing Networking for Azure Virtual Desktop 7. Chapter 5: Implementing and Managing Storage for Azure Virtual Desktop 8. Section 3: Implementing an Azure Virtual Desktop Infrastructure
9. Chapter 6: Creating Host Pools and Session Hosts 10. Chapter 7: Configure Azure Virtual Desktop Host Pools 11. Chapter 8: Azure AD Join for Azure Virtual Desktop 12. Chapter 9: Creating and Managing Session Host Images 13. Section 4: Managing Access and Security
14. Chapter 10: Managing Access 15. Chapter 11: Managing Security 16. Section 5: Managing User Environments and Apps
17. Chapter 12: Implementing and Managing FSLogix 18. Chapter 13: Configuring User Experience Settings 19. Chapter 14: MSIX App Attach 20. Chapter 15: Configuring Apps on a Session Host 21. Section 6: Monitoring and Maintaining an Azure Virtual Desktop Infrastructure
22. Chapter 16: Planning and Implementing Business Continuity and Disaster Recovery 23. Chapter 17: Automate Azure Virtual Desktop Management Tasks 24. Chapter 18: Monitoring and Managing Performance and Health 25. Chapter 19: Azure Virtual Desktop's Getting Started Feature 26. Final Assessment 27. Other Books You May Enjoy Appendix: Microsoft Resources and Microsoft Learn

Creating an MSIX package

Before we can create an MSIX image, we need the application in the correct format, which is an MSIX package. You will first need to package your application with the MSIX packaging tool or a third-party tool such as appCURE Studio.

Important Note

MSIX app attach does not support automatic application updates. Therefore, you must disable automatic updates on the operating system. Otherwise, you could end up with unusable applications for the end user(s) if updates occur. It is also important to note that you may need to turn off auto-updating within the application if it supports such a feature.

To turn off automatic updates on the operating system image, you need to run the following script within Command Prompt:

rem Disable Store auto-update:
reg add HKLM\Software\Policies\Microsoft\WindowsStore /v AutoDownload /t REG_DWORD /d 0 /f
Schtasks /Change /Tn "\Microsoft\Windows\WindowsUpdate\Automatic app update" /Disable
Schtasks /Change...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}