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. An AAD is on top of a...
    1. Tenant
    2. Subscription
    3. Resource group
  2. An account can be part of multiple tenants:
    1. Yes
    2. No
  3. AAD can contain Microsoft Live Accounts:
    1. Yes
    2. No
  4. AAD can be synced with Windows Server AD:
    1. Yes
    2. No
  1. The Azure Active Directory Free tier has a limit of...
    1. 5,000 objects
    2. 500,000 objects
    3. 5,000,000 objects
  1. To set up a custom domain...
    1. You can choose any domain
    2. You must own the domain
    3. You must use .onmicrosoft.com
  2. To verify your custom domain, you must use...
    1. MX records
    2. TXT records
    3. Either
    4. Both
  3. Using RBAC, you can assign roles for...
    1. A subscription
    2. A resource group
    3. A resource
    4. All of the above
  4. Roles can be assigned to...
    1. Users
    2. Groups
    3. Both
  5. To set up AAD sign-in from the application, you must...
    1. Register the application in AAD
    2. Create an AAD group for the application
    3. Both