Book Image

Implementing Azure Solutions - Second Edition

By : Florian Klaffenbach, Markus Klein, Sebastian Hoppe, Oliver Michalski, Jan-Henrik Damaschke
Book Image

Implementing Azure Solutions - Second Edition

By: Florian Klaffenbach, Markus Klein, Sebastian Hoppe, Oliver Michalski, Jan-Henrik Damaschke

Overview of this book

<p>Microsoft Azure offers numerous solutions that can shape the future of any business. However, the major challenge that architects and administrators face lies in implementing these solutions. </p><p>Implementing Azure Solutions helps you overcome this challenge by enabling you to implement Azure Solutions effectively. The book begins by guiding you in choosing the backend structure for your solutions. You will then work with the Azure toolkit and learn how to use Azure Managed Apps to share your solutions with the Azure service catalog. The book then focuses on various implementation techniques and best practices such as implementing Azure Cloud Services by configuring, deploying, and managing cloud services. As you progress through the chapters, you’ll learn how to work with Azure-managed Kubernetes and Azure Container Services. </p><p>By the end of the book, you will be able to build robust cloud solutions on Azure.</p>
Table of Contents (14 chapters)

How to deploy a storage account?

Now that we have learned so much about accounts and storage, let's deploy a storage account within our Azure subscription with the following steps:

  1. Go to the Azure portal and navigate to the All services section as shown in the following screenshot:

  1. Within the next blade, search for storage as shown in the following screenshot:

  1. Click on the Storage accounts option to open new blade to add a storage account to your subscription. Click on the +Add button to continue:

  1. In the following blade, we will start with a basic storage configuration:
    • Select the subscription for your deployment
    • Select or create a resource group
    • Name the storage account 
    • Select the region where you want to locate the storage account 
    • Select your performance tier
    • Select your kind of storage account; in our example we will use a general purpose v2 account
    • Select the replication option 
    • Depending on your account type, you will have additional...