Book Image

Hands-On Cloud Administration in Azure

By : Mustafa Toroman
Book Image

Hands-On Cloud Administration in Azure

By: Mustafa Toroman

Overview of this book

Azure continues to dominate the public cloud market and grow rapidly thanks to a number of recent innovations. Azure's wide range of services and support has led to a large number of customers switching to Azure cloud. Hands-On Cloud Administration in Azure starts with the basics of Azure cloud fundamentals and key concepts of the cloud computing ecosystem and services. Then, you will gradually get acquainted with core services provided by Azure, including Azure VNet, types and assignments of IP addresses, and network security groups. You will also work on creating and administering Azure Virtual Machines, types of virtual machines (VMs), and design VM solutions based on computing workloads. As you make your way through the chapters, you will explore Azure App Service, discover how to host your web apps in Azure, and monitor and troubleshoot them. In the concluding chapters, you will learn more complex and abstract services, such as Azure Storage, Azure Backup, and Azure Site Recovery. You will also get to grips with Azure SQL Databases and the SQL on Azure VM concept. By the end of this book, you will have obtained practical experience of working with Azure services and Azure administration, along with maintaining, monitoring, and securing your Azure resources.
Table of Contents (13 chapters)

Questions

  1. The name of the resource should contain...
    1. As much information as possible
    2. As little information as possible
    3. Basic information
  2. Public endpoints should be...
    1. Always exposed to internet access
    2. Exposed to internet access only when needed
    3. Never exposed to internet access
  3. To control management access to Azure VMs, you can use...
    1. NSGs
    2. Just in Time access
    3. Both
  1. Multi-factor authentication is...
    1. Free for all users
    2. Free for administrators
    3. Payed for all users
    4. Payed for administrators
  2. IaC stands for...
    1. Infrastructure as code
    2. Infrastructure as configuration
    3. Information as code
  3. An ARM template is a...
    1. Script
    2. JSON file
    3. TXT file
  4. The Azure command-line tool is...
    1. Azure PowerShell
    2. Azure CLI
    3. Both
  5. With IaC, we can...
    1. Deploy a single resource
    2. Deploy multiple resources
    3. Deploy only resources of the same type
  6. DSC stands for...
    1. Desired State Configuration
    2. Digital...