CI/CD with GitHub Actions [8 of 8] | .NET on Azure for Beginners

Поделиться
HTML-код
  • Опубликовано: 30 май 2024
  • Welcome to the .NET on Azure for Beginner series where you will learn the basics of getting your .NET applications up and running in Azure! This series will cover a lot - from resource group naming conventions to Managed Identity, to deploying your apps to Azure via GitHub Actions!
    In this episode join Matt to learn how to take all of the code you've written and not only deploy it to Azure, but also provision any necessary Azure resources too! All from a GitHub Action workflow!
    .NET on Azure for Beginners series playlist: aka.ms/dotnet/beginnervideos/...
    Chapters:
    00:00 - Intro
    00:25 - What are GitHub Actions?
    01:44 - Action components
    04:17 - Creating your first GitHub Action with Visual Studio
    05:59 - Creating an Action YAML file manually
    10:21 - Running the first Action on GitHub
    12:00 - Update the Action to publish to Azure
    21:30 - Summing it up
    Follow Matt:
    Twitter: / codemillmatt
    GitHub: github.com/codemillmatt
    Links:
    What are GitHub Actions - aka.ms/beginner/dotnet/azure/...
    Use GitHub Actions to connect to Azure - aka.ms/beginner/dotnet/azure/...
    Use a GitHub Action to publish an app - aka.ms/beginner/dotnet/azure/...
    🙋‍♀️🙋‍♂️ Get your questions answered on the Microsoft Q&A for .NET: aka.ms/dotnet-qa
    🏫 Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn: aka.ms/learndotnet
    #dotnet #azure #azureforbeginners
  • НаукаНаука

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

  • @fieryscorpion
    @fieryscorpion 5 месяцев назад

    Thank you so much for this series!
    I watched it from start to finish, practiced it and documented it.
    All in all, I learned quite a lot. 🙂

  • @chidii
    @chidii 4 месяца назад

    I enjoyed every bit of the series

  • @GuterresChristian
    @GuterresChristian 10 месяцев назад

    Thank you so much Matt!

  • @chidii
    @chidii 4 месяца назад

    Can the GitHub Actions be used to build and deploy the project as a container

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

    19:41 I think by Windows 12 computers should know what we meant, instead of what we tell it we want.
    Can Git Hub Actions be used to publish to Nuget? I spend so much time updating Nuget packages all because packages rely on each other, and Nuget installs do not pay very well (0 times installs ?).

    • @marna_li
      @marna_li 9 месяцев назад

      Yes, there are actions for publishing to NuGet

  • @Ukrainian_Tiger
    @Ukrainian_Tiger 11 месяцев назад

    Thanks

  • @sarbjotsingh9998
    @sarbjotsingh9998 9 месяцев назад

    why did you have to manually run the job when it was suppose to be triggered on push

    • @ugochukwuumerie6378
      @ugochukwuumerie6378 7 месяцев назад

      I think he did it for demo purpose. Usually, you could make that hybrid, like, run manually and on push to a certain branch

  • @ThomasLunsford
    @ThomasLunsford 2 месяца назад

    Good video. Everyone, please stop piling on the idea that YAML is painful. Use an editor that supports YAML. No different from python. Use the tools required by the context.