You are on page 1of 6

8/27/2021 GitHub - pmbrull/azure-fundamentals-notes: Personal notes for the course Azure Fundamentals.

All information is extracted from Microso…

pmbrull / azure-fundamentals-notes

Personal notes for the course Azure Fundamentals. All information is extracted from Microsoft's
learning path.

docs.microsoft.com/en-us/learn/paths/azure-fundamentals/


5
stars

3
forks


Star
Notifications

Code Issues Pull requests Actions Projects Wiki Security


master
Go to file

pmbrull
Finish azure costs … on Oct 28, 2019
13

View code

Azure Fundamentals Notes


Notes for the course Azure Fundamentals. Both content and images are extracted from
there.

Principles of Cloud Computing


Show content

Introduction to Azure
Show content

Learning Objectives
What Microsoft Azure is.

https://github.com/pmbrull/azure-fundamentals-notes 1/6
8/27/2021 GitHub - pmbrull/azure-fundamentals-notes: Personal notes for the course Azure Fundamentals. All information is extracted from Microso…

Deploy and configure a web server.


Learn how to scale up your server.
Interact with the web server using Azure Cloud Shell.

Tour of Azure services


Azure is Microsoft's cloud computing platform.

It offers a lot of services of different nature:

Compute: helping in hosting applications and services.


Networking: for linking resources and providing access to applications.
Four main types of storage: Blob storage, File storage, Queue storage and Table
storage (NoSQL store).
Mobile: to create services for iOS, Android an Windows.
Databases with global connectivity.
Building and hosting Web applications.
IoT data gathering and analysis.
Analytics solutions for Big Data.
AI: helping with creating and deploying ML models.
README.md
DevOps services for building, testing and releasing your applications.

Exercise - Create a website hosted in Azure

https://github.com/pmbrull/azure-fundamentals-notes 2/6
8/27/2021 GitHub - pmbrull/azure-fundamentals-notes: Personal notes for the course Azure Fundamentals. All information is extracted from Microso…

In this section, it is useful to directly access Azure course and work with the given
sandbox. It does not charge your subscription.

App Service: HTTP-based service that enables you to build many types of web-based
solutions without managing the infrastructure. With an App Service Plan we specify
the compute resources and location for the web app.

Azure Marketplace: Online store that hosts certified and optimized applications to run
in Azure, for example Wordpress in an App Service.

Exercise - Configure an App Service


In this section, it is useful to directly access Azure course and work with the given
sandbox. It does not charge your subscription.

By looking at the performance graphs we can check if we need to perform any changes on
the configuration of our app. When scaling a webb app, we could add network bandwidth,
memory, storage or compute power.

Azure Advisor and Azure Cost Management are two services that help you optimize
cloud spend. You can use these services to identify where you're using more than you
need, and then scale back to the capacity you're actually using.

Finally, notice that there are three categories of configurations plans to make it easier to
define our setup for dev, prod or isolated workloads.

Isolated: This category is ideal for workloads that require advanced networking and
fine-grained scaling.

Exercise - Access an App Service using Azure Cloud Shell


In this section, it is useful to directly access Azure course and work with the given
sandbox. It does not charge your subscription.

Azure Cloud Shell is a browser-based command-line experience for managing and


developing Azure resources

Knowledge Check
1. What is Azure?

Microsoft's cloud computing platform, which provides compute power, storage, and
services over the Internet using a pay-as-you-go pricing model.

https://github.com/pmbrull/azure-fundamentals-notes 3/6
8/27/2021 GitHub - pmbrull/azure-fundamentals-notes: Personal notes for the course Azure Fundamentals. All information is extracted from Microso…

A single data center located in Redmond, Washington.

A hosting environment specifically for virtual machines

Answer

2. Which of the following is an example of an Azure application platform?

Azure App Service

Azure Load Balancer

Azure Table Storage

Azure Cache for Redis

Answer

3. When should you scale out your deployment?

When your application or service requires a more powerful CPU or more memory to
run faster.

When you need additional virtual machines to speed up your application.

When you're using excess capacity that you don't need.

Answer

Core Cloud Services - Azure architecture and service


guarantees
Show content

Create an Azure Account


Show content

Core Cloud Services - Manage services with the Azure


portal
https://github.com/pmbrull/azure-fundamentals-notes 4/6
8/27/2021 GitHub - pmbrull/azure-fundamentals-notes: Personal notes for the course Azure Fundamentals. All information is extracted from Microso…

Show content

Core Cloud Services - Azure compute options


Show content

Azure data storage options


Show content

Azure networking options


Show content

Security, responsibility and trust in Azure


Show content

Apply and monitor infrastructure standards with Azure


Policy
Show content

Control and organize Azure resources with Azure Resource


Manager
Show content

Predict costs and optimize spending for Azure

https://github.com/pmbrull/azure-fundamentals-notes 5/6
8/27/2021 GitHub - pmbrull/azure-fundamentals-notes: Personal notes for the course Azure Fundamentals. All information is extracted from Microso…

Show content

Releases

No releases published

Packages

No packages published

https://github.com/pmbrull/azure-fundamentals-notes 6/6

You might also like