AZ-140 ep09 | Plan AzureAD Identites

  Рет қаралды 8,454

Azure Academy

Azure Academy

Күн бұрын

Пікірлер: 43
@tabaniz
@tabaniz 3 жыл бұрын
Finally the wait is over Thanks for uploading the new video. Nicely explained. I have been using ADDS for my labs and paying big bucks 🙂
@AzureAcademy
@AzureAcademy 3 жыл бұрын
Hey Faddy! Yeah it can be compared to the cost of a single VM, but it is a managed service that gives you 2 VMs...so...🤷🏼‍♂️
@Cmart6444
@Cmart6444 Жыл бұрын
Hey Dean, you know more than Yoda Jedi, amazing!!!!! Also, I loved your change of clothes, hahahahaha. But seriously, great job.....again!!!!!!
@AzureAcademy
@AzureAcademy Жыл бұрын
Thanks!
@deo-max9229
@deo-max9229 2 жыл бұрын
Fantastic explanations! Yes, I'm still with you!
@AzureAcademy
@AzureAcademy 2 жыл бұрын
Thanks Deo ☺️
@sidzhang
@sidzhang 3 жыл бұрын
Hi Dean, inspired by you, I am now starting my KZbin channel to share Azure knowledge in Mandarin. You are a role model for me~ I've learnt a lot from you.
@AzureAcademy
@AzureAcademy 3 жыл бұрын
AWESOME!!!!! Good luck to you Sid If you want to take my videos and provide translations into Mandarin I am happy to add them as subtitles as a way to expand you efforts. I have already been doing this for Japanese and Portuguese...would love to add more languages
@AzureAcademy
@AzureAcademy 3 жыл бұрын
Let me know what your channel so I can subscribe ☺️
@sidzhang
@sidzhang 3 жыл бұрын
@@AzureAcademy Hi Dean, you can click my head portrait to access my channel, it's called "喜得Sid", I am using just iPad + Apple pencil + iPhone to shot the video.
@sidzhang
@sidzhang 3 жыл бұрын
@@AzureAcademy Sorry I am still new to KZbin, correct me if I am wrong, do you want me to help translate your videos into Chinese subtitles? Can you share a link of the videos you did for Japanese and Portuguese, thanks.
@AzureAcademy
@AzureAcademy 3 жыл бұрын
kzbin.info/www/bejne/eqPOgnmJi6lsf80 This video has all the languages in it. If you wanted to contribute to the translations that would be awesome... then you could link them on your channel and use them to help people learn WVD.
@wingaard
@wingaard 2 жыл бұрын
OK, so a UID from the WinDC AD synchs to Azure AD then synchs to AADS (if enabled). But when it gets to AADS it gets a replacement UID / source anchor ? (5:46) Sorry confused ..
@AzureAcademy
@AzureAcademy 2 жыл бұрын
Once those objects are successfully synchronized to Azure AD, the automatic background sync then makes those objects and credentials available to applications using the managed domain. This might help on source anchors - docs.microsoft.com/en-us/azure/active-directory/hybrid/plan-connect-design-concepts How Azure ADDS Syncing works - docs.microsoft.com/en-us/azure/active-directory-domain-services/synchronization
@TenMinuteKQL
@TenMinuteKQL 2 жыл бұрын
Thank you for this video Dean. One question reference AAD DS being managed. How is the security piece worked? If there are AAD DS DCs represented in my tenant, and they get attacked, should these be tied to the tenant security stack, or does the management include all aspects of security?
@AzureAcademy
@AzureAcademy 2 жыл бұрын
They are NOT represented in your tenant. Within AZURE AD there is no concept of a domain or domain controller. AADDS are just VMs that are part of the managed service offering that run an instance of Active Directory that Azure AD creates users ids and passwords in. Does that make sense? So no one can attack windows because you have no access or permissions, so you can’t compromise windows. YOUR account in AADDS has delegated permissions in a single OU, so you can’t compromise AD. So the only way to protect those VMs is to block all unneeded ports with a firewall or NSG, don’t put anything else in their resource group, lock the resource group, remove all but the required permissions from the resource group. Setup all the monitoring of AADDS and Azure, including following the security center (defender for cloud) recommendations and you should be good.
@TenMinuteKQL
@TenMinuteKQL 2 жыл бұрын
@@AzureAcademy that helps a lot. Basically I have 5 VMs per tenant associated with AAD DS. This helps to understand their purpose and security.
@AzureAcademy
@AzureAcademy 2 жыл бұрын
Great! a whole series on zero trust security coming soon…stay tuned!
@fisontech
@fisontech 3 жыл бұрын
Really enjoying this, thanks again!
@AzureAcademy
@AzureAcademy 3 жыл бұрын
Awesome! Please Share it with everyone!
@dannycora
@dannycora 2 жыл бұрын
Can you add subtitles here? Thank you
@AzureAcademy
@AzureAcademy 2 жыл бұрын
All the videos have subtitles…press C on your keyboard to turn them on
@dannycora
@dannycora 2 жыл бұрын
@@AzureAcademy AZ-140 ep09 | Plan AzureAD Identites kzbin.info/www/bejne/b5yyZ2t7qt5gY8k I found this video doesn't seem to be
@AzureAcademy
@AzureAcademy 2 жыл бұрын
Just checked and for some reason they are missing…will see what I can do
@ChingDou
@ChingDou 3 жыл бұрын
Thank you Dean and it is a great video. I have one question here. If I only want to use native Azure AD user (cloud user) to access AVD, do i have to set up Azure AD DS? can I just have cloud native user access AVD? is it possible so that i can save the cost of running Azure AD DS instance? Thank you.
@AzureAcademy
@AzureAcademy 3 жыл бұрын
Hey John, a cloud user can only be used with Azure AD Join and AVD. if you user AADDS then you are using a synced user. So you would create a cloud user then create AADDS and all the users in Azure AD would sync over to AADDS So I would suggest looking at me Azure AD Join videos before trying AADDS -> kzbin.info/www/bejne/pJCan418rc2imMU
@ahmadl-zahrani2993
@ahmadl-zahrani2993 3 жыл бұрын
Hi Dean, love ur fun and solid vids! I wanted to know what if i had multi region AVD deployment. How will i achieve this with AADDS?
@AzureAcademy
@AzureAcademy 3 жыл бұрын
In short…you can’t. AADDS is designed to only have 1 instance per Azure AD Tenant. But I think you would be interested in replica sets - docs.microsoft.com/en-us/azure/active-directory-domain-services/concepts-replica-sets
@thomasgjrtz3945
@thomasgjrtz3945 3 жыл бұрын
Great job on the videos Dean and Team, however, i dont see the use of AADDS if you already have ADDS, especially because new WVD features lik MSIX APP attach, does not work with AADDS. and paying for an AADDS service on top of S2s/Express route, and DC vms kinda makes it redundant in my oppinion, although I may be wrong (yes it has happened :-D )
@AzureAcademy
@AzureAcademy 3 жыл бұрын
I very much agree with you...if you already have an AD Domain AADDS is NOT something I would recommend.
@sandervanbeek8693
@sandervanbeek8693 3 жыл бұрын
Hi Dean, once again an awesome video! Really appreciate your hard work for our community. I have one question that is slightly related. Hope you don't mind me asking. We are building a WVD environment and our goal is to only use managed Azure services. So no AD DS or (file) servers but Azure AD DS, storage accounts, et cetera. We have ran into a showstopper with AppAttach. AppAttach requires the session hosts to have a RBAC role on the storage account to read the packages. Azure AD DS does not seem to support hybrid join which means the WVD sessions hosts cannot be registered in Azure AD. And as a result the sessions hosts can't connect to file shares on storage accounts. Do you happen to know if we can somehow solve or workaround this issue? Thanks in advance and looking forward to the next episode.
@AzureAcademy
@AzureAcademy 3 жыл бұрын
Thanks Sander! I love the approach, however you are Correct AzureAD DS does not support MSIX AppAttach at this time 😩
@andreleblanc5057
@andreleblanc5057 2 жыл бұрын
Did you fall back to AD or do you "role" your VM in the pool then decommission your VM with drain mode, when you update apps in VM ?
@AzureAcademy
@AzureAcademy Жыл бұрын
Watch this video for NEW features that help with this 👉 kzbin.info/www/bejne/h6m1k2ypi5infrcsi=sNKiLJPj-HxUyeFF
@arnaudbigot3897
@arnaudbigot3897 3 жыл бұрын
You’re defintely a very good speaker ! Any chance to see MsixAppattach working with Azure ADDS ?
@AzureAcademy
@AzureAcademy 3 жыл бұрын
Nope! Not supported yet...PG is working on it, stay tuned!
@csmith49871
@csmith49871 3 жыл бұрын
Still struggling to see the use case for Azure ADDS? Am I right in saying it would be for an organisation who is cloud-first and doesn’t have traditional AD? Also, the common question I hear is do Microsoft ever plan to remove the need for traditional AD to use WVD? I understand the session hosts have to joined to a domain right now, is there anything on the road map to change this?
@csmith49871
@csmith49871 3 жыл бұрын
I just watched this ... kzbin.info/www/bejne/hYiqh6KAgsl8iMU which has helped clear this up.
@AzureAcademy
@AzureAcademy 3 жыл бұрын
I don’t think there is anything on the public roadmap on removing the need for traditional domain controllers, but it is one of the most requested features, and all I can say is that the product team very actively listens to feedback. YES I would look at AADDS in born in the cloud companies who don’t already have traditional domain controllers Let me know if that clears it up
@AzureAcademy
@AzureAcademy 3 жыл бұрын
awesome, glad it helped!
AZ-140 ep10 | Plan AVD Clients
10:31
Azure Academy
Рет қаралды 8 М.
Lets Get One Thing Straight | Azure AD Domain Services
16:22
Azure Academy
Рет қаралды 45 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Arc browser is dead... I found a new one
5:32
Ras Mic
Рет қаралды 7 М.
AZ-140 ep12 | Implement AVD Network
23:55
Azure Academy
Рет қаралды 12 М.
SNEAK PEAK Start VM on Connect Portal!
16:04
Azure Academy
Рет қаралды 7 М.
The BIGGEST Security Mistake AVD Admins Make in 2025!
11:11
Azure Academy
Рет қаралды 1,4 М.
3 Secrets To AVD NOBODY Tells you (But Are Easy To Do)
16:50
Azure Academy
Рет қаралды 2,3 М.
AZ-140 ep13 | Implement AVD FSLogix Storage
18:24
Azure Academy
Рет қаралды 20 М.
The SECRET to FSLogix | Azure Virtual Desktop
14:18
Azure Academy
Рет қаралды 34 М.