A Computer Guru
A Computer Guru
  • 284
  • 479 437
Azure Files Shares Integration with Active Directory authentication
In this video we will cover how to include Azure file shares in your hybrid environment. Azure file shares are used as serverless file shares. By integrating them with Active Directory Domain Services (AD DS), you can control and limit access to AD DS users. Azure file shares then can replace traditional file servers.
learn.microsoft.com/en-us/azure/storage/files/storage-files-identity-auth-domain-services-enable?tabs=azure-portal
learn.microsoft.com/en-us/azure/architecture/hybrid/azure-file-share
If you found this video helpful, please like, share and leave a comment! Your support helps us create more content like this.
Don’t forget to subscribe to the channel and hit the bell icon to get notifications for future videos.
CKA-Certified Kubernetes Administrator Course Hands-On Lab Playlist:
th-cam.com/play/PLf2TKe70Vk1NfnPaLrf_Hcbuy_PZdGliw.html&si=tq9BUxf07YWnQT1z
Git & GitHub Tutorial for Beginners Playlist:
th-cam.com/play/PLf2TKe70Vk1OotFBN895DQ2g7nz7m1ypx.html
Ansible Full Course Playlist:
th-cam.com/play/PLf2TKe70Vk1PB4Q3saZAekmUmTNsDOitJ.html
AZ-104 Microsoft Azure Administrator course Hands-On Labs for all modules Playlist:.
th-cam.com/play/PLf2TKe70Vk1PhF_3GvHIu3UHZQze8zJGd.html
AZ-305 Microsoft Azure Solutions Architect Expert Playlist:
th-cam.com/play/PLf2TKe70Vk1OwD6bGDP7xgonLCccWZq-Z.html
Windows Server 2019 Hybrid and Azure IaaS Playlist:
th-cam.com/play/PLf2TKe70Vk1NzQMOoEBEEohg_UdHfYLEq.html
PowerShell Tutorial. Automating Administration with windows PowerShell Official Microsoft courseware Playlist:
th-cam.com/play/PLf2TKe70Vk1NMaSo4KFKPQGjA_acN9U4n.html
PowerShell Hands-On Labs Playlist:
th-cam.com/play/PLf2TKe70Vk1No_efwnk6yhCBbubi4lfnE.html
Windows Server 2016 Playlist:
th-cam.com/play/PLf2TKe70Vk1Ms-jmsPfVwX_5wH9VsV7do.html
📌 Subscribe to @AComputerGuru channel for more videos.
th-cam.com/users/AComputerGuru
📲 Follow us on Social Media:
► TH-cam: th-cam.com/users/AComputerGuru
►Facebook: acomputerguru4u
►Twitter: acomputerguru4u
► Instagram: a_computer_guru
#LearnAzureCloud #devops #azure #AComputerGuru #ACG #azuretutorial #AzureFiles #fileshare #activedirectory #entraid
มุมมอง: 163

วีดีโอ

Azure Site Recovery Setup Step by Step Demo | Azure Disaster Recovery | VM Replication
มุมมอง 41821 วันที่ผ่านมา
Discover how Azure Site Recovery helps businesses stay resilient during outages by ensuring your apps and workloads remain accessible. In this video, we’ll explore how this service replicates workloads to a secondary site, enabling seamless failover and failback processes. Whether you're planning for disaster recovery or ensuring business continuity, Azure Site Recovery provides a simple and re...
How to Create a Linux VM in Azure Portal | Connect Azure VM using SSH keys - Step by step
มุมมอง 200หลายเดือนก่อน
Learn how to quickly connect to a Linux Virtual Machine (VM) with secure shell (SSH). If you have Linux VMs that are running inside of Microsoft Azure, you can easily establish an SSH connection using the private and public keys. If you found this video helpful, please like and share it! Don’t forget to subscribe to the channel and hit the bell icon to get notifications for future videos. CKA-C...
CKA Hands-On Lab-11: ETCD Backup & Restore in Kubernetes Cluster | Most Important CKA Exam Question
มุมมอง 242หลายเดือนก่อน
In this video, ETCD Backup & Restore in Kubernetes Cluster, we walk you through the essential steps to back up and restore etcd, the critical key-value store that holds the state of your Kubernetes cluster. Whether you’re preparing for the Certified Kubernetes Administrator (CKA) exam or managing production clusters, mastering etcd backups is vital to ensure cluster recovery. CKA-Certified Kube...
CKA Hands-On Lab-10: How to Upgrade Kubernetes Cluster with Kubeadm | Upgrade ControlPlane & Nodes
มุมมอง 2072 หลายเดือนก่อน
🚀Mastering Kubernetes Cluster Upgrades 🚀 In this video, we’ll walk you through the entire process of upgrading your Kubernetes cluster from version 1.29.1 to 1.29.9 using kubeadm. From preparing your nodes to upgrading the control plane and worker nodes, this guide covers every step to ensure a smooth and successful upgrade. Whether you're moving to a new minor or patch version, this video will...
CKA Hands-On Lab-9: How to Deploy Static Pod in Kubernetes
มุมมอง 572 หลายเดือนก่อน
In this video, we walk you through creating a static pod in Kubernetes, offering a step-by-step guide perfect for both beginners and those looking to deepen their Kubernetes knowledge. We'll explain what a static pod is, how it differs from a regular pod, and show you exactly how to define one using simple YAML configurations. Whether you're managing critical system components or just exploring...
CKA Hands-On Lab-8: Deployment in Kubernetes | Rollout and Roll back Deployment
มุมมอง 983 หลายเดือนก่อน
Kubernetes Hands-On: Deployment: 1. Create Deployment 2. Check current image version 3. Update image version 4. Checking rollout history of a Deployment 5. Roll back to previous version #kubernetes #devops #k8s #AComputerGuru #ACG #kuberneteslab #CKA #labels
CKA Hands-On Lab-7: ReplicaSets in Kubernetes | Scale Up and Scale Down ReplicaSets
มุมมอง 1614 หลายเดือนก่อน
Kubernetes Hands-On: ReplicaSet 1. How to Create ReplicaSet 2. How to Scale Replicas 3. How to scale up and scale down ReplicaSet Git & GitHub Tutorial for Beginners Playlist: th-cam.com/play/PLf2TKe70Vk1OotFBN895DQ2g7nz7m1ypx.html Ansible Full Course Playlist: th-cam.com/play/PLf2TKe70Vk1PB4Q3saZAekmUmTNsDOitJ.html AZ-104 Microsoft Azure Administrator course Hands-On Labs for all modules Playl...
CKA Hands-On Lab-6: Labels & Selectors in Kubernetes | How to use NodeSelectors in Kubernetes
มุมมอง 924 หลายเดือนก่อน
In this video, we'll explore "Using NodeSelectors in Kubernetes" to optimize your workload placement across your cluster. NodeSelectors are a powerful feature in Kubernetes that allow you to control which nodes your pods can be scheduled on, ensuring efficient resource utilization and adherence to your infrastructure requirements. We'll walk you through the basics, provide practical examples, a...
CKA Hands-On Lab-5: Labels & Selectors in Kubernetes | How to use Labels in Kubernetes
มุมมอง 905 หลายเดือนก่อน
In this video, " we'll dive into the essential role of labels in managing and organizing your Kubernetes resources. We'll cover how to create and apply labels, use them to filter and select pods, and explore practical examples to enhance your Kubernetes management skills. Whether you're a beginner or looking to refine your Kubernetes expertise, this guide will make working with labels clear and...
CKA Hands-On Lab-4: Kubernetes Namespaces Explained | Kubernetes Tutorial
มุมมอง 995 หลายเดือนก่อน
Welcome to our video on Kubernetes Namespaces! In this hands-on tutorial, we'll dive into the essentials of creating and managing namespaces in Kubernetes. You'll learn how to create namespaces using both YAML and JSON files, delete namespaces, and list pods running in different namespaces. We'll also cover changing the default namespace and reverting it back. This comprehensive guide is perfec...
CKA Hands-On Lab-3: Mastering Pod Creation in Kubernetes | Different Methods You Need to Know
มุมมอง 1775 หลายเดือนก่อน
Welcome to our video on "Mastering Pod Creation in Kubernetes | Different Methods You Need to Know"! In this comprehensive guide, we'll dive into the essential techniques for pod creation using both imperative and declarative methods. We'll also show you how to leverage the powerful dry-run feature with YAML and JSON configurations. Plus, you'll learn how to create a two-container pod efficient...
CKA Hands-On Lab-2: How to Install and Set Up Kubectl on Ubuntu 22.04 | Step by Step Demo
มุมมอง 2975 หลายเดือนก่อน
Kubectl is a command line tool used for interacting with kubernetes cluster. In this video we will learn how to install kubectl on ubuntu 22.04. Kubernetes Official Documentation: kubernetes.io/docs/tasks/tools/ Install and Set Up kubectl on Ubuntu 22.04: github.com/acomputerguruhub/certified-kubernetes-administrator/blob/main/Install-and-Set-Up-kubectl-on-Ubuntu-22.md GitHub Link for step by s...
CKA Hands-On Lab-1: How to Setup Production Kubernetes Cluster | Step by step Demo
มุมมอง 4396 หลายเดือนก่อน
In this video, we'll guide you through the exciting process of deploying a Kubernetes production cluster, perfect for those looking to scale their container orchestration to the next level. From setting up your master and worker nodes to configuring the essential components for a robust and secure cluster, we've got you covered. Whether you're a seasoned DevOps engineer or just diving into the ...
#18- Git & GitHub Tutorial for Beginners - Git Stash Commands | git stash pop | git stash apply
มุมมอง 466 หลายเดือนก่อน
In this video, we will dive into using git stash commands. git stash temporarily (stashes) changes you've made to your working copy so you can work on something else, and then come back and re-apply them later on. Stashing is handy if you need to quickly switch context and work on something else, but you're mid-way through a code change and aren't quite ready to commit. Basic Commands: git stas...
#17- Git & GitHub Tutorial for Beginners - Comparing Changes across Branch and Commit
มุมมอง 376 หลายเดือนก่อน
#17- Git & GitHub Tutorial for Beginners - Comparing Changes across Branch and Commit
#16- Git & GitHub Tutorial for Beginners - Comparing Changes with git diff commands
มุมมอง 476 หลายเดือนก่อน
#16- Git & GitHub Tutorial for Beginners - Comparing Changes with git diff commands
#15 - Git & GitHub Tutorial for Beginners - How Merge Conflict Works while merging two Branches
มุมมอง 357 หลายเดือนก่อน
#15 - Git & GitHub Tutorial for Beginners - How Merge Conflict Works while merging two Branches
#14 - Git & GitHub Tutorial for Beginners - How to Merge Branches | Fast-forward merge | Hands-On
มุมมอง 947 หลายเดือนก่อน
#14 - Git & GitHub Tutorial for Beginners - How to Merge Branches | Fast-forward merge | Hands-On
#13 - Git & GitHub Tutorial for Beginners - How Git stores HEAD and Branches
มุมมอง 507 หลายเดือนก่อน
#13 - Git & GitHub Tutorial for Beginners - How Git stores HEAD and Branches
#12 - Git & GitHub Tutorial for Beginners - Rename & Delete Branches | Using checkout command
มุมมอง 657 หลายเดือนก่อน
#12 - Git & GitHub Tutorial for Beginners - Rename & Delete Branches | Using checkout command
#11 - Git & GitHub Tutorial for Beginners - Creating and Switching Branches in Git
มุมมอง 727 หลายเดือนก่อน
#11 - Git & GitHub Tutorial for Beginners - Creating and Switching Branches in Git
#10 - Git & GitHub Tutorial for Beginners -Working with Branches | Master or Main Branch? | HEAD |
มุมมอง 538 หลายเดือนก่อน
#10 - Git & GitHub Tutorial for Beginners -Working with Branches | Master or Main Branch? | HEAD |
#9 - Git & GitHub Tutorial for Beginners - How to ignore files and folder from git tracking
มุมมอง 718 หลายเดือนก่อน
#9 - Git & GitHub Tutorial for Beginners - How to ignore files and folder from git tracking
#8 - Git & GitHub Tutorial for Beginners - Using git log --oneline and git commit --amend commands
มุมมอง 808 หลายเดือนก่อน
#8 - Git & GitHub Tutorial for Beginners - Using git log oneline and git commit amend commands
#7 - Git & GitHub Tutorial for Beginners - How to Configure git default editor
มุมมอง 1988 หลายเดือนก่อน
#7 - Git & GitHub Tutorial for Beginners - How to Configure git default editor
#6 - Git & GitHub Tutorial for Beginners - Using git add | git commit | and git log commands
มุมมอง 1588 หลายเดือนก่อน
#6 - Git & GitHub Tutorial for Beginners - Using git add | git commit | and git log commands
#5 - Our First Git Command | Using git status & git init | Git & GitHub Tutorial for Beginners
มุมมอง 2948 หลายเดือนก่อน
#5 - Our First Git Command | Using git status & git init | Git & GitHub Tutorial for Beginners
#4 - How to install Git on Linux | Git Installation on Ubuntu 22.04 LTS | Step by Step Tutorial
มุมมอง 2.4K9 หลายเดือนก่อน
#4 - How to install Git on Linux | Git Installation on Ubuntu 22.04 LTS | Step by Step Tutorial
#3 - How to install Git on Windows | Git Installation on Windows | Step by Step Tutorial
มุมมอง 2.4K9 หลายเดือนก่อน
#3 - How to install Git on Windows | Git Installation on Windows | Step by Step Tutorial

ความคิดเห็น

  • @Waqarhassan1234
    @Waqarhassan1234 4 วันที่ผ่านมา

    Excellent job. Thanks!!! Do you have similar labs for other Microsoft courese like az-400?

  • @surendra633
    @surendra633 5 วันที่ผ่านมา

    Hi, Where do we get the module instructions docs? Please help

    • @AComputerGuru
      @AComputerGuru 4 วันที่ผ่านมา

      Here you go. microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/

    • @surendra633
      @surendra633 4 วันที่ผ่านมา

      @AComputerGuru Thank you so much!!

  • @barathm1344
    @barathm1344 8 วันที่ผ่านมา

    How can i enroll for this course. it is free or what ?

    • @AComputerGuru
      @AComputerGuru 4 วันที่ผ่านมา

      It's completely free to watch on youtube but if you are looking for this exact lab which am using here is not free. so i took a paid course and giving it as free to the community.

  • @sarimali1584
    @sarimali1584 13 วันที่ผ่านมา

    Hi. sir, its awesome...

    • @AComputerGuru
      @AComputerGuru 13 วันที่ผ่านมา

      Thanks for watching! I hope you found the video helpful.

    • @sarimali1584
      @sarimali1584 12 วันที่ผ่านมา

      hi. sir, its very helpful , sir kindly make a simple html page just written hello world on it give a simply background color using css a simple button using java-script and deploy it using azure appservice , its a request towards you.

  • @mohankumardhanapal4363
    @mohankumardhanapal4363 14 วันที่ผ่านมา

    Hi Bro, Thank you for your time and efforts ..🎉

    • @AComputerGuru
      @AComputerGuru 13 วันที่ผ่านมา

      I appreciate you watching!

  • @shivprasadgurjar487
    @shivprasadgurjar487 15 วันที่ผ่านมา

    Thanks

  • @maxbonu
    @maxbonu 18 วันที่ผ่านมา

    how to use powershell

    • @AComputerGuru
      @AComputerGuru 4 วันที่ผ่านมา

      You are on the right place to learn the powershell. Please watch thru the playlist for all the videos: th-cam.com/play/PLf2TKe70Vk1NMaSo4KFKPQGjA_acN9U4n.html

  • @balajisrihari3475
    @balajisrihari3475 18 วันที่ผ่านมา

    Nice Very Clear

    • @AComputerGuru
      @AComputerGuru 18 วันที่ผ่านมา

      Thanks! Glad you found it helpful.

  • @omunt
    @omunt 19 วันที่ผ่านมา

    is it possible to have the script take a snapshot of all disks of a VM? so not just from os disk

    • @omunt
      @omunt 4 วันที่ผ่านมา

      I allready made the script :-)

    • @AComputerGuru
      @AComputerGuru 4 วันที่ผ่านมา

      Is there reason for taking snapshot of data disk as well?

    • @omunt
      @omunt 4 วันที่ผ่านมา

      @@AComputerGuru yes, we would like to snapshot the complete VM (just like with Vmware). If we need to roll back, we need to do this with the complete vm.

    • @shubhamraut8622
      @shubhamraut8622 3 วันที่ผ่านมา

      @@omunt where is it? is it the same script?

    • @omunt
      @omunt 3 วันที่ผ่านมา

      @@shubhamraut8622 no.. i made a new script

  • @sathiyaseelan287
    @sathiyaseelan287 22 วันที่ผ่านมา

    Good one

    • @AComputerGuru
      @AComputerGuru 21 วันที่ผ่านมา

      I appreciate the feedback!

  • @hillarytchakountetchakount1516
    @hillarytchakountetchakount1516 หลายเดือนก่อน

    when i ran dir it gave me a huge list of like really huge.

    • @AComputerGuru
      @AComputerGuru หลายเดือนก่อน

      Basically the dir command would list all the files and directories from the current path. so if you have so many files/directories that may be the reason you see more.

  • @ITacharya
    @ITacharya หลายเดือนก่อน

    Very useful and described well

    • @AComputerGuru
      @AComputerGuru หลายเดือนก่อน

      Glad you liked it

  • @vijaykumar6370
    @vijaykumar6370 หลายเดือนก่อน

    exam , they asked peer crt peer key. could you pls explain

    • @AComputerGuru
      @AComputerGuru หลายเดือนก่อน

      @@vijaykumar6370 yes. In exam they will give you the path to the key and you just have to use it.

  • @IqbalShaikh-k8j
    @IqbalShaikh-k8j หลายเดือนก่อน

    Upgrade Kubernetes Cluster with Kubeadm 131.1 to 131.2

  • @sarimali1584
    @sarimali1584 หลายเดือนก่อน

    hi. sir , awesome explanation .

    • @AComputerGuru
      @AComputerGuru หลายเดือนก่อน

      I appreciate your kind words!

  • @sarimali1584
    @sarimali1584 หลายเดือนก่อน

    hi. sir, i hv a questioin hope u will reply it whenever we start creating a vm using windos as operating system it not provides us ssh option kindly elaborate this.

    • @AComputerGuru
      @AComputerGuru หลายเดือนก่อน

      That's a great question! Windows VMs don't usually have SSH enabled by default; instead, you'd use tools like RDP for remote connection. but certainly if required you can enable openSSH and connect to windows machine using ssh.

    • @sarimali1584
      @sarimali1584 หลายเดือนก่อน

      @@AComputerGuru sir, kindly guide if we want to open ssh while using windows as os how we enable this option .

  • @sarimali1584
    @sarimali1584 หลายเดือนก่อน

    hi. sir, thanx u, r very kind. that u made this vm using ssh and ubuntu...

    • @AComputerGuru
      @AComputerGuru หลายเดือนก่อน

      It was a pleasure to help!

  • @mogeshNaidu
    @mogeshNaidu หลายเดือนก่อน

    Nice presentation:)

    • @AComputerGuru
      @AComputerGuru หลายเดือนก่อน

      I’m glad you liked it!

  • @thiyaguS-e4u
    @thiyaguS-e4u หลายเดือนก่อน

    variable path add pannanuma anna

    • @AComputerGuru
      @AComputerGuru หลายเดือนก่อน

      it's not required for the git terminal bro as you can see in the video. after the installation you can directly start use it.

  • @sarimali1584
    @sarimali1584 หลายเดือนก่อน

    hi. sir, very informative stuff kindly make a vm by using ubuntu +ssh than how we proceed if i select option ssh instead of username and password.... kindly reply .

    • @AComputerGuru
      @AComputerGuru หลายเดือนก่อน

      Great idea! I'll add a video on creating a VM with SSH public key authentication instead using username and password.

    • @AComputerGuru
      @AComputerGuru หลายเดือนก่อน

      Please watch out the new video released on how to connect linux vm using ssh keys instead username and password. hope this helps you. th-cam.com/video/Ys7goLww0xU/w-d-xo.html

  • @vinayranjeeth1135
    @vinayranjeeth1135 2 หลายเดือนก่อน

    Sir, can you please make a video on how to backup 'etcd' and restore?

    • @AComputerGuru
      @AComputerGuru 2 หลายเดือนก่อน

      Thank you for your suggestion! 😊 That’s a great idea! I'll definitely add a video on how to back up and restore etcd to the content queue. It's such an important topic for Kubernetes admins, and I’ll make sure to walk through the steps clearly. Stay tuned, and don’t forget to subscribe so you don’t miss it!

  • @surfbug1
    @surfbug1 2 หลายเดือนก่อน

    Much better on 1.5 or 2x speed! Lol

    • @AComputerGuru
      @AComputerGuru 2 หลายเดือนก่อน

      Glad you found the perfect speed! 🚀 Whatever works best-thanks for watching! 😊

  • @overdosesyt
    @overdosesyt 2 หลายเดือนก่อน

    hi...m getting notification msg above the project detail " this subscription may not be eligible to deploy VMs of certain sizes in certain regions" but it creats vm then it couldnt run the vm and says error about credential doesnt match... plz help me in this regard... m using my free subscription and i have 269.39 $ in my directory

    • @AComputerGuru
      @AComputerGuru 2 หลายเดือนก่อน

      Yes. there are certain limit per region to use the resources in free subscription. you can refer more on to Azure subscription and service limits in the following link. regarding the credentials issue, you could try reset the password from portal under "Help-> Reset password" option or using Powershell under "Operations -> Run command" options. learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits

  • @naren06938
    @naren06938 2 หลายเดือนก่อน

    video incomplete....playlist ended 🙄🤔🙃

    • @AComputerGuru
      @AComputerGuru 2 หลายเดือนก่อน

      I'll make sure to update or add the missing content soon. Appreciate your patience and support! 🙌

  • @naren06938
    @naren06938 2 หลายเดือนก่อน

    Sir...your videos Full quality.... please make complex projects in Azure Architect Roles oriented.....This playlist seems to be much basic simple tasks, its not helpful for Jobs now a days

    • @AComputerGuru
      @AComputerGuru 2 หลายเดือนก่อน

      Thank you so much for your honest feedback! 🙏 I really appreciate you taking the time to share your thoughts. I understand your point about needing more complex, job-relevant projects. I’ll definitely work on creating more advanced, architect-level scenarios in future videos. Stay tuned for upcoming content focused on real-world use cases and challenging projects that align with Azure Architect roles. If you have specific topics in mind, feel free to suggest them - I'd love to hear what you'd like to see! 🚀

  • @tejas_7920
    @tejas_7920 2 หลายเดือนก่อน

    it's free or paid ?

    • @AComputerGuru
      @AComputerGuru 2 หลายเดือนก่อน

      Basically you need to have a valid active subscription to create a VM either free or paid one. here I used my paid subscription for this demo.

  • @codeurient
    @codeurient 3 หลายเดือนก่อน

    stupid

  • @mav29
    @mav29 3 หลายเดือนก่อน

    do you have something similar to run a powershell one i found was incomplete and its in indian language

  • @elizardelaisla865
    @elizardelaisla865 3 หลายเดือนก่อน

    Seems the "All Lab Files Link:" on top no longer working - can you provide / update the new link. - Thanks and more power!

    • @AComputerGuru
      @AComputerGuru 2 หลายเดือนก่อน

      Please use the following link to access the lab files: 1drv.ms/f/c/3e6dc3926e526622/QiJmUm6Sw20ggD7BJAAAAAAAqknhoOsdKeeTiQ

  • @worldcomingtoanend
    @worldcomingtoanend 3 หลายเดือนก่อน

    Is this relevant in 2024

    • @AComputerGuru
      @AComputerGuru 3 หลายเดือนก่อน

      Yes but only change is Microsoft has changed it's name from Azure AD to Entra ID and rest of the steps for create and configure users are same. Refer the following link for more info: learn.microsoft.com/en-us/entra/fundamentals/new-name Refer the following link for GitHub updated instructions: microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_01-Manage_Entra_ID_Identities.html

  • @servtheking5245
    @servtheking5245 4 หลายเดือนก่อน

    Pefekt, Dankeschon!

    • @AComputerGuru
      @AComputerGuru 4 หลายเดือนก่อน

      My pleasure!

  • @hyderabadperlmongers3654
    @hyderabadperlmongers3654 4 หลายเดือนก่อน

    Plz explain; For the same patch, why one machine doesn;t require reboot where as other machine rebooted.

    • @AComputerGuru
      @AComputerGuru 4 หลายเดือนก่อน

      Actually both are not same patch as you can see it under the "update name" and also the "Classification" is different. Hope this answers your question as to why the other VM got rebooted.

  • @mohankumardhanapal4363
    @mohankumardhanapal4363 4 หลายเดือนก่อน

    Hi Bro, Thank you very much for your time and efforts..

    • @AComputerGuru
      @AComputerGuru 4 หลายเดือนก่อน

      You are welcome! Am glad you like it.

  • @TejasKadam-o2i
    @TejasKadam-o2i 4 หลายเดือนก่อน

    asking password

    • @AComputerGuru
      @AComputerGuru 4 หลายเดือนก่อน

      Asking password?

  • @sithara99
    @sithara99 4 หลายเดือนก่อน

    For the training purpose, I created an account for microsoft and logged in to the azure portal. But, I can not see the active directory service and it is asking to use entra.

    • @AComputerGuru
      @AComputerGuru 4 หลายเดือนก่อน

      Yes. Active Directory has been changed to Microsoft Entra. follow this link for Entra ID identities lab. microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_01-Manage_Entra_ID_Identities.html

  • @hemasagar3438
    @hemasagar3438 4 หลายเดือนก่อน

    Hi brother this is sagar.. We will get tasks from client Eg: today we are doing excercise like we are getting tasks or not

  • @micaelbao
    @micaelbao 5 หลายเดือนก่อน

    where is cost of this instance?

    • @AComputerGuru
      @AComputerGuru 4 หลายเดือนก่อน

      For the Free Tier account, you can run the instance for certain duration with eligible instance type without any cost. once it's goes beyond the free tier limit then it will be charged.

  • @CloudBeatslive
    @CloudBeatslive 5 หลายเดือนก่อน

    crystal clear!!

  • @S1DDIQUI
    @S1DDIQUI 5 หลายเดือนก่อน

    Note - in order to create tenants, one must own a paid license to create MS Entra Workforce and Azure Active directoryB2C Tenant. I cannot proceed with this lab - 07/04/2024

    • @lightspeed79
      @lightspeed79 5 หลายเดือนก่อน

      Likewise!

    • @AComputerGuru
      @AComputerGuru 4 หลายเดือนก่อน

      As you know Azure Active Directory is now Microsoft Entra ID and here is the updated document that you can refer for entra ID. microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_01-Manage_Entra_ID_Identities.html#task-2-create-groups-and-add-members Also you can refer this link for Entra plans and pricing. www.microsoft.com/en-in/security/business/microsoft-entra-pricing

  • @S1DDIQUI
    @S1DDIQUI 5 หลายเดือนก่อน

    I tried to activate the License, It took me to a different page where I had to create a new account - how to activate license in current account?

    • @lightspeed79
      @lightspeed79 5 หลายเดือนก่อน

      Same here.

    • @AComputerGuru
      @AComputerGuru 4 หลายเดือนก่อน

      As you know Azure Active Directory is now Microsoft Entra ID and here is the updated document that you can refer for entra ID. microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_01-Manage_Entra_ID_Identities.html#task-2-create-groups-and-add-members Also you can refer this link for Entra plans and pricing. www.microsoft.com/en-in/security/business/microsoft-entra-pricing

  • @rohansinha1669
    @rohansinha1669 5 หลายเดือนก่อน

    ERROR! couldn't resolve module/action 'redhat.rhel_system_roles.sefcontext'. This often indicates a misspelling, missing collection, or incorrect module path. The error appears to be in '/usr/share/ansible/roles/rhel-system-roles.selinux/tasks/main.yml': line 78, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: Set SELinux file contexts ^ here ########### Below is my PB ########### [admin@manager ansible]$ cat sep.yml - hosts: all vars: - selinux_state: enforcing roles: - /usr/share/ansible/roles/rhel-system-roles.selinux [admin@manager ansible]$

    • @AComputerGuru
      @AComputerGuru 5 หลายเดือนก่อน

      Here is the playbook that i used in this video for the selinux context demonstration and you could modify per your requirement. **************************************************************** --- - name: Selinux system roles usage hosts: test vars: - selinux_state: permissive roles: - /usr/share/ansible/roles/rhel-system-roles.selinux *****************************************************************

  • @edward-b8b7c
    @edward-b8b7c 5 หลายเดือนก่อน

    you dont really cover the recovery process.....

  • @sharmila..3400
    @sharmila..3400 6 หลายเดือนก่อน

    Sir, you did not configure routing between front door and application gateways. Could you please show that part as well in another video

  • @nihalpatidar9051
    @nihalpatidar9051 6 หลายเดือนก่อน

    What if we don't want to repeat the schedule as we are not sure about next patching date it might change in future and if forget to change the schedule it can patch the vm automatically.

    • @AComputerGuru
      @AComputerGuru 6 หลายเดือนก่อน

      There is option to run it for one time if you don’t want to schedule it and it will be manual method.

  • @atharvgupta5771
    @atharvgupta5771 6 หลายเดือนก่อน

    What are these instructions like, i mean will they be given to us!?

    • @AComputerGuru
      @AComputerGuru 6 หลายเดือนก่อน

      I appreciate your feedback! Yes, you could watch the video and follow the instructions and also you could follow the instructions provided in the GitHub link.

  • @prashantpawar8955
    @prashantpawar8955 6 หลายเดือนก่อน

    Good one

    • @AComputerGuru
      @AComputerGuru 6 หลายเดือนก่อน

      I appreciate your feedback! It's great to hear that you enjoyed the content. Stay tuned for more latest tech and cloud-related videos coming soon.

  • @SKumar-vLog
    @SKumar-vLog 7 หลายเดือนก่อน

    Nice.. Thank you ❤

    • @AComputerGuru
      @AComputerGuru 6 หลายเดือนก่อน

      Thanks for the kind words! I'm happy to hear that the video was useful to you. If there's anything specific you'd like to learn about, just drop a comment!

  • @shreyasbhisikar9413
    @shreyasbhisikar9413 7 หลายเดือนก่อน

    Can you please help this budget setup using bicep template ?

  • @raisaurabh54
    @raisaurabh54 8 หลายเดือนก่อน

    Hi Sir, Can i get this full command in notepad

    • @AComputerGuru
      @AComputerGuru 7 หลายเดือนก่อน

      Here is the link to download all the lab files used in this PowerShell course. 1drv.ms/u/s!AiJmUm6Sw20-yzb5Jde8VVQBaBcY?e=6ddFbY

  • @roylong2995
    @roylong2995 8 หลายเดือนก่อน

    🤩 'Promo sm'