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)

On-premises data gateway

In some cases, all the requirements to create S2S connections to Azure are not met, but we still need to connect to local resources. For example, we need to connect to a local database, but the VPN device we have locally doesn't support a connection to Azure.

In this case, we can use an on-premises data gateway to allow Azure services to use a local database in a secure way.

An on-premises data gateway acts as a bridge and allows us to access local data with Azure services. Services currently supported are Power BI, Microsoft Flow, PowerApps, Azure Analysis Services, and Azure Logic Apps. Logic apps can be used to pass this data to other services as well.

Supported connectors are:

  • BizTalk Server 2016
  • Filesystems
  • IBM DB2
  • IBM Informix
  • IBM MQ
  • MySQL
  • Oracle Database
  • PostgreSQL
  • SAP Application Server
  • SAP Message Server
  • SharePoint Server
  • SQL Server
  • Teradata...