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)

Exploring Azure Storage with Azure Storage Explorer

Microsoft Azure Storage Explorer is a free, available graphical tool for managing Azure Storage without the portal or PowerShell. Azure Storage Explorer is still in preview and could have some bugs in some places. To start working with Azure Storage Explorer, it needs to be downloaded first. The current download link is http://storageexplorer.com/.

After downloading and installing  Azure Storage Explorer, the following screenshot is shown:

Storage explorer dashboard

First, a storage account needs to be connected. There are two ways in which one can connect to a storage account:

  1. Add a Microsoft or company account. This is the easiest solution. Azure Storage Explorer asks for credentials for a Microsoft or company account that has an active subscription. After typing the username and password, Azure Storage Explorer lets you to select which subscriptions should be managed. By default, all are selected. After clicking on the...