e-BooksSubscribeContact

AZ-900 Guide: Core Cloud Services - Introduction to Azure

By Avery from AzureGuru
September 12, 2020
2 min read
*This article could be a summary of content for learning purposes. For more information and knowledge, read the original articles in the References section.
  • Learn what Microsoft Azure is and how it relates to cloud computing
  • Deploy and configure a web server
  • Learn how to scale up your server to give you more compute power
  • Use Azure Cloud Shell to interact with your web server

What is Azure?

Azure is Microsoft’s cloud computing platform. Azure is a continually expanding set of cloud services that help your organization meet your current and future business challenges. Azure gives you the freedom to build, manage, and deploy applications on a massive global network using your favorite tools and frameworks.

Tour of Azure services

Azure services

Exercise - Create a website hosted in Azure

What is an App Service?

Azure App Service is an HTTP-based service that enables you to build and host many types of web-based solutions without managing infrastructure. For example, you can host web apps, mobile back ends, and RESTful APIs in several supported programming languages.

What is the Microsoft Azure Marketplace?

The Microsoft Azure Marketplace is an online store that hosts applications that are certified and optimized to run in Azure. Many types of applications are available, ranging from AI + Machine Learning to Web applications.

Creating resources in Azure

The resource group allows us to administer all the services, disks, network interfaces, and other elements that potentially make up our solution as a unit

Exercise - Configure an App Service

Here we’ll look at additional information exposed about our application and explore some of the available options to configure our website.

What is scale?

Scaling up, or vertical scaling means to increase the memory, storage, or compute power on an existing virtual machine. For example, you can add additional memory to a web or database server to make it run faster.

Scaling out, or horizontal scaling means to add extra virtual machines to power your application. For example, you might create many virtual machines configured in exactly the same way and use a load balancer to distribute work across them.

The cloud is elastic. You could scale down or scale in your deployment if you needed to scale up or scale out only temporarily. Scaling down or scaling in can help you save money. 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.

Exercise - Access an App Service using Azure Cloud Shell

What is Azure Cloud Shell?

Cloud Shell provides two experiences to choose from, Bash and PowerShell. Both include access to the Azure command-line interface called Azure CLI and to Azure PowerShell.

Knowledge Check

  • 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.
    • A single data center located in Redmond, Washington.
    • A hosting environment specifically for virtual machines
  • 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
  • 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.

Summary

When you’re working in your own subscription, it’s a good idea at the end of a project to identify whether you still need the resources you created. Resources left running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources.


Tags

AZ-900Core Services

Related Posts

AZ-900 Azure Fundamentals Guide
November 09, 2020
5 min
© 2021, All Rights Reserved.

Quick Links

Advertise with usAbout UsContact Us

Social Media