View on GitHub

Beyind my Cloud

Projects that we work on the stream (aka Twitch.com/fboucheros)

  • Create Azure Logic App to Create ReadingNotes Summary

    Summary

    In this session, Frank is creating an Azure Logic App to generate a summary. The first step is to create an Azure Container Instance (ACI) from the fboucher/MyClippings-Parser (available on Docker Hub), and to call in passing some file content retrieved from OneDrive. While doing this we learn a few things like how to “play” with those outputs.

    Replay


    Read more...

  • Create an Azure LogicApp to write a ReadingNotes Summary

    Summary

    In this session, Frank is doing a recap of the Reading Notes project and starting a new Logic App that will generate a summary based on all the notes taken from the Kindle. We will start by creating an Azure Container Instance (ACI). But, reading the status won’t work as planned…

    Replay

    Goals

    • Recap about the Auto-population of Docker Hub Description
    • Manually add Documentation on the Docker Hub
    • Recap QBits
    • Chat Command
    • new Emotes!!
    • Add Chat Commands for logos and Emotes
    • Create New Logic App Summary
    • use the new MyClippings-Parser in ACI

    ToDos

    • Update Check Container Instance Status
    • Change name of test project from MyClipping-Parser.Tests.csproj to MyClippings-Parser.Tests.csproj
    • Fix folders name for project MyClipping-Parser

    • Add Documentation on Git for project MyClipping-Parser
    • Add on Git a how-to use it for project MyClipping-Parser

    New Followers

    Streams Notes/ Snipets/ Shared urls

    • Populate a Docker Hub Repo: https://stackoverflow.com/questions/34710513/how-can-i-update-full-description-on-docker-hub-automatically
    Read more...

  • Bringing the Unit test Results from the Container to Azure Pipeline

    Summary

    In this session, Frank is bringing back the Unit test charts into the Azure Pipeline Summary.

    TestsResults

    The “Dockerization” of the Web API [MyClippings-Parser(https://github.com/FBoucher/MyClippings-Parser). Removed it since the logs were inside the container.

    Replay

    Goals

    • Select the Emote for the Channel (selected Thumb-up)

      hicloud okcloud surprisedcloud

    • Bring back the test Result to Azure Pipeline
    • Brainstorm about Reading Notes Summary

    ToDos

    • Change name of test project from MyClipping-Parser.Tests.csproj to MyClippings-Parser.Tests.csproj
    • Fix folders name
    • Add Documentation on the Docker Hub
    • Add Documentation on Git
    • Add on Git a how-to use it

    New Followers

    New Subscribers

    Cheers

    Streams Notes/ Snipets/ Shared urls

    • Sample to auto populate the Docker Hub : https://github.com/mtheoryx/npm-audit-docker / https://hub.docker.com/r/mtheoryx/npm-audit

    References

    Read more...

  • Can We Execute the DotNet Tests inside a Docker Container from Azure Pipeline

    Summary

    In this session, Frank is finishing the “Dockerization” of the Web API [MyClippings-Parser(https://github.com/FBoucher/MyClippings-Parser).

    The Goal is to build and execute the unit test with-in Docker from an Azure Pipeline. If the build and all the unit tests pass we push the image to Docker Hub.

    Replay

    Goals

    • Run test of MyClippings-Parser in containers
    • Run test of MyClippings-Parser in containers from Azure Pipeline
    • Push image to Docker Hub from Azure Pipeline

    ToDos

    • Change name of test project from MyClipping-Parser.Tests.csproj to MyClippings-Parser.Tests.csproj
    • Fix folders name

    • Add Documentation on the Docker Hub
    • Add Documentation on Git
    • Add on Git a how-to use it
    • Extract the dotnet /docker logs for the Azure Pipeline

    Cheers

    Streams Notes/ Snipets/ Shared urls

    • docker build –rm -t myclippings-parser:v1 .

    References

    • https://docs.microsoft.com/en-us/azure/devops/pipelines/languages/docker?view=azure-devops#example
    • https://techblog.dorogin.com/running-and-debugging-net-core-unit-tests-inside-docker-containers-48476eda2d2a
    Read more...

  • Dockerize WebAPI and stuff Container from Azure Pipeline

    Summary

    In this session, Frank is learning how to Dockerize a simple Web API. Then apply this new skill to the MyClippings-Parser API. The Goal is to build and execute the unit test with Docker from an Azure Pipeline.

    Replay

    Goals

    • Dockerize .Net Core webapp
    • Push image to Docker Hub
    • Dockerize MyClippings-Parser
    • Create a Docker-Compose filr

    • [ ] Run test of MyClippings-Parser in containers
    • [ ] Push image to Docker Hub from Azure Pipeline

    ToDos

    • Run test of MyClippings-Parser in containers
    • Push image to Docker Hub from Azure Pipeline

    Notes

    • Check remove the StreamLabs artifacts @
    • docker build –rm -t myclippings-parser:v1 .

    References

    • https://docs.microsoft.com/en-us/azure/devops/pipelines/languages/docker?view=azure-devops#example
    Read more...


subscribe via RSS