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)

Resource tags

Each Azure resource has different parameters that need to be defined before deploying it. Resource tags provide the option to individually set parameters that are even pre-defined as mandatory. A maximum of 15 tags are available per resource and they have to follow the following pattern:

  • Storage tag names have a maximum of 128 characters per tag and 256 characters per tag value
  • For all other tags, 256 is the maximum number of characters per tag and 512 is the maximum number of characters per tag value

For applying tags, the minimum role permission is contributor. Tags are shown in the Azure service bill, too. Therefore, it can be used for basic billing filtering, too:

As you have seen, setting up tags is very easy.

For more information on setting up tags using PowerShell or Azure CLI, visit https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags.