Best of AzureAugust 2024

  1. 1
    Video
    Avatar of programmingwithmoshProgramming with Mosh·2y

    The Complete DevOps Roadmap [2024]

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    raznem/parsera: Lightweight library for scraping web-sites with LLMs

    Parsera is a lightweight Python library designed for scraping websites using large language models (LLMs). It is easy to set up with minimal token use, boosting speed and reducing costs. Users can configure it to use models from OpenAI or Azure, and it includes asynchronous support. The library can extract specified elements from web pages and return the results in JSON format.

  3. 3
    Article
    Avatar of aspnetASP.NET Blog·2y

    Goodbye Components, Hello Integrations!

    The .NET Aspire 8.2 release introduces several quality of life improvements, including the renaming of 'Components' to 'Integrations' for better clarity. The update also includes enhanced testing and support from community contributors. Notable changes include the need for the latest package updates and setup instructions for AppHost projects. Community events and workshops offer further engagement opportunities, and future releases will focus on more seamless CI/CD experiences.

  4. 4
    Video
    Avatar of techlinkedTechLinked·2y

    Microsoft’s Having A Bad Time

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    Pushing a Docker Image to Azure Container Registry

    This guide helps you push a Docker image to Azure Container Registry for hosting in Azure Container Instances (ACI). It addresses recent challenges engineers faced due to Docker Hub's rate limiting on Azure IPs and provides a secure and sustainable solution.