Prepstellar

AZ-104 · Getting started

20 cards

What Is Microsoft Azure?

Swipe, scroll or use ← →
  1. Start with what Azure actually is

    Before you administer a cloud environment, you need a precise picture of what you are administering. "Azure" is used loosely in conversation, and the loose version causes real trouble later, when platforms, buildings and product portfolios all have to be told apart.

    Microsoft Azure is a cloud computing platform for building, deploying, and managing solutions. It is the layer you sign in to, request capacity from, and manage through.

    Azure is not a datacenter. Azure services are hosted across Microsoft's global network of datacenters, while Azure is the platform that manages and delivers those services. The buildings supply power, cooling and hardware; the platform turns that hardware into services you can request, configure and retire.

    Wording you will hear What it actually names
    Azure The cloud computing platform for building, deploying and managing solutions
    A Microsoft datacenter One physical site in the global network that hosts services
    The Microsoft Cloud The umbrella portfolio of Microsoft cloud services
    1 / 20
  2. Quick check

    A teammate calls Azure "Microsoft's biggest datacenter". What is the accurate correction?

    1. AAzure is the full portfolio of Microsoft cloud products.

      That description belongs to the Microsoft Cloud umbrella; Azure names the cloud computing platform inside it.

    2. BAzure is a cloud computing platform, and Microsoft's global datacenter network hosts the services it delivers.

      Right. Azure builds, deploys and manages solutions as a platform, and its services are hosted across Microsoft's global network of datacenters.

    3. CAzure is a single hosting site with unusually large capacity.

      Azure is not a datacenter at all, so calling it one site of any size misses what the platform does.

    2 / 20

  3. See what the platform offers

    A platform is only as useful as the services it exposes. Azure groups its services into families, and an administrator meets almost all of them during a normal week.

    Its service families include compute, storage, networking, databases, analytics, and AI. Customers can select from these services to develop and scale new applications or run existing applications in the cloud. Nothing forces an organization to start from a blank page: an application that already exists can be moved and then scaled with the same catalog.

    Family Typical use
    Compute Run virtual machines, containers and application code
    Storage Hold files, disks, blobs and backups
    Networking Connect and isolate the pieces of a solution
    Databases Store and query structured data
    Analytics Process and report on large volumes of data
    AI Add vision, language and prediction to applications

    The platform also supports tools and frameworks chosen by developers, including open-source technologies, so the choice of language or toolchain does not have to change on the way to the cloud.

    3 / 20
  4. Quick check

    Which list names service families that Azure provides?

    1. ACompute, storage, networking, databases, analytics, and AI.

      Right. Those are the Azure service families you select from to build new applications or to run and scale existing ones.

    2. BEmail, calendars, meetings, and desktop publishing.

      Those are end-user productivity categories rather than the cloud service families Azure exposes.

    3. CBuildings, generators, cooling systems, and site security staff.

      Those are physical facility elements. Azure delivers managed services rather than datacenter hardware.

    4 / 20

  5. Understand why organizations move

    Owning every layer yourself is expensive in two currencies: money and time. Azure addresses the cost and delay of owning every layer of infrastructure yourself.

    Microsoft-managed datacenters can reduce the time and expense associated with maintaining on-premises infrastructure. Somebody still has to replace failed disks, patch firmware and plan floor space, but that somebody is Microsoft. The organization's own engineers spend their hours on the application instead.

    Azure also brings infrastructure, data, analytics and AI capabilities together, so an organization does not need to treat each business problem as an isolated platform with its own procurement cycle and its own operations team.

    5 / 20
  6. Understand why organizations move

    The second saving is in capacity itself. Organizations can dynamically adjust cloud resources as demand changes and pay only for what they use.

    This model is useful when an application must absorb seasonal spikes or grow without a permanent commitment to peak capacity. Consider an online retailer whose traffic is flat for ten months and then multiplies for six weeks:

    Approach What the year costs
    Buy hardware for the peak Peak-sized capacity is paid for all twelve months and idles for ten
    Size for the quiet months The busy weeks fail under load
    Adjust with demand on Azure Capacity follows the curve and charges follow the capacity
    6 / 20
  7. Quick check

    A retailer's application is idle most of the year and overwhelmed for six weeks each winter. Which Azure characteristic addresses that?

    1. AFixed capacity sized to the quietest month.

      Capacity fixed at the lowest level would collapse during the six busy weeks the scenario describes.

    2. BA permanent purchase of peak-season hardware.

      Buying for the peak reintroduces the permanent commitment that the cloud model is meant to avoid.

    3. CResources that can be adjusted as demand changes, charged only for what is used.

      Right. Azure resources can be adjusted as demand changes, and the organization pays only for what it uses.

    7 / 20

  8. Keep your progress in the app

    That’s 3 of 9 quick checks. In the app they stay answered, and every lesson remembers where you left off.

  9. Choose where the workload runs

    Not every server can move, and Azure does not require that they all do. Azure supports applications across cloud, hybrid, and edge environments.

    A cloud-only application can run in Microsoft datacenters. A hybrid design can extend Azure services to on-premises, multicloud and edge environments while providing a unified platform for managing, governing and securing servers, Kubernetes clusters and applications.

    Placement What it looks like
    Cloud The application runs in Microsoft datacenters
    Hybrid Azure services extend to on-premises and multicloud estates, managed through one platform
    Edge Capabilities reach locations close to where the work happens

    The practical value of the hybrid option is the unified management: a regulated database that must stay in the company's own building is still governed and secured alongside everything that moved.

    8 / 20
  10. Quick check

    A company must keep some servers on-premises while new services run in Microsoft datacenters, and both must be managed as one estate. Does Azure support that?

    1. AYes. Azure supports cloud, hybrid, and edge environments.

      Right. Hybrid designs extend Azure services to on-premises, multicloud and edge environments under one management platform.

    2. BNo. Azure applications have to run entirely inside Microsoft datacenters, with nothing left on-premises.

      Azure is not restricted to a cloud-only placement; hybrid and edge environments are supported as well.

    3. COnly if the on-premises servers are first rebuilt as locally installed desktop software.

      Rebuilding servers as installed desktop software is not what hybrid means, and it would defeat the unified management the company needs.

    9 / 20

  11. Read the service models: infrastructure

    A service model describes how a cloud service is delivered and consumed. The three models differ in one thing: how much of the stack you keep your hands on.

    Infrastructure as a service, or IaaS, delivers essential IT infrastructure that a customer can create and manage flexibly. You get servers, storage and networking as resources you configure, size and patch yourself, while the provider operates the physical foundation underneath.

    Choose it when the team genuinely wants that control: a migrated application that expects a specific operating system build, or a workload whose network layout has to be shaped by hand.

    10 / 20
  12. Quick check

    A team wants to create and manage its own servers, networks and disks without owning a physical building. Which model fits?

    1. ASoftware as a service, because the customer consumes a finished application delivered over the internet.

      Software as a service supplies a finished application, not infrastructure resources for the team to configure.

    2. BPlatform as a service, because the platform handles the lower layers.

      Platform as a service removes exactly the infrastructure control that this team says it wants.

    3. CInfrastructure as a service, because it delivers essential IT infrastructure to manage.

      Right. Infrastructure as a service delivers essential IT infrastructure that the customer creates and manages flexibly.

    11 / 20

  13. Read the service models: platform

    Platform as a service, or PaaS, provides a platform for developing, running, and managing applications without handling the underlying infrastructure. Choose this model when the application matters but operating the lower infrastructure layers does not.

    The trade is deliberate. You give up direct control of the machine and, in exchange, you stop patching it. A development team shipping a web application worldwide usually cares about release cadence and runtime behavior, not about which build of an operating system is underneath.

    You keep The platform takes over
    The application code and its configuration The underlying infrastructure layers
    Decisions about how the application runs The routine work of operating them
    12 / 20
  14. Quick check

    Developers want to build and run an application worldwide without operating the servers underneath it. Which model fits?

    1. AInfrastructure as a service, which hands the team the servers, storage and networks to run themselves.

      Infrastructure as a service gives the team exactly the server management it is trying to avoid.

    2. BPlatform as a service, which removes the underlying infrastructure work.

      Right. Platform as a service provides a platform for developing, running and managing applications without handling the underlying infrastructure.

    3. CSoftware as a service, which supplies a finished product rather than a place to build one.

      Software as a service delivers a finished application, so it offers nowhere to develop the product being described.

    13 / 20

  15. Read the service models: software

    Software as a service, or SaaS, provides access to software applications over the internet without requiring local installation. Here the consumed result is the application rather than infrastructure for building one.

    The consumer of a SaaS product is usually an employee doing a job, not an engineer running a platform. Nothing is installed on the laptop and nothing is deployed in a datacenter; the application is reached over the internet and used.

    14 / 20
  16. Read the service models: software

    Placing the three models side by side makes the exam-day distinction easy:

    Model What you receive What you no longer handle
    IaaS Essential IT infrastructure to create and manage flexibly The physical facility
    PaaS A platform for developing, running and managing applications The underlying infrastructure
    SaaS Software applications reached over the internet Local installation and everything below it

    Two traps are worth naming now, because both appear in scenario questions. First, "hybrid" is a placement, not a service model: it says where a workload runs, not how the service is delivered. Second, "Microsoft Cloud" is a portfolio name and never an answer to "which service model?".

    15 / 20
  17. Quick check

    A workforce needs a finished business application over the internet, with no local installation and no platform for building software. Which model fits?

    1. APlatform as a service, because the team still needs somewhere to develop the product.

      The scenario rules out a development platform: the workforce wants to use a finished product, not build one.

    2. BInfrastructure as a service, because the users manage the servers behind it.

      Managing servers is infrastructure work that this workforce explicitly does not want.

    3. CSoftware as a service, because the application is consumed over the internet without local installation.

      Right. Software as a service provides access to software applications over the internet without requiring local installation.

    16 / 20

  18. Place Azure in the Microsoft Cloud

    Microsoft product naming rewards precision. Microsoft Cloud is the umbrella term for Microsoft cloud services such as Azure, Microsoft 365, and Dynamics 365. Azure specifically names Microsoft's cloud computing platform, not the whole Microsoft Cloud portfolio.

    Keep the platform distinct from the broader portfolio when reading Microsoft product names. Microsoft 365 delivers productivity applications; Dynamics 365 delivers business applications; Azure delivers the cloud computing platform this course is about.

    17 / 20
  19. Quick check

    How do Azure and the Microsoft Cloud relate?

    1. AThe Microsoft Cloud is the umbrella portfolio, and Azure is the cloud computing platform inside it.

      Right. Microsoft Cloud covers services such as Azure, Microsoft 365 and Dynamics 365, and Azure is the cloud computing platform among them.

    2. BAzure is the umbrella portfolio, and the Microsoft Cloud is one infrastructure service within it.

      The relationship is the other way round: the portfolio is the umbrella and Azure is a platform within it.

    3. CThey are two names for the same set of Microsoft 365 productivity applications, with no other services included.

      Microsoft 365 is one service in the portfolio, and neither term is limited to its productivity applications.

    18 / 20

  20. Key takeaways

    • Azure is a cloud computing platform, not a single datacenter. Its services are hosted across Microsoft's global network of datacenters, and the platform manages and delivers them.
    • Azure supports compute, storage, networking, databases, analytics, and AI services for new and existing applications, alongside developer tools and frameworks that include open-source technologies.
    • Azure can span cloud, hybrid, and edge environments and can scale resources with demand, charging only for what is used instead of requiring a permanent commitment to peak capacity.
    • IaaS exposes infrastructure to manage, PaaS removes the need to handle underlying infrastructure, and SaaS delivers an application over the internet.
    • Microsoft Cloud is the portfolio; Azure is the platform. Do not let one name stand in for the other.
    19 / 20
  21. Quick check

    Which summary is accurate?

    1. AAzure is a single datacenter, hybrid means locally installed software, and PaaS ships finished applications to end users.

      Azure is not one datacenter, hybrid describes workload placement rather than installed software, and finished applications are the SaaS result.

    2. BAzure is a platform across many datacenters, spans cloud, hybrid and edge, and PaaS hides the infrastructure.

      Right. Those three statements match the platform definition, the supported environments and the role of a platform service.

    3. CAzure is the Microsoft Cloud umbrella, IaaS delivers finished applications, and capacity must be fixed in advance for the year.

      Microsoft Cloud is the wider portfolio, finished applications come from SaaS, and cloud capacity can be adjusted as demand changes.

    20 / 20

  22. 9 quick checks · then the test

    In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.

The whole course, on your phone

Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.