Azure DNS
Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Video Transcription
00:00
>> Hey, what's up, everybody, welcome back.
00:00
In this lecture, we're going to be talking about
00:00
Azure DNS and what it is?
00:00
The learning objectives are to understand Azure DNS,
00:00
we're going to be talking a little bit about what
00:00
DNS is as a whole,
00:00
and then we're going to be focusing
00:00
on what you can do with it.
00:00
What is the DNS?
00:00
If you have to work in IT for any number of years,
00:00
you've probably heard of the analysis,
00:00
you might have even worked with it a little bit.
00:00
DNS essentially is this large network
00:00
of global servers that
00:00
maintain almost a ledger or
00:00
a database of where
00:00
all the domain names are
00:00
and their IP addresses underneath.
00:00
Essentially what DNS does is it converts or translates
00:00
domain names like cybrary.com into
00:00
a IP address and the reason why,
00:00
if you type in an IP address
00:00
for a website into your browser,
00:00
you will go to the website but it's very difficult for
00:00
us human beings to memorize series of numbers.
00:00
It's a lot easier for us to memorize
00:00
names or domain names,
00:00
we have created a technology called DNS,
00:00
which allows us to translates domain names that we can
00:00
read that are human-readable into IP addresses,
00:00
which is something that computers understand.
00:00
That's all DNS essentially is,
00:00
there's a large network across the world where
00:00
there's these companies that maintain these DNS servers,
00:00
and whenever you make a DNS record change,
00:00
you add MX records for email or something like that.
00:00
It takes some time for
00:00
those records to propagate across the globe,
00:00
but you have to do that in order for you to
00:00
surf or browse to that specific website.
00:00
Depending on where you are,
00:00
if you make a change to your DNS records,
00:00
a site might be up in
00:00
some areas and maybe not up in other areas because
00:00
the DNS servers in
00:00
those regions across the world haven't propagated yet.
00:00
It's pretty complex and it's really cool stuff,
00:00
it's also very troublesome if
00:00
you are working in networking,
00:00
you're making changes to a website.
00:00
I've had this happen many times
00:00
where I make a change and then I forget about
00:00
DNS and the Psychoston
00:00
and I got a bunch of people on my tail.
00:00
They're all flipping out,
00:00
they're all upset and we just
00:00
have to sit and wait for DNS, think the propagations.
00:00
It's a good thing to keep in mind,
00:00
you definitely want to plan for DNS issues.
00:00
One thing that I've learned many times over is to make
00:00
DNS changes at night because
00:00
it takes a few hours sometimes
00:00
for those changes to propagate.
00:00
If you're doing it during production hours,
00:00
you're going to upset a lot of people,
00:00
don't do that. Learn from me.
00:00
Let's talk about Azure DNS.
00:00
Azure DNS is the managed DNS service provided by Azure,
00:00
that's all it really is.
00:00
You cannot buy domains through Azure DNS,
00:00
but you can host the DNS records for the domains,
00:00
you have to go by your domain names
00:00
from other companies like GoDaddy or NameCheap or
00:00
wherever you want to go and then you can point
00:00
the domain names to the Azure DNS managed
00:00
service and you can make
00:00
your DNS record changes there, that's all it really is.
00:00
The different DNS record types that it supports are A,
00:00
AAAA, CAA, CNAME, MX.
00:00
Essentially everything you see
00:00
right here within this list,
00:00
I'm not going to go through the whole list there,
00:00
but that's it right there and it's great because
00:00
honestly as a web developer and IT operations,
00:00
a DevOps engineer, all
00:00
the various roles that I've played,
00:00
I've never really dealt with records outside of those.
00:00
The ones that I typically deal with are A, AAAA,
00:00
CNAME, and MX and TXT.
00:00
Just for what I've had to do on a day-to-day on
00:00
DNS that's really,
00:00
those are the core records side.
00:00
Typically, we have to make changes to it,
00:00
it definitely serves its purpose.
00:00
Azure DNS is highly available,
00:00
it's completely managed by Azure,
00:00
you're not going to have to worry about
00:00
underlying servers or infrastructure
00:00
or software, they take care of it.
00:00
It is any casts, it's going to be
00:00
able to route people to
00:00
the nearest Azure DNS server
00:00
that's closest to the end-user.
00:00
It's intelligent in OS sense,
00:00
we do want that because that will help with
00:00
low time and efficiency and
00:00
it's just overall a really good service.
00:00
Everybody, in this lecture we talked
00:00
about DNS and what it is and we
00:00
covered the various DNS management features
00:00
that are available to us within Azure DNS,
00:00
its features and capabilities,
00:00
and that's about it but if you guys have any questions,
00:00
feel free to reach out if
00:00
not I will see you next lecture.
Up Next
Azure VPN Gateway
3m
Module 4 Conclusion
1m
Introduction to Module 5
2m
Similar Content