Best of Azure — August 2024
- 1
- 2
Community 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
ASP.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
- 5
Community 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.