How to create Bicep files in Visual Studio

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • How to create Bicep files in Visual Studio | Learn Visual Studio and Bicep | Hands-on Tutorial with Demos
    The Bicep extension for Visual Studio is now available for version 17.3 and higher! This first release is aimed at improving the Bicep file authoring experience in Visual Studio so developers can stay in the IDE they love when editing Bicep files. April checks out how it works with PC Chan, a senior program manager at Microsoft.
    ▬▬▬▬▬▬ TIMESTAMPS ⌚ ▬▬▬▬▬▬
    0:00 - Intro
    01:28 - Intro to Visual Studio Bicep Extension
    02:46 - Demo: How to get the Bicep Extension
    03:18 - Demo: How to author Bicep in Visual Studio
    08:01 - How to give feedback to the product group
    ▬▬▬▬▬▬ WANT TO LEARN MORE? 🚀 ▬▬▬▬▬▬
    🔗Marketplace: marketplace.visualstudio.com/...
    🔗QuickStart: aka.ms/CreateBicepFilesInVisu...
    🔗Learn modules: aka.ms/LearnBicepModules
    🔗Bicep repo: github.com/Azure/bicep/issues
    🔗Bicep community call: aka.ms/ARMNews
    🔗AZ-400 Learning Path: aka.ms/AzDO/AZ400Learning
    👋Connect with April on Twitter - / theapriledwards
    👋Connect with April on LinkedIn - / azureapril
    🙏Please like and subscribe ✔️ aka.ms/DevOpsLab
    #AzureDevOps #bicep #DevOps #Azure #Learning #Cloud #visualstudio #devopstutorial @MicrosoftDeveloper @MicrosoftReactor ​
  • НаукаНаука

Комментарии • 7

  • @ucheiam
    @ucheiam Год назад +1

    Great job PC!

  • @jarrodgodfrey3569
    @jarrodgodfrey3569 Год назад

    April/PC - When will the extension be available for ARM64 chipsets?

  • @rachwalskimarcin
    @rachwalskimarcin Год назад

    Another question. How secure is this? I work remotely. Working with a Visual Studio Code extension. Is it safe? Can I/Should I secure the sensitive data ex. credentials while I am connected via WiFi - if yes - how? Where to learn more on this field?

  • @EmanuellParedes
    @EmanuellParedes 3 месяца назад

    Seem biceps have a little similar terraform syntax

  • @rachwalskimarcin
    @rachwalskimarcin Год назад

    Why should I use Bicep if I have a Azure Power Shell? The on pros is Bicep visualizer. Are there any other pros?

    • @AzureDevOps
      @AzureDevOps  Год назад +2

      The use of modules with Bicep is highly beneficial, especially to scale your environments. Azure PowerShell is awesome, but can get very unwieldy in larger environments. It also handles parallel runs easily and multiple dependencies much better.
      The visualisation of Bicep is another bonus.
      Sometimes it's all about personal preference, but most people find PowerShell can get a little out of control for larger environments