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)

Modifying an ARM template

We have finished the topic of exporting to an ARM template. Now the question arises—what is missing? As I said earlier, the feature supports the ability to redeploy and modify templates. We shall take a look now:

  1. Go back to the Automation script view. Click on Deploy, as shown in the following screenshot:
  1. Next, the Custom deployment blade opens. Note that this is the same environment as used for the Azure Marketplace's template deployment offer, but this time, there is one resource available. To start the working process, you must press the Edit template button:
  1. The next window is the Edit template view. Here, you can edit your template directly in the text:
  1. You can add another resource to your template (for example, a virtual network to a virtual machine). Click on the Add resource button and then select the desired resource from the list:
  1. You can also take a Quickstart template as a reference for your work. Click on the Quickstart...