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)

Creating your own ARM template (for developers)

To create an ARM template, perform the following steps:

  1. Open your Visual Studio. First, click on the File button, then click on New and the Project... link, as shown in the following screenshot:
  1. The selection dialog opens with the available project templates. The required template, Azure Resource Group, can be found in the Cloud area:
If you use an older version of Visual Studio and do not find the entry there, you have probably forgotten to install the Azure SDK and Azure VS tooling.
  1. If everything is clear, specify a project name, for example, ARMTemplateDemo, and press the OK button.

 

  1. Now, another selection dialog opens, this time with a list of available Azure templates. For our demo, we need Blank Template. Select the entry and press the OK button:

  1. Wait briefly until the project has been loaded. You should now see the following screen:

The project consists of the following three artifacts:

    • azuredeploy...