UdemyAZ-104: Microsoft Azure Administrator Associate

AZ-104 Exam Cram: Microsoft Azure Administrator in 3 Hours

التصنيف الكامل: IT & Software > IT Certifications > AZ-104: Microsoft Azure Administrator Associate

AZ-104 Exam Cram: Microsoft Azure Administrator in 3 Hours

عن هذا الكورس

BRAND NEW COURSE - recorded in June 2026Welcome to AZ-104 Azure Administrator: Exam Review in 3 Hours.This course is designed for a very specific type of student. If you are brand new to Microsoft Azure or have never studied for the AZ-104 exam before, this is probably not the right place to start.This course is for learners who have already completed their preparation and want a fast, focused review of the exam objectives before test day.Perhaps you have already taken my full-length AZ-104 course. Maybe you have been working in Azure for some time and simply need a refresher. Or perhaps your exam is only a few days away, and you want to revisit the most important concepts one final time. If that sounds like you, this course was created with you in mind.In approximately three hours, we will review the major areas covered on the AZ-104 Microsoft Azure Administrator exam. We will revisit key concepts related to Azure identity and governance, storage, virtual machines, networking, monitoring, backup, and business continuity. The goal is not to teach these topics from the ground up. The goal is to refresh your memory, reinforce your understanding, and help you identify any last-minute gaps in your knowledge.The lessons are concise, practical, and focused on the information most relevant to the exam. There is no unnecessary filler. Just a streamlined review designed to help you walk into the testing center with greater confidence.If you already know the material and simply need an efficient way to review everything before exam day, then let's get started.

تعلم أونلاين 100%

شاهد الدروس في أي وقت ومن أي مكان

محتوى معتمد

مقدم من منصة Udemy

رابط موثوق

ينقلك مباشرة لصفحة التسجيل الرسمية

سعر الكورس
$24.99
الانتقال للكورس / التسجيل الآن
🔒 عند النقر، سيتم فتح صفحة الكورس الرسمية على منصة Udemy في نافذة جديدة.

كورسات مقترحة في نفس المجال

عرض كل الكورسات ←
Introduction to Encryption - Terminology and Technology
Udemy
Encryption

Introduction to Encryption - Terminology and Technology

AES-128, Public Key, Certificates? What do symmetric and asymmetric encryption actually mean? Where are these used? This course provides a basic introduction to the field of encryption.The course explains the common terminology but also the technical background. This course is right for everybody who wants to understand what encryption means in practice and what to watch out for. Smattering knowledge can be challenged, practical insights will be provided.If you care about data security and privacy – likewise on the enterprise level and in private life – you are already on the right track. This course can deepen your knowledge and turn your focus where to look at.General background knowledge in IT is an advantage but not required.

React VR:: The Videocourse
Udemy
React VR

React VR:: The Videocourse

Do you like ReactVR and would like to give the first steps? Are you getting the first knowledge in the world of ReactVR this is going to be then an introduction for you so that you learn about the world of virtual reality and technology. At the end of the day, you are the one who makes the difference in your learning. It is really advisable that you go further with your improvement, in general terms, you can advance a lot with dedication. It would be very advsiable that you see what is the reason why you are learning this topic so you take the best advantage of your time. There are plenty of people and companies that will be willing to hire people that do have knowledge on technology topics so it is nice to get started as soon as possible.Remember that the more you learn, the better for you, there is going to be a lot of tips so that you can study in a good manner as well so keep that in mind while you learn about the worldd of ReactVR.By the moment this is the main information so see you in the videos and remember to stay as motivated as possible.

sap abap module pool programming for beginners
Udemy
SAP

sap abap module pool programming for beginners

In this course, students can learn sap abap module pool programming, this course is completely for beginners, who have basic abap knowledge. In this course following objects are covered :Table CreationScreen designingRadio button, check box and List box (drop down list)List Box/Radio buttons with user commandMake field editable non editable on the screen.-ve sign allowed for domain through screen/upper lower case control for characters Field value validation , chain end chain.Message Class I ABAPTable control single and MultipleTab stripLock objectChange Log ObjectSub screenNumber range object – SNROCreate program using Type MPP and custom number range objectHandle Double click eventMake table control screen field non editable at run time.Field validation in Table control

بايثون للجميع
Udemy
Python

بايثون للجميع

في هذه الدورة يفترض انك ستحصل على أساسيات مفاهيم البرمجة وايضا يفترض انك تتقن سياق البرمجة بلغة البايثون مع اتقان أغلب أساسيات اللغةيوجد العديد من الواجبات والاختبارات سندرس في هذه الدورة المواضيع التاليةمقدمة في سياق البايثونالتعامل مع النصوص والأرقام sting/intاخذ مدخلات من المستخدمالعبارات الشرطيةالتكرار loopsالدوال functionونهاية هذه الدورة ستحصل على شهادة معتمدة من موقع يودمي بإذن الله

Build An Advanced Java Swing App Using MySQL
Udemy
Java Swing

Build An Advanced Java Swing App Using MySQL

This course will teach you how to create a complex GUI application using Java Swing and MySQL Database. You will learn how to:- Create a Login and Sign Up System that communicates with a MySQL database- Use MySQL Workbench- Use Swing Layouts to arrage items nicely into a JFrame- Structure projects in packages, organizing code in multiple small methods- Use a variety of SQL statements and operators, going from a simple SELECT to a complex JOIN (SELECT, UPDATE, DELETE, INSERT, ALTER, LIKE, JOIN etc.)- Create Custom components – you will learn how to create a custom ScrollBar, edit a JTable’s cell to look and act as a JButton and many more!- Work with events, going really broad into the subject of Event Handling- Work with many component like: JFrame, JPanel, JLabel, JButton, JSpinner, JScrollPane, JTextField, JList, JTable, JComboBox, JSeparator etc.

PyTest Cookbook - Using hooks to create custom plugins
Udemy
Python

PyTest Cookbook - Using hooks to create custom plugins

In this course, we explore PyTest hooks so that we can modify our tests as well as create our own report files.This is an intermediate and above course. There is no code along but we work on completed templates, breaking and fixing to understand how they work.We will learn to use hooks to:Create a CSV output of teststhat will be run (like --collect-only). Project 01)Add custom markers to tests dynamically to enable management of a large number of tests. (Project 02)Order tests by name, markers and custom criteria. (Project 03)Randomise order of tests. (Project 03)Sort tests to run those with markers 'first' first, those with markers 'last, and the rest in the middle with a custom ordering, (Project 03)Filter tests based on custom criteria dynamically. (Project 04)Enable dynamic loading of data from code, database or files for parametrized queries. (Project 05)Create distributable .whl (wheel) files to share your plugin in many ways using one of our custom sorting hooks that sorts test by test name alphabetically in asc or desc with the use of --asc and --desc CLI flags that we built in Project 03.Learn now to view popular plugin code to get ideas and understanding. We can learn a lot as well as customise already made plugins. Save properties recorded in tests for use in our final report. (Project 06 and 07)Create stunning test result console output with emojis, panels and colours! (Project 08)Learn now to view popular plugin code to get ideas and understanding. We can learn a lot as well as customise already made plugins.Create distributable plugins:Create distributable .whl (wheel) files to share your plugin in many ways using one of our custom sorting hooks that sorts t