Library

Video Player is loading.
 
Current Time 0:00
Duration 15:34
Loaded: 0%
 
x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:03

    This is Part 4 of Azure Tutorial. In our previous  two videos, we discussed azure data centers and  

  • 00:10

    geographies. In this video, we'll discuss azure  regions, region pairs, availability zones, update  

  • 00:17

    domains, fault domains, zonal and zone redundant  services. There's a lot of ground to cover. So,  

  • 00:24

    let's get cracking. Quick recap first. What  is an azure data center. An azure data center  

  • 00:31

    is a unique physical building that contains  thousands of physical servers with its own  

  • 00:36

    power, cooling and networking infrastructure.  These data centers are located all over the globe.  

  • 00:44

    As of November 2020, there are over 160+ azure  data centers worldwide. It is these data centers  

  • 00:52

    that are the building blocks of global azure  infrastructure. What is an azure geography?  

  • 00:59

    Well, it's an area of the world that contains  one or more azure regions. For example, India,  

  • 01:06

    United States, United Kingdom are a few examples  of azure geographies. Why are azure geographies  

  • 01:14

    important? Well, for two reasons. First,  let's say all of your customers are in India.  

  • 01:20

    You don't want to host your application somewhere  in the United States. You don't want every request  

  • 01:26

    and the associated data traveling around the  world. This causes unnecessary latency, delay and  

  • 01:33

    hence poor performance. You want your application  and data to be hosted as geographically close to  

  • 01:41

    your customer base as possible. Since all our  customers are in India, we want to make sure  

  • 01:47

    our application and data is hosted in India. One  way azure ensures this is by using geographies.  

  • 01:56

    Another reason is compliance. With regulations  regulated data like financial, health care  

  • 02:03

    or credit card data for example may not be allowed  to leave the country. Legally, your organization  

  • 02:10

    is required to store such data in the same country  where the operations are being carried out. Again  

  • 02:16

    azure ensures this, by using geographies. So,  for example if you select India as the geography,  

  • 02:23

    azure ensures your data is always stored in  India, except for certain global services. Now,  

  • 02:32

    what is an azure region? Simply put, an azure  region is a set of data centers and these data  

  • 02:38

    centers are connected through a dedicated  low latency network. How many data centers  

  • 02:44

    does a region contain? Well, we do not have fixed  number, it varies. There are regions of different  

  • 02:51

    sizes. A region could be made up of just one data  center or multiple data centers. The point is,  

  • 02:57

    an azure region is a group of one or more azure  data centers. As of this course recording,  

  • 03:04

    azure has 58 regions worldwide. You have the  flexibility to deploy your applications and data  

  • 03:11

    to any azure region you want. You can even deploy  across multiple regions to deliver cross-region  

  • 03:18

    resiliency. Now, you might be wondering  what's meant by cross-region resiliency? Well,  

  • 03:25

    in general resilience is the ability of a software  to react to problems in one of its components and  

  • 03:33

    still provide the best possible service. So, the  point is, both your software and the underlying  

  • 03:40

    infrastructure must be resilient. If there is a  problem, the end user should not know about it,  

  • 03:47

    the request must be handled and processed by  another region. The end user should get the same  

  • 03:53

    level of service. We can get this resiliency by  deploying our application and data in at least two  

  • 04:01

    regions. In this example, we have our application  and data deployed in two regions- Region A and  

  • 04:07

    Region B. If there is a region level failure,  for example, let's say Region A has gone down.  

  • 04:14

    The azure traffic manager is smart enough to send  all the requests to Region B. The end user gets  

  • 04:21

    the same response. He does not even know, there  is a region level failure. When Region A is back  

  • 04:27

    online, the azure traffic manager will distribute  the traffic between both the regions again. Why  

  • 04:34

    are azure regions important? Well, because every  time we create an azure resource like a virtual  

  • 04:40

    machine for example, we need to specify the azure  region where we want this resource to be created.  

  • 04:46

    Let's quickly look at this in action. At the  moment, I am logged into my free azure account.  

  • 04:52

    Even, you can create a free azure account.  Just search the internet with the search term,  

  • 04:57

    "Create free azure account". After you log in,  you should be able to create a virtual machine.  

  • 05:05

    Notice, on this page we have "Region" drop-down  list and within this drop down list we can see  

  • 05:11

    all the azure regions. So, here we select  the azure region, where we want our virtual  

  • 05:16

    machine to be created. Now, what is an azure  availability zone? Well, availability zone is  

  • 05:24

    a unique physical location within an azure region.  Each availability zone is made up of one or more  

  • 05:31

    data centers with independent power, cooling and  networking. Not all regions have availability  

  • 05:39

    zones. Regions that support availability zones  have a minimum of three separate zones to ensure  

  • 05:46

    resiliency. If one of the availability zones  has gone down for some reason, we still have  

  • 05:51

    our applications and data available from the rest  of the two availability zones. There is a physical  

  • 05:58

    separation between each availability zone and it  is this separation that protects our application  

  • 06:05

    and data from data center failures. With  availability zones, azure offers industry best  

  • 06:12

    99.99% virtual machine uptime SLA. SLA by the way,  stands for Service Level Agreement. Next, let's  

  • 06:23

    understand "Fault Domains" and "Update Domains".  An availability zone is a combination of a fault  

  • 06:29

    domain and an update domain. For example, if you  create three virtual machines across three zones  

  • 06:36

    in an azure region, your virtual machines are  effectively distributed across three fault domains  

  • 06:43

    and three update domains. For some reason, if  there is a power failure or power surge, equipment  

  • 06:49

    failure or some other fault in "Availability  Zone 1", only "Availability Zone 1" is affected.  

  • 06:57

    As the availability zones are physically separated  from each other, faults from one availability zone  

  • 07:04

    or not spread to the other availability zones.  Since in this example, we have three availability  

  • 07:10

    zones, it's like we have three separate fault  domains. If there is a fault and "Availability  

  • 07:17

    Zone 1" is down, we still have our virtual machine  available from the rest of the two fault domains  

  • 07:24

    that is Availability Zones 2 and 3. Similarly, if  there is an update or a patch to be applied, azure  

  • 07:32

    schedules these at different times for different  availability zones. So, this means we have just  

  • 07:39

    one of the availability zones affected while the  update is being applied. The rest of the two zones  

  • 07:45

    are unaffected. In our example, since we have  three availability zones, the updates will be  

  • 07:52

    applied at three different times. So, even if the  virtual machine from "Availability Zone 1" is down  

  • 07:59

    due to the update being applied, we have the rest  of the two virtual machines still up and running,  

  • 08:05

    that is the VMs in Availability Zones 2 and  3. Zonal and Zone-Redundant Services. Now,  

  • 08:13

    if you want to make the best use of availability  zones and then build high availability systems,  

  • 08:18

    you'll have to identify your compute, storage,  networking and data resources within an  

  • 08:24

    availability zone and then replicate them in  the other availability zones. Azure services  

  • 08:31

    that support availability zones are classified  into two categories - Zonal Services and  

  • 08:37

    Zone-Redundant Services. First, let's take a look  at Zonal Services. Virtual Machine is an example  

  • 08:44

    of a Zonal Service. A zonal service is pinned  to a specific availability zone. This means,  

  • 08:51

    it's only available in the availability zone where  we created it. It's not automatically replicated  

  • 08:57

    to other availability zones. So, if you want to  build highly available systems, identify zonal  

  • 09:03

    services such as a virtual machine for example,  and replicate them in other availability zones.  

  • 09:10

    Other examples of zonal services are managed  disks and standard IP addresses. Azure SQL  

  • 09:18

    database on the other hand, is an example of  zone-redundant service. These zone-redundant  

  • 09:24

    services are automatically replicated by the  azure platform across all availability zones.  

  • 09:31

    Unlike zonal services, we don't have to replicate  them manually. What are azure paid regions? Well,  

  • 09:39

    azure "Regional Pair", "Paired Regions" or "Region  Pair", all these terms are used interchangeably  

  • 09:46

    and they refer to the same thing, that is, a  pair of azure regions. So, in simple terms,  

  • 09:52

    a regional pair consists of two regions within  the same geography. As you can see from the image,  

  • 10:00

    at the highest level we have an azure geography.  As we have already discussed, an azure geography  

  • 10:06

    is an area of the world that contains one  or more azure regions. For example, India,  

  • 10:12

    United States, Europe, Asia Pacific are a  few examples of azure geographies. An azure  

  • 10:18

    region is made up of one or more data centers. If  availability zones are enabled, an azure region  

  • 10:25

    contains a minimum of three availability zones. An  availability zone is made up of one or more data  

  • 10:32

    centers. So, the point that I'm trying to make is,  an azure region contains one or more data centers  

  • 10:38

    or three or more availability zones, if  enabled. Most regions in a geography are  

  • 10:45

    paired to ensure business continuity and disaster  recovery. This is commonly known by the acronym  

  • 10:52

    BCDR - Business Continuity and Disaster Recovery.  The following are a few examples of azure paid  

  • 11:00

    regions. For Canada geography, we have Canada  Central paired with Canada East. For China,  

  • 11:07

    China North with China East. India - Central  India with South India. Japan East with Japan  

  • 11:14

    West and finally East US with West US. For the  complete list, please check out the Microsoft  

  • 11:20

    official docs. So, a regional pair consists of  two regions within the same geography. However  

  • 11:28

    there's one exception to this, Brazil's South  region is paired with South Central US region,  

  • 11:34

    which obviously is outside of Brazil's geography.  Now, one question you might have at this point is,  

  • 11:43

    can I select the regions that I want in a region  pair? Well, the answer is NO, you can't. Regions  

  • 11:50

    in a region pair are determined by Microsoft.  We do not have any control over it. However,  

  • 11:56

    you're not limited to using just the regions in  one given region pair. You can of course create  

  • 12:02

    your own business continuity and disaster recovery  solutions by deploying in any number of regions.  

  • 12:09

    Obviously, if they are deployed across regional  pairs, we will have better business continuity  

  • 12:14

    and disaster recovery. Now, the benefits of  paid regions. Physical separation between  

  • 12:21

    data centers. When possible, there is at least  300 miles of separation between data centers  

  • 12:28

    in a regional pair, although, this isn't practical  or possible in all geographies. Physical data  

  • 12:34

    center separation reduces the likelihood of  natural disasters, civil unrest, power outages  

  • 12:41

    or physical network outages affecting both the  regions at the same time. So, for whatever reason,  

  • 12:47

    if one of the regions is down, we still have  the other region available. Region recovery  

  • 12:53

    in the event of an outage. If for whatever  reason, several regions world-wide are down,  

  • 12:59

    azure prioritizes recovery of one region out  of every pair. So, if you want your apps and  

  • 13:06

    data to be highly available, deploy them in paired  regions. With this setup, if both the regions are  

  • 13:12

    down, azure prioritizes to recover at least one  region from the pair, so we have our apps and data  

  • 13:19

    available again soon. If applications are deployed  across regions that are not paired, recovery might  

  • 13:26

    be delayed. In the worst case, the chosen  regions may be the last two to be recovered.  

  • 13:33

    Automatic platform provided replication. Some  services such as geo-redundant storage provides  

  • 13:40

    automatic replication to the paired region. This  is a great benefit. In an event where one of the  

  • 13:47

    regions go down, you still have the data available  from the other region in the region pair.  

  • 13:52

    Data residency, compliance and legal requirements.  With the exception of brazil south, regions  

  • 14:00

    within a region pair are from the same geography.  So, this helps us meet data residency, compliance  

  • 14:07

    and legal requirements. Sequential system updates.  From time to time patches and software updates  

  • 14:15

    need to be applied. Regions in a region pair are  never updated simultaneously at the same time.  

  • 14:21

    They are always applied sequentially. This reduces  the downtime to a great extent, if the planned  

  • 14:29

    update contains any bugs or logical errors.  Only one region is affected. Our apps and data  

  • 14:35

    are still available from the other region in  the region pair. On the map right here, you  

  • 14:41

    can see the currently available azure regions and  availability zones. In this video, we've covered  

  • 14:48

    quite a bit of ground. So, please don't worry, if  some of the terms and services are a bit confusing  

  • 14:55

    at the moment. We will be revisiting most of  these, several times as we progress through the  

  • 15:00

    course. We'll also see them practically in action.  So, I assure you, you will get quite comfortable  

  • 15:06

    with them as we progress through the course.  That's it in this video. Thank you for listening.

All

The example sentences of PRIORITIZES in videos (9 in total of 10)

down adverb , azure noun, singular or mass prioritizes noun, plural to to recover verb, base form at preposition or subordinating conjunction least adjective, superlative one cardinal number region noun, singular or mass from preposition or subordinating conjunction the determiner pair noun, singular or mass , so preposition or subordinating conjunction we personal pronoun have verb, non-3rd person singular present our possessive pronoun apps proper noun, singular and coordinating conjunction data noun, plural
it personal pronoun s proper noun, singular a determiner tall adjective order noun, singular or mass , but coordinating conjunction by preposition or subordinating conjunction following verb, gerund or present participle a determiner process noun, singular or mass which wh-determiner prioritizes verb, 3rd person singular present the determiner most adverb, superlative important adjective characteristics noun, plural
to to track verb, base form an determiner object noun, singular or mass , you personal pronoun ll proper noun, singular need noun, singular or mass to to turn verb, base form face noun, singular or mass detection noun, singular or mass off preposition or subordinating conjunction as preposition or subordinating conjunction it personal pronoun prioritizes verb, 3rd person singular present face noun, singular or mass
a determiner well adverb - rested verb, past tense mind noun, singular or mass and coordinating conjunction body noun, singular or mass and coordinating conjunction prioritizes noun, plural getting verb, gerund or present participle around preposition or subordinating conjunction 8 hours adjective of preposition or subordinating conjunction sleep noun, singular or mass a determiner night noun, singular or mass , even adverb
we personal pronoun hope verb, non-3rd person singular present she personal pronoun stays noun, plural out preposition or subordinating conjunction of preposition or subordinating conjunction unnecessary adjective drama noun, singular or mass and coordinating conjunction prioritizes noun, plural levi verb, non-3rd person singular present and coordinating conjunction his possessive pronoun health noun, singular or mass over preposition or subordinating conjunction everything noun, singular or mass
something noun, singular or mass that wh-determiner might modal have verb, base form the determiner the determiner thicker noun, singular or mass parts noun, plural in preposition or subordinating conjunction it personal pronoun but coordinating conjunction kind noun, singular or mass of preposition or subordinating conjunction prioritizes verb, 3rd person singular present a determiner little adjective bit noun, singular or mass more adjective, comparative
so adverb if preposition or subordinating conjunction you personal pronoun live verb, non-3rd person singular present in preposition or subordinating conjunction a determiner developing verb, gerund or present participle country noun, singular or mass , vote noun, singular or mass for preposition or subordinating conjunction a determiner political adjective party noun, singular or mass which wh-determiner prioritizes noun, plural
but coordinating conjunction also adverb prioritizes noun, plural issues noun, plural on preposition or subordinating conjunction your possessive pronoun site noun, singular or mass into preposition or subordinating conjunction three cardinal number categories noun, plural to to help verb, base form you personal pronoun make verb, non-3rd person singular present the determiner most adverb, superlative of preposition or subordinating conjunction your possessive pronoun time noun, singular or mass .
furthermore adverb , as preposition or subordinating conjunction coders verb, 3rd person singular present we personal pronoun could modal easily adverb change verb, base form how wh-adverb the determiner robot noun, singular or mass operates verb, 3rd person singular present and coordinating conjunction what wh-pronoun it personal pronoun prioritizes verb, 3rd person singular present

Use "prioritizes" in a sentence | "prioritizes" example sentences

How to use "prioritizes" in a sentence?

  • The definition of a security state is one that prioritizes security over all other considerations.
    -Edward Snowden-
  • That is relinquishing control in a culture that prioritizes control and doing what you need to do in order to advance yourself.
    -David Platt-
  • Sometimes it was so quiet, its frightening. It really prioritizes things.
    -Toni Collette-

Definition and meaning of PRIORITIZES

What does "prioritizes mean?"

/prīˈôrəˌtīz/

verb
designate or treat something as being very or most important.