Avoid These 3 Mistakes With VM Images

  Рет қаралды 5,686

Azure Academy

Azure Academy

Күн бұрын

Check out the NEW Azure Image Builder Templates in the Azure portal, No code required! 🔥AFTER THIS 👉 • Azure Image Builder Ma... 👈
▬▬▬▬▬▬ C H A P T E R S 📲 ▬▬▬▬▬▬
00:00 Avoid These 3 Mistakes:
00:59 Prereq: Identity
02:54 Build Template:
09:19 Customizations
12:27 Validation
13:04 Build & Replicate
13:44 Wrap Up
▬▬▬▬▬▬ R E S O U R C E S 📡 ▬▬▬▬▬▬
► AIB Custom Role: raw.githubusercontent.com/Dea...
► AIB for AVD: github.com/danielsollondon/az...
► Verify FSLogix Location: $Share = '\\Server\Share'
$Key = (Get-ItemProperty -Path 'HKLM:\Software\FSLogix\Profiles').VHDLocations
$Share.equals($Key)
▬▬▬▬▬▬ S U P P O R T 💰 ▬▬▬▬▬▬
► Become a Learner TODAY: tinyurl.com/AzureAcademy-Subs...
► Twitter: / msazureacademy
► LinkedIn: / dean-cefola-2902934b
#TheAzureAcademy #AzureImageBuilder #AzureVirtualDesktop

Пікірлер: 34
@asedfsdfsdf0y74308gh
@asedfsdfsdf0y74308gh Жыл бұрын
Thanks Dean, great video, good to see AIB getting some love.
@AzureAcademy
@AzureAcademy Жыл бұрын
and its about to get some more love...Stay Tuned!
@harmstrongg
@harmstrongg Жыл бұрын
One more thing that should be mentioned with AIB: if you're in the testing process--make sure you locate the "IT_*" resource group once the build starts and then enable a delete lock on that resource group. This will prevent the AIB service from deleting the build resources so you can bastion in and check things out for debugging. If you don't do this, all you're left with in the end is a storage account with a log file from packer. That's not always enough. Also--you tested your customizer scripts/apps outside the context of AIB first, right? Riiiight!??
@AzureAcademy
@AzureAcademy Жыл бұрын
Good point! 👍👍
@tabaniz
@tabaniz Жыл бұрын
Thanks Dean. Time to try this on a weekend 😊
@AzureAcademy
@AzureAcademy Жыл бұрын
Awesome, let me know how it goes
@harmstrongg
@harmstrongg Жыл бұрын
I've been neck deep in AIB and DevOps pipelines for about 14 months now and boy does the rabbit hole get deep when you start requiring secure build artifacts, secure networking options, integration with ITSM. If the new portal options get more people into AIB--that's big. It really is the best way to make images now if you're in an environment where you don't have the option to run with a stock image and apply settings & apps at deployment time (oh the dream!).
@AzureAcademy
@AzureAcademy Жыл бұрын
True, True!
@robb1267
@robb1267 Жыл бұрын
Thank you! So much now to think about for efficiently building/updating my images and domain joins and application installs...
@AzureAcademy
@AzureAcademy Жыл бұрын
Yeah this is just the beginning, isn't it!
@mosksky
@mosksky Жыл бұрын
Amazing, TY Dean!
@AzureAcademy
@AzureAcademy Жыл бұрын
Thanks Len!
@angellopez6687
@angellopez6687 Жыл бұрын
Excellent!
@AzureAcademy
@AzureAcademy Жыл бұрын
Thanks
@marksrs69
@marksrs69 11 ай бұрын
Great video! How to you update your template? When I try to build twice (and put it in the Gallery) it says version number already exists. But I figure I would want to update the template when App X has a new version and I want to update my custom changed to update with the new app. Or even to just have the latest updates. I'm not sure if this is a stupid question as I'm very new to AVD and AIB. Trying to leave VMware.
@AzureAcademy
@AzureAcademy 11 ай бұрын
There is no native way to update a template in AIB…however in Azure Virtual Desktop there is a feature called custom image templates where you can start from an existing template Make the updates you want, which will generate a new template for you and build a new image version
@marcelbraak
@marcelbraak Жыл бұрын
Thanks again for this great video Dean! Do you know if and how we can configure AIB to use a Premium SSD disk for the build process? It can speed up a build a lot (66% lower time installing a language pack for example)
@AzureAcademy
@AzureAcademy Жыл бұрын
Not at this point but it is good feedback that I will share with the product group. My guess is that because AIB is 100% automated their feeling might have been to make it as close to zero cost as possible and the cost of a 128GB premium ssd vs standard hdd is basically doubled. But I do think giving you the option is a great idea.
@marcelbraak
@marcelbraak Жыл бұрын
​@@AzureAcademyyes indeed, two other reasons would be when you speed up the image build process is that it will also free up your ci/cd pipeline worker faster and when you are running the build on demand the image will be available much sooner.
@AzureAcademy
@AzureAcademy Жыл бұрын
Sounds good, thanks!
@heivio
@heivio Жыл бұрын
well documented video with real world experience. Just hit 1 mistake of create too many replicas in other regions during building process. 👍
@AzureAcademy
@AzureAcademy Жыл бұрын
Cool, thanks
@oskarsvedman1363
@oskarsvedman1363 Жыл бұрын
Hi Dean, great video. I have a new avd deployment and would appreciate recommendations for image/apps deployments. 150 users, 20-30 apps, some new some old. 10 Azure AD joined win 11 multi-session hosts. I want a simple way to install updates for windows and apps. Should I do it in the image with AIB and re-create my session hosts each time. Or do you recommend updating the session hosts directly with Intune. Intune seems slow sometimes and most of my session hosts will only be online during working hour to save $$$. Is it Ok to install upgrades when users are working in the session hosts? It has always been a big no no with RDS and using install mode and I can’t find a good way to schedule app deployments with Intune. Thanks
@AzureAcademy
@AzureAcademy Жыл бұрын
Wow, that’s a lot of questions…most of your answers come down to how you want to manage things. You can do it all with traditional tools and methods or cloud ones like Intune. Changes should only be done during maintenance windows or emergencies so you don’t disrupted users
@oskarsvedman1363
@oskarsvedman1363 Жыл бұрын
@@AzureAcademy Yes I know it seems to be a lot of different options. But if we narrow it down to two questions, how would you do? 1. Windows Updates --> update the golden image or update the session hosts? 2. Use AIB or use a traditionall Golden Image manually? Thanks
@AzureAcademy
@AzureAcademy Жыл бұрын
I say...why not both! 😉 and it will be made clear with my next video...Stay Tuned!
@johnb6096
@johnb6096 Жыл бұрын
So, usually when I create a custom image, my last step is to sysprep, shutdown, and capture image to the gallery. Using AIB, if I provision a VM from that AIB image, when does generalization happen? Or does AIB produce a generalized image as part of it's process?
@AzureAcademy
@AzureAcademy Жыл бұрын
It does it at the end before the capture
@Ms1dave1
@Ms1dave1 Ай бұрын
The optimize script you reference doesn"t work for W11. Is there an updated version?
@AzureAcademy
@AzureAcademy Ай бұрын
What time in the video do I say that?
@Ms1dave1
@Ms1dave1 Ай бұрын
@@AzureAcademy at 11:20 you reference solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1
@AzureAcademy
@AzureAcademy Ай бұрын
here ya go github.com/The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool
@Timmy-Hi5
@Timmy-Hi5 Жыл бұрын
YAY😁🤩🤩🤩
@AzureAcademy
@AzureAcademy Жыл бұрын
Thanks as always for watching!
The AVD Admins Super Power!!!
10:00
Azure Academy
Рет қаралды 12 М.
When You Get Ran Over By A Car...
00:15
Jojo Sim
Рет қаралды 22 МЛН
THE POLICE TAKES ME! feat @PANDAGIRLOFFICIAL #shorts
00:31
PANDA BOI
Рет қаралды 24 МЛН
ОСКАР vs БАДАБУМЧИК БОЙ!  УВЕЗЛИ на СКОРОЙ!
13:45
Бадабумчик
Рет қаралды 4,4 МЛН
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 105 МЛН
My First Business Ad!!!
0:32
ScorpioLIVE
Рет қаралды 33
3 Biggest Mistakes AVD Admins Make (Easy, Simple Fix)
16:07
Azure Academy
Рет қаралды 17 М.
5 Stages for a Painless Cloud Migration Step By Step
16:43
Azure Academy
Рет қаралды 7 М.
5 BIG Mistakes Hitters Make (AVOID THESE!!) - Baseball Hitting Tips
13:33
Ultimate Baseball Training
Рет қаралды 524 М.
I Removed All The Apps in AVD...Here's What Happened
13:23
Azure Academy
Рет қаралды 7 М.
100% Cloud Is Almost Here!!!
11:06
Azure Academy
Рет қаралды 11 М.
MIDFIELDERS need to avoid these 3 mistakes!
7:37
Unisport
Рет қаралды 2 МЛН
FSLogix SECRETS Every AVD Admin Should LEARN
9:50
Azure Academy
Рет қаралды 8 М.
Hisense Official Flagship Store Hisense is the champion What is going on?
0:11
Special Effects Funny 44
Рет қаралды 2,9 МЛН
Samsung Galaxy Unpacked July 2024: Official Replay
1:8:53
Samsung
Рет қаралды 22 МЛН
В России ускорили интернет в 1000 раз
0:18
Короче, новости
Рет қаралды 1,8 МЛН
Tag her 🤭💞 #miniphone #smartphone #iphone #samsung #fyp
0:11
Pockify™
Рет қаралды 32 МЛН
Simple maintenance. #leddisplay #ledscreen #ledwall #ledmodule #ledinstallation
0:19
LED Screen Factory-EagerLED
Рет қаралды 28 МЛН