Creating Azure Resources like a Pro using ARM Templates

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 19. 06. 2024
  • In this video, we will create an ARM Template to create an Azure Web App and use the Azure CLI to run the ARM Template to create the resources on the Microsoft Azure cloud platform.
    We can use ARM Templates as an automated alternative to manually creating and configuring the resources using the Azure Portal.
    We can define the template a single time and execute it as many times as we need it. It will always create the resources with the same configuration.
    We can use different ways to create and execute those ARM Templates. We can use Powershell, the Azure CLI, and run the template inside the Azure Portal.
    In this video, we will use Visual Studio Code to create ARM templates and the Azure CLI to execute the templates.
    00:00 Introduction
    00:25 ARM Templates
    01:21 Setting up Visual Studio Code
    02:08 The Structure of an ARM Template
    03:42 Defining a Web App Resource
    06:05 Defining an App Service Plan Resource
    06:56 Installing & Authenticating the Azure CLI
    08:02 Deploying the ARM Template using the Azure CLI
    09:16 Conclusion
    đŸ”„ C#/.NET Bootcamp: The Fundamentals & more (Code FRIENDS10 for 10% OFF)*
    claudiobernasconi.ch/dotnet-c...
    📌 .NET Developer Roadmap
    claudiobernasconi.ch/learn-do...
    📌 CZcams Playlists:
    Infrastructure as Code: ‱ Infrastructure as Code
    The FREE Blazor Crash Course: ‱ The FREE Blazor Crash ...
    C# Programming: ‱ How to Create Modern C...
    ✅ SUBSCRIBE FOR MORE VIDEOS
    Subscribe: 🔔 claudiobernasconi.ch/Subscribe
    🚀 CONNECT & SUPPORT
    Twitter: / chbernasconic
    Blog: claudiobernasconi.ch
    Newsletter: claudiobernasconi.ch/newsletter
    CREDITS
    đŸŽ” www.bensound.com/
    * Affiliate Link: I earn a small commission at no additional cost
  • Věda a technologie

Komentáƙe • 6

  • @ClaudioBernasconi
    @ClaudioBernasconi  Pƙed 11 měsĂ­ci

    What do you think of ARM Templates? Stay tuned for other Infrastructure as Code tooling that you might love even more! 😎

  • @muttoon
    @muttoon Pƙed 10 měsĂ­ci +1

    Underrated video! Simple, quick and to the point.

  • @guimatheus92
    @guimatheus92 Pƙed měsĂ­cem

    Thanks for the video! I am trying to find an information but it's getting hard, how do I know all properties that a resource might have during the resource creation using the template? For example, if I create an ADX resource I can define different properties before creating (database name, availability zones, sku, etc). But how do I know all MUST properties and all optional properties?

  • @Ashbringer992
    @Ashbringer992 Pƙed 10 měsĂ­ci

    Tnx for your video working on my certification AZ-104 so this will help. AZ-900 COMPLEATED :D