Python Azure

Open-source Python projects categorized as Azure

Top 23 Python Azure Projects

  • devops-exercises

    Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

    Project mention: DevOps Exercises | news.ycombinator.com | 2023-08-07
  • recommenders

    Best Practices on Recommendation Systems

    Project mention: My kernel dies when I fit my LightFm model from Microsoft Recommenders | /r/Jupyter | 2023-06-16
  • Sonar

    Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • prowler

    Prowler is an Open Source Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. Includes CIS, NIST 800, NIST CSF, CISA, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, GXP, Well-Architected Security, ENS and more.

    Project mention: Automating AWS Prowler Scans | dev.to | 2023-08-23

    Task Role: Select or create a new role that has the necessary permissions. Ensure this role has the three required Prowler policies and an additional custom policy to put objects into the desired S3 bucket.

  • docker-android

    Android in docker solution with noVNC supported and video recording

    Project mention: Revisiting Android on Linux | /r/linux | 2022-10-14

    If it was me I'd go with a docker-android container. You could go with Anbox or a virtual android machine, but if you just need to run one app, I think a docker container would be the way to go, since you could script it to open, run your app, and shut down.

  • checkov

    Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.

    Project mention: Understanding Container Security | dev.to | 2023-07-21

    For your Dockerfiles, you can also scan them. There are lots of tools that can check your Dockerfiles. They will validate if Dockerfile is compliant with Docker best practices such as not using root user, making sure a health check exists, and not exposing the SSH port. You can use Snyk and Checkov.

  • ScoutSuite

    Multi-Cloud Security Auditing Tool

    Project mention: Azure and M365 Secure Config Review | /r/Pentesting | 2023-05-31

    Prowler and ScoutSuite are a good start for cloud stuff.

  • cloud-custodian

    Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources

    Project mention: Automate deletion of aws ebs snapshots older than year | /r/sysadmin | 2023-04-14

    You can start reading about it here.

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • azure-sdk-for-python

    This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.

    Project mention: How to do column projection (filtering) server-side with Azure Blob Storage (Python Client Library)? | /r/dataengineering | 2023-06-30
  • azure-cli

    Azure Command-Line Interface

    Project mention: Top 10 CLI Tools for DevOps Teams | dev.to | 2023-08-14

    If you don't use AWS, you can usually find CLI tools for other major cloud infrastructure services, such as Azure CLI or gcloud CLI.

  • azure-search-openai-demo

    A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.

    Project mention: Help with my Frontend-Code for AZURE GPT - Will Tip | /r/learnpython | 2023-09-13

    Hi all, Im not an expert at full-stack deployments and need help with a sample code from github to which I want to make changes. (Code: https://github.com/Azure-Samples/azure-search-openai-demo) If your suggestion works, I am willing to tip 15$ (please provide link). This Github code is used as frontend for our application. We pretty much want to keep it like it is but make one minor adjustment. If you chat with the model, it gives you citations: (Link). Then on the right side of the page a Analysis Bar opens and it shows the one page that this citation refers to. HERE: We need to show the WHOLE document for each citation instead of just one page. I think it has to do with an url or something that needs to be changed. Could you tell me the script names and changes (before and after) so I can overwrite it? Thanks a lot. Best

  • Azure-in-bullet-points

    ☁️ Azure summary in bullet points

  • kubestriker

    A Blazing fast Security Auditing tool for Kubernetes

  • opta

    The next generation of Infrastructure-as-Code. Work with high-level constructs instead of getting lost in low-level cloud configuration.

  • skyplane

    🔥 Blazing fast bulk data transfers between any cloud 🔥

    Project mention: Moving cloud storage | /r/seedboxes | 2023-05-19
  • dstack

    dstack is an open-source framework for orchestrating GPU workloads across multiple cloud GPU providers. It provides a simple cloud-agnostic interface for development and deployment of generative AI models.

    Project mention: Running dev environments and ML tasks cost-effectively in any cloud | /r/deeplearning | 2023-07-05

    Here's the repository with all the important links, including documentation, examples, and more: https://github.com/dstackai/dstack

  • zentral

    Zentral is a high-visibility platform for controlling Apple endpoints in enterprises. It brings great observability to IT and makes tracking & reporting compliance much less manual.

  • microsoft-authentication-library-for-python

    Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Azure Active Directory. These documented APIs are stable https://msal-python.readthedocs.io. If you have questions but do not have a github account, ask your questions on Stackoverflow with tag "msal" + "python".

    Project mention: Azure SDK for Python: WAM Support in Beta/Pre-Release | dev.to | 2023-01-11

    # Title URL Accessed-On 1 Desktop app that calls web APIs: Acquire a token using WAM https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-desktop-acquire-token-wam 2023-01-11 2 Azure SDK Releases https://azure.github.io/azure-sdk/releases/latest/all/python.html 2023-01-11 3 azure-identity 1.13.0b1 https://pypi.org/project/azure-identity/1.13.0b1/ 2023-01-11 4 WAM https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/wam 2023-01-11 5 class InteractiveBrowserCredential(InteractiveCredential) https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/azure/identity/_credentials/browser.py 2023-01-11 6 Add WAM Support to MSAL for Python, for cross-language consistency #451 https://github.com/AzureAD/microsoft-authentication-library-for-python/issues/451 2023-01-11

  • azure-devops-cli-extension

    Azure DevOps Extension for Azure CLI

    Project mention: Who has ever heard of `artifacttool.exe`?\ | /r/AZURE | 2023-04-14
  • azure-devops-python-api

    Azure DevOps Python API

    Project mention: How do you navigate code when dealing with packages that return nested lists of custom objects for everything? | /r/learnpython | 2023-03-19

    Examples: https://github.com/microsoft/azure-devops-python-api/blob/dev/azure-devops/azure/devops/_models.py

  • CloudScraper

    CloudScraper: Tool to enumerate targets in search of cloud resources. S3 Buckets, Azure Blobs, Digital Ocean Storage Space. (by jordanpotti)

  • optscale

    FinOps and cloud cost optimization platform combined with ML/AI developer tools to profile and instrument ML experiments and optimize their performance and cloud expenses.

    Project mention: Profile and instrument ML experiments and optimize their performance expenses | news.ycombinator.com | 2023-09-27
  • s3viewer

    Storage Explorer - Publicly open storage viewer (Amazon S3 Bucket, Azure Blob, FTP server, HTTP Index Of/)

  • PurpleCloud

    A little tool to play with Azure Identity - Azure Active Directory lab creation tool

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-09-27.

Python Azure related posts

Index

What are some of the best open-source Azure projects in Python? This list will help you:

Project Stars
1 devops-exercises 58,305
2 recommenders 16,391
3 prowler 8,624
4 docker-android 6,140
5 checkov 5,950
6 ScoutSuite 5,673
7 cloud-custodian 4,955
8 azure-sdk-for-python 3,828
9 azure-cli 3,701
10 azure-search-openai-demo 3,660
11 Azure-in-bullet-points 1,041
12 kubestriker 958
13 opta 908
14 skyplane 846
15 dstack 819
16 zentral 695
17 microsoft-authentication-library-for-python 650
18 azure-devops-cli-extension 582
19 azure-devops-python-api 488
20 CloudScraper 445
21 optscale 425
22 s3viewer 412
23 PurpleCloud 408
Free Global Payroll designed for tech teams
Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
try.revelo.com