Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Implementing Azure Solutions
Implementing Azure Solutions

Implementing Azure Solutions: Eliminate the pain point of implementation

Arrow left icon
Profile Icon Klaffenbach Profile Icon Michalski Profile Icon Jan-Henrik Damaschke
Arrow right icon
$29.99 $43.99
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1 (3 Ratings)
eBook May 2017 518 pages 1st Edition
eBook
$29.99 $43.99
Paperback
$54.99
Subscription
Free Trial
Renews at $19.99p/m
Arrow left icon
Profile Icon Klaffenbach Profile Icon Michalski Profile Icon Jan-Henrik Damaschke
Arrow right icon
$29.99 $43.99
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1 (3 Ratings)
eBook May 2017 518 pages 1st Edition
eBook
$29.99 $43.99
Paperback
$54.99
Subscription
Free Trial
Renews at $19.99p/m
eBook
$29.99 $43.99
Paperback
$54.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Implementing Azure Solutions

Azure Resource Manager and Tools

The Azure platform consists primarily of three parts: part 1, called Azure Execution Model, denotes the areas where you can provide your services and applications in the cloud; parts 2 and 3, called Azure Application Building Blocks and Azure Data Services, refer to services that extend the platform to common capabilities and functionalities.

I could actually quit the description of the platform, because most users get only these three parts to see, but there are still more. Many other services are working under the hood of the platform and ensure the ongoing operation. These services include, for example, the Azure traffic manager, the Azure load balancer, and the Azure resource manager. All of these services can be customized using various interfaces for your personal needs.

In this chapter, I'll introduce you to the Azure resource manager in detail and we'll explore...

Understanding the Azure resource manager

With the classic Azure system management, you could previously manage only one resource on the Azure platform at the same time. But what about more complex applications, as are common today? The infrastructure of today's applications typically consists of several components - a virtual machine, a storage account, a virtual network, a web app, a database, a database server, or a third-party service. To manage such complex applications, with the first preview of the Azure management portal 3.0, the concept of resource groups was introduced.

You now see your components no longer as separate entities, but as related and interdependent parts of a single entity. So you will be able to manage all the resources of your application simultaneously.

As an instrument for this type of management, the Azure resource manager (and the Azure resource manager tools) was introduced, and...

Functionalities provided by the Azure resource manager

In this section, I would like to give you a brief overview of the functionalities of the Azure resource manager. The list, however, is only a selection and is limited to the most frequently used features. You will find detailed information on the use of the features in the following sections of this chapter.

Let us have a look at the list:

  • Access control with Azure Role-Based Access Control (RBAC).
  • Logical organization of all the resources of a subscription, with Azure resource tags (for example, for each project and tenant).
  • Improved cost control. You can view the costs for the whole group or for a group of resources with the same tag.
  • Use of Azure resource manager templates (ARM templates):
    • As a deployment template, in the provision of individual solutions on the Azure platform (the most popular example is deploying a SharePoint server farm).
    • As a resource...

Working with the Azure resource manager

We now know that the Azure resource manager serves as the technical base for the provision of resources. How are we going to continue? First, we will deal with the basic workflows in Azure resource manager. Then, in the second part, we will look at working with templates.

Before we begin, I want to introduce some very important facts that are important for all workflows:

  • All of the resources in your resource group have the same life cycle. You will deploy, update, and delete them at the same time.
  • Each resource can only exist in one resource group.
  • You can add or remove a resource to a resource group at any time. You can also move a resource from one resource group to another.
  • A resource group can contain resources that exist in different locations.
  • A resource can interact with a resource in another resource groups when the two resources are related but they do not share...

Creating an Azure resource group

The Creating an Azure resource group workflow is the first in a series of basic workflows, but also the most important. Why? Simple answer: an Azure resource group is the central element of the Azure resource manager concept. Without an existing resource group, nothing works, and I mean not only individual services, but your complete Azure subscription. To create an Azure resource group, perform the following steps:

  1. Open your Azure management portal at https://portal.azure.com.
  2. In the portal, click on Resource groups:
  1. On the Resource groups blade, click on theAdd option:
  1. On the Resource groups blade, type the following values, and then click on the Create button:
  • Resource group name: acdppbook (or the name of your choice)
  • Subscription: Use the default subscription
  • Resource group location: Select your preferred location:
  1. You can see the progress when creating the resource...

Understanding the Azure resource manager


With the classic Azure system management, you could previously manage only one resource on the Azure platform at the same time. But what about more complex applications, as are common today? The infrastructure of today's applications typically consists of several components - a virtual machine, a storage account, a virtual network, a web app, a database, a database server, or a third-party service. To manage such complex applications, with the first preview of the Azure management portal 3.0, the concept of resource groups was introduced.

You now see your components no longer as separate entities, but as related and interdependent parts of a single entity. So you will be able to manage all the resources of your application simultaneously.

As an instrument for this type of management, the Azure resource manager (and the Azure resource manager tools) was introduced, and can be accessed via a variety of different technologies and interfaces. These access...

Functionalities provided by the Azure resource manager


In this section, I would like to give you a brief overview of the functionalities of the Azure resource manager. The list, however, is only a selection and is limited to the most frequently used features. You will find detailed information on the use of the features in the following sections of this chapter.

Let us have a look at the list:

  • Access control with Azure Role-Based Access Control (RBAC).
  • Logical organization of all the resources of a subscription, with Azure resource tags (for example, for each project and tenant).
  • Improved cost control. You can view the costs for the whole group or for a group of resources with the same tag.
  • Use of Azure resource manager templates (ARM templates):
    • As a deployment template, in the provision of individual solutions on the Azure platform (the most popular example is deploying a SharePoint server farm).
    • As a resource provider template, for the implementation of measures (for example, configuration)...

Working with the Azure resource manager


We now know that the Azure resource manager serves as the technical base for the provision of resources. How are we going to continue? First, we will deal with the basic workflows in Azure resource manager. Then, in the second part, we will look at working with templates.

Before we begin, I want to introduce some very important facts that are important for all workflows:

  • All of the resources in your resource group have the same life cycle. You will deploy, update, and delete them at the same time.
  • Each resource can only exist in one resource group.
  • You can add or remove a resource to a resource group at any time. You can also move a resource from one resource group to another.
  • A resource group can contain resources that exist in different locations.
  • A resource can interact with a resource in another resource groups when the two resources are related but they do not share the same life cycle (for example, a web app connecting to a database).

OK, let's start...

Creating an Azure resource group


The Creating an Azure resource group workflow is the first in a series of basic workflows, but also the most important. Why? Simple answer: an Azure resource group is the central element of the Azure resource manager concept. Without an existing resource group, nothing works, and I mean not only individual services, but your complete Azure subscription. To create an Azure resource group, perform the following steps:

  1. Open your Azure management portal at https://portal.azure.com.
  2. In the portal, click on Resource groups:
  1. On the Resource groups blade, click on theAdd option:
  1. On the Resource groups blade, type the following values, and then click on the Create button:
  • Resource group name: acdppbook (or the name of your choice)
  • Subscription: Use the default subscription
  • Resource group location: Select your preferred location:
    1. You can see the progress when creating the resource group, in the notification service of the portal:
    1. As soon as the resource group has been created...

    Adding a resource to an Azure resource group


    We have just learned how to create an Azure resource group. Now we'll fill the new resource group with life and add a resource. To complete this process, the Azure platform has a total of three possible approaches. I will now introduce you to them one by one.

    For all approaches, I will show the necessary work steps on the example of adding an Azure storage account. But note that the description of the procedure applies also to all other resource types in the same or slightly modified form.

    First approach - adding a storage account to your Azure resource group

    To add a storage account to your Azure resource group, perform the following steps:

    1. Open your Azure management portal at https://portal.azure.com.
    2. In the portal, click on New, then click on Data + Storage, and then click on Storage account:
    1. On the Create storage account blade, type a unique name for the storage account you are creating in the Name textbox. If the name is unique, you will see a...

    Tagging in the Azure resource manager


    We have just learned how to create an Azure resource group, and how to add an Azure resource. What we are still missing? Short answer: we still need a way to organize our resources logically, for example, for the calculation of cost or for a targeted tracking.

    The Azure resource manager offers a solution for this—Azure resource tags. Azure resource tags are any key/value pairs that appear useful to describe a resource.

    Let's see an example:

    Key

    Value

    Department

    Management

    Project

    ppbook

    Tenant

    ACD

    Once you have defined a resource tag, you can use this as a filter in Azure PowerShell or in the Azure Billing APIs (Azure Usage API, Azure RateCard API). Up to 15 tags can be defined per resource.

    I will show you the necessary work steps on the example of tagging an Azure storage account, but note that the description of the procedure applies to all other resource types in the same form:

    1. Open your Azure management portal at https://portal.azure.com.
    2. In the portal, click...
    Left arrow icon Right arrow icon
    Download code icon Download Code

    Key benefits

    • Confidently configure, deploy, and manage cloud services and virtual machines
    • Implement a highly-secured environment and respond to threats with increased visibility
    • This comprehensive guide is packed with exciting practical scenarios that enable you to implement Azure solutions with ease

    Description

    Microsoft Azure has numerous effective solutions that shape the future of any business. However, the major challenge that architects and administrators face are implementing these solutions appropriately. Our book focuses on various implementation scenarios that will help overcome the challenge of implementing Azure’s solutions in a very efficient manner and will also help you to prepare for Microsoft Architect exam. You will not only learn how to secure a newly deployed Azure Active Directory but also get to know how Azure Active Directory Synchronization could be implemented. To maintain an isolated and secure environment so that you can run your virtual machines and applications, you will implement Azure networking services. Also to manage, access, and secure your confidential data, you will implement storage solutions. Toward the end, you will explore tips and tricks to secure your environment. By the end, you will be able to implement Azure solutions such as networking, storage, and cloud effectively.

    Who is this book for?

    This book is for IT architects, system and network admins, and DevOps engineers who are aware of Azure solutions and want to implement them for their organization.

    What you will learn

    • Implement virtual networks, network gateways, Site-to-Site VPN, ExpressRoute, routing, and network devices
    • Understand the working of different storage accounts in Azure
    • Plan, deploy, and secure virtual machines
    • Deploy and manage Azure Containers
    • Get familiar with some common Azure usage scenarios

    Product Details

    Country selected
    Publication date, Length, Edition, Language, ISBN-13
    Publication date : May 19, 2017
    Length: 518 pages
    Edition : 1st
    Language : English
    ISBN-13 : 9781786469366
    Vendor :
    Microsoft
    Tools :

    What do you get with eBook?

    Product feature icon Instant access to your Digital eBook purchase
    Product feature icon Download this book in EPUB and PDF formats
    Product feature icon Access this title in our online reader with advanced features
    Product feature icon DRM FREE - Read whenever, wherever and however you want
    OR
    Modal Close icon
    Payment Processing...
    tick Completed

    Billing Address

    Product Details

    Publication date : May 19, 2017
    Length: 518 pages
    Edition : 1st
    Language : English
    ISBN-13 : 9781786469366
    Vendor :
    Microsoft
    Tools :

    Packt Subscriptions

    See our plans and pricing
    Modal Close icon
    $19.99 billed monthly
    Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
    Feature tick icon Constantly refreshed with 50+ new titles a month
    Feature tick icon Exclusive Early access to books as they're written
    Feature tick icon Solve problems while you work with advanced search and reference features
    Feature tick icon Offline reading on the mobile app
    Feature tick icon Simple pricing, no contract
    $199.99 billed annually
    Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
    Feature tick icon Constantly refreshed with 50+ new titles a month
    Feature tick icon Exclusive Early access to books as they're written
    Feature tick icon Solve problems while you work with advanced search and reference features
    Feature tick icon Offline reading on the mobile app
    Feature tick icon Choose a DRM-free eBook or Video every month to keep
    Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
    Feature tick icon Exclusive print discounts
    $279.99 billed in 18 months
    Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
    Feature tick icon Constantly refreshed with 50+ new titles a month
    Feature tick icon Exclusive Early access to books as they're written
    Feature tick icon Solve problems while you work with advanced search and reference features
    Feature tick icon Offline reading on the mobile app
    Feature tick icon Choose a DRM-free eBook or Video every month to keep
    Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
    Feature tick icon Exclusive print discounts

    Frequently bought together


    Stars icon
    Total $ 169.97
    Mastering Identity and Access Management with Microsoft Azure
    $65.99
    Azure for Architects
    $48.99
    Implementing Azure Solutions
    $54.99
    Total $ 169.97 Stars icon
    Banner background image

    Table of Contents

    10 Chapters
    Getting Started with Azure Implementation Chevron down icon Chevron up icon
    Azure Resource Manager and Tools Chevron down icon Chevron up icon
    Deploying and Synchronizing Azure Active Directory Chevron down icon Chevron up icon
    Implementing Azure Networks Chevron down icon Chevron up icon
    Implementing and Securing Azure Storage Accounts Chevron down icon Chevron up icon
    Planning and Deploying Virtual Machines in Azure Chevron down icon Chevron up icon
    Implementing Azure Cloud Services Chevron down icon Chevron up icon
    Implementing Azure Container Service Chevron down icon Chevron up icon
    Implementing Azure Security Chevron down icon Chevron up icon
    Skill Wrap Up and Migration Scenario Chevron down icon Chevron up icon

    Customer reviews

    Rating distribution
    Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
    (3 Ratings)
    5 star 0%
    4 star 0%
    3 star 0%
    2 star 0%
    1 star 100%
    Sherwin Clark Sep 12, 2020
    Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
    The huge size of the font and the liberal use of pictures combined with unchecked English and some unreadable sentences make this not a great read...
    Amazon Verified review Amazon
    Victor Ml Espiritu Apr 11, 2018
    Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
    The book is confusing. Nothing is explained as practical as it claims. I had to stop reading it because I was going to get mad reading it.
    Amazon Verified review Amazon
    Miguel de Diego Dec 13, 2018
    Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
    The worst book I've ever read. Repeated paragraphs, confusing, nosense sentences, nothing is clear, any explanations. 492 pages of screen shoots where anything is explained, where one explanation is needed, you only get a url pointing anywhere. Bad, bad, bad...the worst!!. I don't know how is possible this book has even seen the light..reviewers??
    Amazon Verified review Amazon
    Get free access to Packt library with over 7500+ books and video courses for 7 days!
    Start Free Trial

    FAQs

    How do I buy and download an eBook? Chevron down icon Chevron up icon

    Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

    If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

    Please Note: Packt eBooks are non-returnable and non-refundable.

    Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

    • You may make copies of your eBook for your own use onto any machine
    • You may not pass copies of the eBook on to anyone else
    How can I make a purchase on your website? Chevron down icon Chevron up icon

    If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

    1. Register on our website using your email address and the password.
    2. Search for the title by name or ISBN using the search option.
    3. Select the title you want to purchase.
    4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
    5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
    Where can I access support around an eBook? Chevron down icon Chevron up icon
    • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
    • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
    • To view your account details or to download a new copy of the book go to www.packtpub.com/account
    • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
    What eBook formats do Packt support? Chevron down icon Chevron up icon

    Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

    You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

    What are the benefits of eBooks? Chevron down icon Chevron up icon
    • You can get the information you need immediately
    • You can easily take them with you on a laptop
    • You can download them an unlimited number of times
    • You can print them out
    • They are copy-paste enabled
    • They are searchable
    • There is no password protection
    • They are lower price than print
    • They save resources and space
    What is an eBook? Chevron down icon Chevron up icon

    Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

    When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

    For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.